.aci-image-grid {
display: grid;
grid-template-rows: auto auto;
position: relative; grid-template-columns: repeat(6, 1fr);
grid-gap: 10px;
}
.aci-image-nogrid {
border-radius: 6px;
overflow: hidden;
position:relative;
}
.aci-image-nogrid img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
cursor: pointer;
}
.grid-block {
border-radius: 6px;
overflow: hidden;
position: relative;
}
.grid-block-1 {
grid-column: 1 / 5;
grid-row: 1 / span 2;
}
.grid-block-2, .grid-block-3{
grid-column: 5 / 8;
}
.grid-block-2 {
grid-row: 1; }
.grid-block-3 {
grid-row: 2;
}
.grid-block-4 {
grid-row: 3 / 3;
grid-column: 1 / 3;
}
.grid-block-5 {
grid-row: 3 / 3;
grid-column: 3 / 5;
}
.grid-block-6 {
grid-row: 3 / 3;
grid-column: 5 / 8;
}
.aci-image-grid img {
width: 100%;
height: 100%;
object-fit: cover;
cursor: pointer;
transition: transform 0.8s ease;
}
.aci-image-grid img:hover {
transform: scale(1.02);
}
.grid-large::after, .grid-small::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 1;
pointer-events: none;
}
.grid-large:hover::after, .grid-small:hover::after {
opacity: 0.10;
}
.view-all-photos {
position: absolute;
bottom: 10px;
right: 10px;
background: rgb(255 255 255 / 82%);
color: black;
padding: 5px 10px;
cursor: pointer;
border-radius: 2px;
z-index: 2; transition: background-color 0.3s ease;
}
.view-all-photos:hover {
background: rgb(255 255 255);
}
#lightbox {
z-index: 1100;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#lightbox-image {
max-width: 80%;
max-height: 80%;
}
#lightbox-close {
position: absolute;
top: 20px;
right: 40px;
font-size: 30px;
color: white;
cursor: pointer;
z-index: 1001; }
#lightbox-caption {
color: white;
}
#lightbox-prev, #lightbox-next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
z-index: 1001;
}
#lightbox-next {
right: 0;
border-radius: 3px 0 0 3px;
}
#lightbox-prev {
left: 0;
} @media screen and (max-width: 767px) {
.aci-image-grid {
grid-template-columns: repeat(2, 1fr); }
.grid-block-1 {
grid-column: 1 / 3;
grid-row: 1;
}
.grid-block-2 {
grid-column: 1 / 2;
grid-row: 2;
}
.grid-block-3 {
grid-column: 2 / 3;
grid-row: 2;
}
.grid-block-4 {
grid-column: 5 / 8;
grid-row: 2;
}
.grid-block-5 {
grid-column: 1 / 4;
grid-row: 3;
}
.grid-block-6 {
grid-column: 4 / 8;
grid-row: 3;
}
} .aci-title-overlay {
position: absolute;
top: 10px;
left: 10px;
right: 10px;
background-color: rgba(0, 0, 0, 0.7);
color: white;
padding: 5px;
font-size: 14px;
display: none;
width: fit-content;
pointer-events: none;
border-radius: 2px;
} .grid-block:hover .aci-title-overlay
{
display: block;
} .lightbox-content {
position: relative;
} .lightbox-image-container {
position: relative;
} #lightbox-info-icon {
position: absolute;
bottom: 10px;
left: 10px;
background-color: rgba(0, 0, 0, 0.7);
color: white;
border-radius: 50%;
padding: 5px;
cursor: pointer;
z-index: 10;
transition: background-color 0.3s ease;
} #lightbox-caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.7);
color: white;
padding: 10px;
text-align: center;
font-size: 14px;
display: none;
z-index: 9;
transition: opacity 0.3s ease;
} #lightbox-title {
color: white;
margin-top: 10px;
text-align: center;
width: 100%;
} #lightbox-image {
max-height: calc(100vh - 120px); width: auto;
height: auto;
}.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 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;
}.footnotes ol li {
line-height: 1.5;
}
.footnotes  li:before {
content: "";
margin-right: -.25em;
}
sup.footnote a, a.footnotetoggle {
font-weight: bold;
margin-left: 1px;
}
sup.footnoteblack a, a.footnotetoggleblack {
color: inherit !important;
}
.footnotes {
column-span: all;
margin-top: 2.5em;
font-size: 85%;
}
.footnotes:before {
width: 55px;
content: "";
border-top: 1px solid #000;
display: block;
margin: 0 0 1.5em;
}
span.returnkey {
font-size: 75%;
vertical-align: text-bottom;
display: inline-block;
}.header-date {
font-size: 27px;
justify-self: center;
line-height: 34px;
text-transform: capitalize;
}
.today-weather-widget {
border-radius: 5px;
background: #fff; display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 100%;
background: #fff;
border-radius: 5px;
position: relative; background-color: rgba(152, 1, 46, 0.1);
align-items: center;
padding: 62px 32px 32px 32px;
}
.today-weather-widget-subsection {
text-align: center;
width: 50%;
padding: 2px 0px;
}
.today-weather-widget-subsection-1 {
color: #880029;
}
.today-weather-widget-max-temp {
color: #404040;
font-family: sans-serif;
font-size: 32px;
line-height: 40px;
}
.today-weather-widget-min-temp {
line-height: 19px;
color: #6e6e6e;
font-size: 26px;
}
.today-weather-widget-label {
position: absolute;
top: 20px;
z-index: 12;
left: 9px;
pointer-events: none;
font-weight: 600;
font-size: 17px;
background-color: #98012e;
color: #ffffff;
padding: 0 10px;
margin: 0 0 0 8px;
display: inline-block;
max-height: 29px;
border-radius: 2px;
}
.today-weather-widget-label:after {
content: "";
position: absolute;
top: 50%;
right: -25px;
transform: translateY(-50%);
width: 0;
height: 0;
border: 13px solid #d9222200;
border-left-color: #98012e;
}
.today-weather-widget-value {
font-size: 19px;
font-weight: 600;
}
.today-weather-widget-temp {
font-size: 40px;
font-weight: 600;
line-height: 34px;
}
.today-weather-widget-condition {
font-size: 32px;
font-weight: 300;
line-height: 43px;
}
.today-weather-widget-cta-btn-ct {
text-align: center;
width: -webkit-fill-available;
}
.today-weather-widget-cta-btn-ct .cta-btn{
display: inline-block;
}
.carousel-nav-left {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #fff;
border: none;
padding: 10px;
cursor: pointer;
z-index: 10;
border-radius: 5px;
}
.carousel-nav-left.widget-control.widget-control-left {
left: 10px;
}
.carousel-nav-right {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #fff;
border: none;
padding: 10px;
cursor: pointer;
z-index: 10;
border-radius: 5px;
}
.carousel-nav-right.widget-control.widget-control-right {
right: 10px;
}
.today-weather-hours {
font-size: 23px;
font-weight: 600;
}
.forecast-table-container {
overflow-x: auto;
margin-top: 20px;
overflow-y: hidden;
} .forecast-table-container {
overflow-x: auto;
margin-top: 20px;
padding: 10px;
}
.metric-container {
display: inline-block;
text-align: left; }
.metric-item {
display: flex;
align-items: center; margin: 5px 0; }
.metric-icon {
width: 30px;
height: 30px;
margin-right: 8px; }
.metric-value {
font-size: 16px; } .daily-forecast-table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
text-align: center;
border: 1px solid #ededf2;
border-radius: 5px;
overflow: hidden;
}
.daily-forecast-table tr {
border-bottom: 1px solid #98012e; }
.daily-forecast-table tr:last-child {
border-bottom: none; }
.daily-forecast-table th {
background-color: rgba(152, 1, 46, 0.1);
font-weight: bold;
position: sticky;
top: 0;
z-index: 2;
padding: 8px;
}
.daily-forecast-table th:first-child {
text-align: left;
background-color: #fff;
position: sticky;
left: 0;
z-index: 3;
}
.daily-forecast-table thead th:first-child {
min-width: 200px;
}
.daily-forecast-table td {
height: 66px;
font-size: 16px;
color: #3f4851;
position: relative;
padding: 8px;
vertical-align: middle;
}
.daily-forecast-table td:last-child {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
min-width: 100px;
}
.daily-forecast-table td img {
vertical-align: middle;
margin-bottom: 5px;
}
.daily-forecast-table-link {
font-size: 22px;
}
.daily-forecast-table-date {
text-align: left;
}
.daily-forecast-table-max-temp {
color: #404040;
font-family: sans-serif;
font-size: 21px;
line-height: 23px;
}
.daily-forecast-table-min-temp {
color: #6e6e6e;
font-size: 16px;
} .hourly-forecast-table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
text-align: center;
border: 1px solid #ededf2;
border-radius: 5px;
overflow: hidden;
}
.hourly-forecast-table td {
position: relative;
padding: 8px;
text-align: center;
vertical-align: middle;
}
.hourly-forecast-table td:hover:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: -9999px;
bottom: -9999px;
background-color: rgba(152, 1, 46, 0.1);
z-index: -1;
}
.hourly-forecast-table tr:last-child {
border-bottom: none;
}
.hourly-forecast-table tr {
border-bottom: 1px solid #ededf2;
}
.hourly-forecast-table th  {
min-width: 100px;
background-color: rgba(152, 1, 46, 0.1);
font-weight: bold;
padding: 29px 8px 29px 8px;
}
.hourly-forecast-table th:first-child  {
background-color: #fff;
font-weight: bold;
padding: 29px 8px 29px 8px;
}
.hourly-forecast-table thead th:first-child {
min-width: 200px;
} .daily-forecast-table tr:hover {
background-color: rgba(152, 1, 46, 0.1);
transition: all 0.3s;
}
.related-links {
padding-top: 12px;
}
.related-links .cta-btn {
float: left;
margin: 5px;
padding: 2px 11px 2px 11px;
font-size: 18px;
}
.weather-attractions-section-description {
font-size: 20px;
margin-bottom: 18px;
text-align: center;
}
.forecast-gallery {
display: flex;
overflow: hidden; position: relative;
margin: 14px 10px 14px 10px;
}
.forecast-gallery-overview {
display: flex;
overflow: hidden; position: relative;
margin: 14px 10px 14px 10px;
}
.forecast-gallery p {
color: #404040;
font-family: sans-serif;
font-size: 17px;
line-height: 23px;
text-transform: capitalize;
}
.forecast-gallery-overview p {
color: #404040;
font-family: sans-serif;
font-size: 17px;
line-height: 23px;
}
.forecast-gallery-weather-box:hover, .forecast-gallery-weather-box:active {
background-color: rgba(152, 1, 46, 0.1);
}
.forecast-gallery-weather-box-overview {
cursor: pointer;
border-radius: 5px;
background: #fff; margin-right: 5px;
text-align: center;
padding: 17px;
transition: all 0.3s;
}
.forecast-gallery-weather-box-overview:hover, .forecast-gallery-weather-box-overview:active {
background-color: rgba(152, 1, 46, 0.1);
}
.forecast-gallery-weather-box-selected {
font-weight: 600;
pointer-events: none;
display: block;
background-color: rgba(152, 1, 46, 0.1);
position:relative;
}
.forecast-gallery-date {
font-size: 17px;
line-height: 19px;
}
.forecast-gallery-max {
font-size: 18px;}
.forecast-gallery-min {
color: #6e6e6e;
font-size: 14px;
}
.forecast-gallery-label {
color: rgb(152, 1, 46) !important;
font-weight: 600;
padding-top: 9px;
}
.forecast-gallery {
position: relative;
overflow: hidden;
margin: 14px 29px;
}
.forecast-gallery-inner {
display: flex;
transition: transform 1s ease;
width: 100%;
box-sizing: border-box; }
.forecast-gallery-weather-box {
box-sizing: border-box;
padding: 17px;
text-align: center;
transition: all 0.3s;
background: #fff;
border-radius: 5px; flex: 0 0 13.9%;
margin-right: 5px;
}
.forecast-gallery-weather-box:hover,
.forecast-gallery-weather-box:active {
background-color: rgba(152, 1, 46, 0.1);
}
.forecast-gallery-weather-box-selected {
font-weight: 600;
pointer-events: none;
background-color: rgba(152, 1, 46, 0.1);
}
.forecast-gallery-wrapper {
position: relative; }
.forecast-gallery {
overflow: hidden; } .carousel-nav-left, .carousel-nav-right {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10; } .carousel-nav-left {
left: -12px; }
.carousel-nav-right {
right: -12px; }
.forecast-gallery .widget-control {
top: auto;
}
.carousel-nav-left,
.carousel-nav-right {
position: absolute;
top: 50% !important; transform: translateY(-50%);
z-index: 10; }
.carousel-nav-left {
left: 10px; }
.carousel-nav-right {
right: 10px; } @media (max-width: 600px) {
.forecast-gallery-weather-box {
flex: 0 0 50%;
margin-right: 0; }
} @media (min-width: 601px) and (max-width: 1024px) {
.forecast-gallery-weather-box {
flex: 0 0 25%;
}
} .weather-widget-days-ct {
display: flex;
flex-wrap: wrap;
gap: 8px 0px;
justify-content: space-between; margin-top: 20px;
} .weather-widget-days-box {
box-sizing: border-box;
padding: 17px;
text-align: center;
transition: all 0.3s;
background: #fff;
border-radius: 5px;
border: 1px solid #ddd;
text-decoration: none; color: inherit;  flex: 0 0 16%;
justify-content: center;
}
.weather-widget-days-box-14-days p {
color: #98012e; 
}
.weather-widget-days-box-14-days {
display: flex
;
}
.forecast-plus-container {
display: flex
;
align-items: center;
font-weight: bold;
margin-bottom: 5px;
font-size: 1.1em;
flex-direction: column;
justify-content: center;
}
.forecast-plus-icon {
fill: #98012e;
width: 32px;
height: 32px;
vertical-align: middle; margin-bottom: 13px;
} .weather-widget-days-box:hover {
background-color: rgba(152, 1, 46, 0.1);
} .forecast-day-of-week {
font-weight: bold;
margin-bottom: 5px;
font-size: 1.1em;
color: #404040;
}
.forecast-day-month {
margin-bottom: 10px;
font-size: 1em;
color: #555;
}
.forecast-icon {
width: 64px;
height: 64px;
margin-bottom: 10px;
}
.forecast-temp {
font-size: 1em;
color: #333;
}
.weather-widget-days-min {
font-size: 0.9em;
color: #777;
}  @media (max-width: 1200px) {
.weather-widget-days-box {
flex: 0 0 31%; }
} @media (max-width: 768px) {
.weather-widget-days-box {
flex: 0 0 48%; }
} @media (max-width: 480px) {
.weather-widget-days-box {
flex: 0 0 49%; }
}body,html {
border:none;
margin:0;
padding:0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
border: none;
font-size: inherit;
line-height: inherit;
margin: 0;
padding: 0;
text-align: inherit;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
box-sizing: border-box;
color: #000;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
font-size: 1.8rem;
text-align: left;
}
*, *::before, *::after {
box-sizing: inherit;
-webkit-font-smoothing: antialiased;
word-break: break-word;
word-wrap: break-word;
}
body p {
line-height: 28px;
}
p {
line-height: 28px;
margin-top: 0;
margin-bottom: 5px;
font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .h3x, .h4x {
color: #3b474d;
font-weight: 400;
margin-bottom: 4px;
font-family: "Open Sans", "Trebuchet MS", sans-serif;
letter-spacing: -1px;
margin-top: 10px;
line-height: 40px;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
html, body, form, fieldset, table, tr, td, img {
font-family: Montserrat;
}
html {
scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 17px;
margin-top: 26px;
}
h1 {
font-size: 37px;
color: #3b474d;
line-height: 45px;
}
.home h1 {
color: white;
font-size: 20px;
line-height: 20px;
margin-top: 0;
letter-spacing: 1px;
text-wrap: nowrap;
}
h2 {
font-size: 31px;
color: #98012e;
}
h3 {
font-size: 25px;
}
h4 {
font-size: 22px;
line-height: 27px;
}
h5 {
font-size: 19px;
}
h6 {
font-size: 17px;
}
.home .h2x {
}
.h2x {
font-size: 33px;
line-height: 52px;
padding-bottom: 6px; margin-top: 0;
}
.h3x {
font-size: 25px;
line-height: 32px;
}
.h4x {
font-size: 22px;
line-height: 28px;
}
a {
color: #18b99a;
text-decoration: none;
font-size: initial;
}
a:hover {
color: #10957b;
text-decoration: none;
}
h3 a:hover {
color: #25476d;
line-height: 32px;
}
a:active, a:hover {
outline: 0;
}
a:hover, a:focus, a:active { text-decoration: none;
}
.reset-list-style, .reset-list-style ul, .reset-list-style ol {
list-style: none;
margin: 0;
}
i {
font-size: 15px;
}
li {
line-height: 29px;
list-style-type: none;
}
.content li {
counter-increment: counter;
margin: 0.25rem;
list-style: none;
line-height: 34px;
}
.content li::before {
content: counter(counter);
width: 30px;
height: 30px;
border-radius: 50%;
display: inline-block;
line-height: 30px;
margin-right: 10px;
margin-top: 3px;
border: solid 1.3px #98012e;
font-weight: 300;
text-align: center;
}
.content ul {
margin-left: 17px;
}
ul.share_menu.left.share {
padding: 0;
}
td {
line-height: 25px;
padding: 4px 0 1px 4px;
font-size: 17px;
}
::-moz-selection { color: #fff;
background: #18b99a;
}
::selection {
color: #000;
background: #f5eab6;
}
body, button, input, select, optgroup, textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 17px;
line-height: 27px;
}
input {
border-top-style: hidden;
border-right-style: hidden;
border-left-style: hidden;
border-bottom-style: hidden;
}
table {
width: -webkit-fill-available;
} .overflow-hidden {
overflow: hidden!important;
}
.overflow-unset {
overflow: unset!important;
} .ct-fw {
overflow: inherit;
} .ct-std {
max-width: 1140px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
[class*=cl-] {display:block;float:left;margin:6px;}
.cl-1-1 {
width: calc(100% - 12px);
}
.cl-1-1-nomargin {
width: 100%;
;
margin: 0;
}
.cl-1-3 {
width: calc(33% - 10px);
}
.cl-1-3-nomargin {
width: 33%;
margin: 0;
}
.cl-2-3 {
width: calc(66% - 12px);
}
.cl-2-3-nomargin {
width: 66%;
margin: 0;
}
.cl-1-2 {
width: calc(50% - 12px);
}
.cl-1-2-nomargin {
width: 49%;
;
margin: 0;
}
.cl-1-4 {
width: calc(25% - 12px);
}
.cl-1-4-nomargin {
width: 25%;
margin: 0;
}
.cl-1-5 {
width: calc(20% - 12px);
}
.cl-1-6 {
width: calc(16.6% - 12px);
}
.cl-1-8 {
width: calc(16.6% - 12px);
}
.cl-3-4 {
width: calc(75% - 12px);
}
.cl-3-4-nomargin {
width: 74%;
}
.cl-1-1-margin-l-r {
padding: 0 70px 0 50px;
}
.cl-pos-invert {
order: 0;
}
.cl-post-no-invert {
order: 1;
}
.skew-top:after {
position: absolute;
top: -99px;
content: "";
width: 100%;
height: 80px;
background-color: #ffffff;
clip-path: polygon(0% 100%, 100% 100%, 100% 20%);
clip-path: polygon(0% 100%, 100% 100%, 100% 20%);
}
.highlight {
padding: 9px 9px 9px 9px;
border: 1px solid #ececec;
font-size: 17px;
margin-bottom: 24px;
background-color: #fff;
border-radius: 5px;
}
.highlights:first-letter {
font-size: 60px;
float: left;
line-height: 60px;
padding-top: 4px;
padding-right: 8px;
padding-left: 3px;
color: #78c2be;
}
.highlight-top-bottom {
border-top: 3px solid #78c2be;
border-bottom: 3px solid #eaeaea;
}
.text-small p {
font-size: 14px;
line-height: 24px;
}
.after-subtitle-collab {
float: left;
margin-bottom: 0;
}
.after-subtitle-collab-img {
margin: 3px 0 0 4px;
}
.text-rating {
font-size: 22px;
}
.text-review {
font-size: 18px;
}
.display-block {
display: block;
} .p-tb-40 {
padding: 40px 0 40px 0;
}
.pt-30 {
padding-top: 30px;
}
.ptb-30 {
padding-top: 30px;
padding-bottom: 30px;
}
.ptb-60 {
padding-top: 60px;
padding-bottom: 60px;
}
.pt-120 {
padding-top: 120px;
}
.pt-60 {
padding-top: 60px;
}
.pt-56 {
padding-top: 56px;
}
.no-margins {
margin: 0;
}
.mt-10 {
margin-top: 10px;
}
.p-6 {
padding: 6px;
}
.mt-30 {
margin-top: 30px;
}
.home-img-container { overflow: hidden;
max-height: 700px;
border-radius: 4px;
}
.home-img-box {
width: -webkit-fill-available;
line-height: 0;
max-height: 500px;
}
.home-top-container {
margin-bottom: 80px;
}
.home-intro-container {
position:absolute;
bottom: -92px;
color: #fff;
z-index: 999;
padding: 40px;
max-width: 800px;
left: 0;
right: 0;
margin: auto;
}
.home-intro-container p {
line-height: 24px;
}
.home-intro-left-box {
background-image: linear-gradient(320deg,#c30c43 0%,#98012e 100%);
margin: 0;
padding-top: 55px;
}
.home-intro-right-box {
color: #343434;
padding: 20px;
margin: 0;
}
.home-intro-box {
border-radius: 4px;
overflow: hidden;
background-color: #ffffffe6;
box-shadow: 0 0 10px #00000029;
}
.center-center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.home-img-cover{
width: -webkit-fill-available;
object-fit: cover;
border-radius: 4px;
}
.entry-thumb-img img {
border-radius: 4px;
} .m-0 {margin: 0}
.m-5 {margin: 5px}
.m-10 {margin: 10px}
.m-15 {margin: 15px}
.m-20 {margin: 20px}
.m-30 {margin: 30px}
.m-50 {margin: 50px}
.m-100 {margin: 100px}
.mt-0 {margin-top: 0!important}
.mt-5 {margin-top: 5px}
.mt-10 {margin-top: 10px}
.mt-15 {margin-top: 15px}
.mt-20 {margin-top: 20px}
.mt-25 {margin-top: 25px}
.mt-30 {margin-top: 30px}
.mt-50 {margin-top: 50px}
.mt-57 {margin-top: 60px}
.mt-75 {margin-top: 75px}
.mt-80 {margin-top: 80px}
.mt-100 {margin-top: 100px}
.mt-150 {margin-top: 150px}
.mt-200 {margin-top: 200px}
.mb-0 {margin-bottom: 0}
.mb-5 {margin-bottom: 5px}
.mb-10 {margin-bottom: 10px}
.mb-15 {margin-bottom: 15px}
.mb-20 {margin-bottom: 20px}
.mb-30 {margin-bottom: 30px}
.mb-50 {margin-bottom: 50px}
.mb-100 {margin-bottom: 100px}
.ml-0 {margin-left: 0}
.ml-5 {margin-left: 5px}
.ml-10 {margin-left: 10px}
.ml-15 {margin-left: 15px}
.ml-20 {margin-left: 20px}
.ml-30 {margin-left: 30px}
.ml-50 {margin-left: 50px}
.ml-100 {margin-left: 100px}
.mr-0 {margin-right: 0}
.mr-5 {margin-right: 5px}
.mr-10 {margin-right: 10px}
.mr-15 {margin-right: 15px}
.mr-20 {margin-right: 20px}
.mr-30 {margin-right: 30px}
.mr-50 {margin-right: 50px}
.mr-100 {margin-right: 100px}
.margin-auto {margin: auto}
.margin-0 {margin: 0}
.p-0 {padding: 0}
.p-5 {padding: 5px}
.p-10 {padding: 10px}
.p-15 {padding: 15px}
.p-20 {padding: 20px}
.p-30 {padding: 30px}
.p-50 {padding: 50px}
.p-100 {padding: 100px}
.pt-0 {padding-top: 0}
.pt-5 {padding-top: 5px}
.pt-10 {padding-top: 10px}
.pt-15 {padding-top: 15px}
.pt-20 {padding-top: 20px}
.pt-30 {padding-top: 30px}
.pt-50 {padding-top: 50px}
.pt-70 {padding-top: 70px}
.pt-75 {padding-top: 75px}
.pt-100 {padding-top: 100px}
.pb-0 {padding-bottom: 0!important}
.pb-5 {padding-bottom: 5px}
.pb-10 {padding-bottom: 10px}
.pb-15 {padding-bottom: 15px}
.pb-20 {padding-bottom: 20px}
.pb-30 {padding-bottom: 30px}
.pb-40 {padding-bottom: 40px}
.pb-50 {padding-bottom: 50px}
.pb-75 {padding-bottom: 75px}
.pb-100 {padding-bottom: 100px}
.pl-0 {padding-left: 0!important}
.pl-5 {padding-left: 5px}
.pl-10 {padding-left: 10px}
.pl-15 {padding-left: 15px}
.pl-20 {padding-left: 20px}
.pl-30 {padding-left: 30px}
.pl-50 {padding-left: 50px}
.pl-100 {padding-left: 100px}
.pr-0 {padding-right: 0}
.pr-5 {padding-right: 5px}
.pr-10 {padding-right: 10px}
.pr-15 {padding-right: 15px}
.pr-20 {padding-right: 20px}
.pr-25 {padding-right: 30px}
.pr-50 {padding-right: 50px}
.pr-100 {padding-right: 100px}
.mh-90 {max-height: 90px!important;}
.mh-130 {
max-height: 130px !important;
}
.prl-15 {padding-right: 15px;padding-left: 15px}
.no-prl {padding-right: 0;padding-left: 0}
.border-none {border: none!important} .float-right {
float: right;
}
.float-left {
float: left;
}
.overflow-inherit {
overflow: inherit!important;
} .content .size-in-post-full-width {
height: auto;
max-width: 100%;
width: 100%;
}
.content figure {
width: 100%!important;
margin: 0;
}
.img-round-top {
border-radius: 4px 4px 0 0;
}
.img-cropped {
width: 100%;
object-fit: none;
}
.img-cover, .img-cover img {
object-fit: cover;
}
.img-hover-zoom, .img-hover-zoom img {
-webkit-transition: transform .5s ease-out;
display: block;
max-height: 260px; transition: all 2.8s cubic-bezier(0.19,1,0.22,1);
min-height: 220px;
}
.img-hover-zoom-horizontal, .img-hover-zoom-horizontal img {
border-radius: 4px 0 0 4px;
}
.img-hover-zoom:hover, .img-hover-zoom:hover img, .ar-offer:hover .img-hover-zoom, .ar-offer:hover .img-hover-zoom img, .ct-box-hp:hover .img-hover-zoom, .ct-box-hp:hover .img-hover-zoom img {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
}
.logo-img {
max-height: 45px;
}
.sprite-svg {
background-image: url(//www.archeoroma.org/wp-content/themes/cheetah/img/sprite-svg.svg#svgView(viewBox(0,0,280,70))");
width: 35px;
height: 35px;
display: inline-block;
background-repeat: no-repeat;
background-size: 280px 70px;
}
.sprite-svg.hamburger {
background-size: auto 70px;
}
.sprite-svg.hamburger:hover {
background-position: 0 -35px;
}
.sprite-svg.search {
background-position: -35px 0;
}
.sprite-svg.search:hover {
background-position: -35px -35px;
}
.sprite-svg.close {
background-position: -70px 0;
}
.sprite-svg.close:hover {
background-position: -70px -35px;
}
.sprite-svg.comments {
background-position: -108px 0;
position: relative;
top: 14px;
z-index: 1;
}
.sprite-svg.comments:hover {
background-position: -108px -35px;
} select {
font-size: 17px;
background-color: #98012e;
color: #ffffff;
padding: 6px 10px 6px 10px;
border-radius: 3px;
z-index: 12;
display: inline-block;
border: none;  }
input[type="checkbox"] { filter: grayscale(100%);
} .cl-rw-wrapper {
border-top: solid 1px #e2e6ee;
padding: 13px 0 0 0;
margin-top: 16px;
}
.ct-rw {
margin: 10px 0 0 0;
}
.ct-rw-container {
background-color: #f2f4f7;
border-radius: 5px;
padding: 10px;
}
.ct-rw-top-container {
display: flex; align-items: center; margin-bottom: 5px;
}
.ct-rw-date {
font-size: 14px;
margin-bottom: 0;
}
.ct-rw-circle {
display: flex;
align-items: center;
justify-content: center;
width: 37px; height: 37px; background-color: #98012e;
color: white;
border-radius: 50%;
font-weight: bold;
margin-right: 10px;
}
.ct-rw-title {
margin-bottom: 0;
}
.ct-rw-rating-description {
font-size: 15px;
font-weight: 600;
}
.ct-rw-rating-container {
display: flex;
align-items: center;
padding-bottom: 9px;
}
.ct-rw-star-rating {
margin-bottom: 8px;
}
.ct-rw-rating-description {
margin-left: 10px;
}
.ct-rw-text {
margin: 0;
}
.box-alert {
background-color: #f7f0f0;
padding: 4px; margin-bottom: 20px;
}
.box-alert:before {
position: absolute;
left: 9px;
top: 12px;
text-transform: uppercase;  font-size: 20px;
color: #9c0a35;
border-radius: 100%; width: 25px;
height: 25px;
align-content: center;
text-align: -webkit-center;
}
.box-alert:before {
content: "!";
}
.box-alert p {
text-indent: 27px;
}
.icon-tripadvisor-container {
position: absolute;
width: 130px;
z-index: 1000;
margin-left: 40px;
overflow: hidden;
padding: 0 20px 0 20px;
}
.icon-tripadvisor {
border-radius: 0 0 10px 10px;
transition: all .4s ease-in-out;
}
.icon-tripadvisor:hover {
box-shadow: 0 0 10px #0000006e;
}
.border-radius {
border-radius: 4px 4px 4px 4px;
}
.border-radius-b {
border-radius: 0 4px 4px 4px;
}
.dsg-box-main {
background-color: #fff;
border-radius: 8px;
padding: 17px 17px;
box-shadow: 0 5px 10px 0 rgb(65 71 108 / 15%);
overflow: hidden;
margin-top: 20px;
margin-bottom: 30px;
}
.widget-box {
background-color: #fff;
border-radius: 8px;
padding: 17px 17px;
-webkit-background-clip: padding-box;
background-clip: padding-box;
overflow: hidden;
width: 100%;
}
.widget-box-2 {
transition: transform 0.2s ease-in 0s;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
border-radius: 4px;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
min-height: 220px;
}
.widget-box-in-post {
background-color: #f9f9f9;
transition: transform 0.2s ease-in 0s;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
padding-bottom: 38px;
border-radius: 4px 4px 4px 4px;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
padding-bottom: 31px;
}
.widget-box-2-img {
overflow:hidden;
border-radius:4px;
}
.widget-box-2-wrapper {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-height: 180px;
}
.widget-box-2-shadow {
background-image: -moz-linear-gradient(top, hsla(0, 0%, 9%, 0), #181818);
-moz-transform: translateY(80px);
position: absolute;
top: 0;
bottom: 0;
width: 100%;
-webkit-transition: -webkit-transform .4s ease-in-out;
transition: -webkit-transform .4s ease-in-out;
-moz-transition: transform .4s ease-in-out, -moz-transform .4s ease-in-out;
transition: transform .4s ease-in-out;
transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out, -moz-transform .4s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-image: -moz-linear-gradient(top, hsla(0, 0%, 9%, 0), hsla(0, 0%, 9%, .85));
background-image: -webkit-linear-gradient(top, #f5eab63d, #f5eab617);
}
.ct-box-hp:hover .widget-box-2-shadow {
background-image: -webkit-linear-gradient(bottom, #f5eab657, #00000070);
transition: -webkit-transform .4s ease-in-out;
-moz-transition: transform .4s ease-in-out, -moz-transform .4s ease-in-out;
transition: transform .4s ease-in-out;
transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out, -moz-transform .4s ease-in-out;
}
.box-shadow {
box-shadow: 0 0 5px #0000002e;
}
.cl-1-1-nomargin.even{
border-radius: 4px;
}
.widget-box-2-text-wrapper {
position: absolute;
left: 0; 
right: 0;
top: 0; color: #fff; transform: translateY(-100%);
transition: transform 0.3s ease;
z-index: 2; padding: 10px; }
.widget-box-2-text-wrapper:hover, .ct-box-hp:hover .widget-box-2-text-wrapper {
transform: translateY(0%);
} .widget-box-2-subtitle a.btn-white {
color: #fff; display: inline-block; margin-right: 0.5rem; margin-bottom: 0.5rem; }
.widget-box-2-link-wrap {
display: block; height: 100%; text-decoration: none; 
}
.widget-box-2-subtitle {
opacity: 0;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
line-height: 19px;
margin-bottom: 0.5rem;
display: table;
}
.widget-box-2-subtitle:hover, .ct-box-hp:hover .widget-box-2-subtitle {
opacity: 1;
color: #fff;
}
.related-tickets-container  .widget-box-2-title {
color: #404040;
font-weight: 400;
font-size: 19px;
}
.widget-box-2-title {
color: #404040;
font-weight: 400;
font-size: 19px;
}
.widget-box-2-exerpt {
padding-top:8px;
}
.widget-box-2-number {
font-size: 98px;
font-weight: 400;
position: absolute;
bottom: 50px;
left: 20px;
color: #fff;
text-shadow: 0 0 10px #00000040;
}
.widget-box-2-number-full {
font-size: 98px;
font-weight: 400;
position: absolute;
top: 50px;
left: 20px;
color: #fff;
text-shadow: 0 0 10px #00000040;
}
.widget-box-2-title-full {
color: #fff;
font-weight: 600;
font-size: 30px;
}
.widget-box-2-title-full:hover {
color: #eeeeee;
}
.widget-box-2-title-white {
position: absolute;
bottom: 0;
color: #1b2629;
font-weight: 600;
font-size: 16px;
margin-bottom: 0;
letter-spacing: 0.5px;
line-height: 21px;
background-color: #f9f9f9;
z-index: 123;
width: -webkit-fill-available;
padding: 5px 10px 5px 10px;
border-top: solid 2px #98012e;
}
.widget-box-2-footer-full {
text-align: -webkit-right;
}
.widget-box-2-footer-full-button {
font-size: 19px;
background: #18b99a;
-moz-border-radius: 4px;
-webkit-border-radius: 2px;
display: block;
font-weight: normal;
margin: 20px;
padding: 5px 15px 5px 15px;
text-decoration: none;
text-shadow: none;
text-align: center;
border: none;
border-radius: 4px;
width: max-content;
transition: all 0.3s linear;
align-self: center;
transition: all 0.3s linear;
}
.widget-box-2-footer-full-button:hover {
background: #10957b;
}
.widget-box-2-footer-full-button-text {
color: #fff;
}
.widget-box-2-footer-full-button-text:hover {
color: #fff;
}
.widget-box-2-footer-full-button-text p {
margin-bottom: 0;
}
.widget-box-2-bottom {
position: absolute;
bottom: 0;
padding: 10px;
line-height: 21px;
margin-top: 7px; z-index: 10;
padding-top: 11px;
}
.widget-box-2-bottom p {
margin-top: 7px;
}
.widget-box-2-bottom-min-height {
min-height: 225px;
}
.widget-box-2-in-post {
position: absolute;
bottom: 0;
width: 100%;
background-color: #f9f9f9;
padding: 10px;
line-height: 21px;
margin-top: 0;
border-top: solid 2px #98012e;
width: -webkit-fill-available;
z-index: 10;
padding-top: 22px;
}
.widget-box-2-footer {
position: absolute;
bottom: 5px;
padding-left: 41px;
margin-left: 13px;
letter-spacing: 1px;
}
.widget-box-2-sublinks {
padding: 10px;
}
.widget-box-2-sublinks a {
background: #b1a7a7;
color: #ffffff;
padding: 4px 8px 4px 8px;
border-radius: 100px;
white-space: nowrap;
line-height: 32px;
font-size: 16px;
margin-right: 7px;
transition: all 0.3s linear;
}
.widget-box-2-sublinks a:hover {
background-color: #98012e;
color: #ffffff;
}
.widget-box-2-label {
width: 133px;
height: 211px;
bottom: -74px;
left: -50px;
-webkit-transform: rotate(-40deg);
-moz-transform: rotate(-40deg);
transform: rotate(-40deg);
}
.widget-box-2-img-first img{
max-height: 350px;
}
.ct-box-hv {
transition: transform 0.2s ease-in 0s;
}
.ct-box-hp {
transition: transform 0.2s ease-in 0s;
border-radius: 4px 4px 4px 4px;
padding-bottom: 31px;
}
.ct-box-hp-horizontal {
border-radius: 4px 0 0 4px;
overflow: hidden;
}
.ct-box-hp:hover {
transition: transform 0.2s ease-in-out 0s;
}
.ct-box-hv-plus-button {
position: absolute;
padding-top: 14px;
right: 45px;
top: 110px;
font-size: 2.5em;
line-height: 1.1em;
z-index: 1;
width: 80px;
height: 80px;
color: #ffffff;
background: #2860a0;
border-radius: 50%;
text-align: center;
transition: box-shadow 400ms cubic-bezier(.2, 0, .7, 1), ;
border: 2px solid #2860a0;
}
.ct-box-hv-plus-button:hover {
background: #2860a08a;
transition: .2s ease;
color: #ffffff;
}
.ct-box-hv-plus-button:after {
content: "+";
}
.ct-box-hv-noshadow-child.ct-box-hv {
box-shadow: none;
}
.ar-box {
padding: 15px;
border-radius: 3px;
-moz-border-radius: 4px;
line-height: 18px;
text-decoration: none;
text-shadow: none;
border: none;
box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.ar-box-hover-light:hover {
background-color: #e9f9f8;
}
.ar-box-hover-medium:hover {
background-color: #78c2be42!important;
}
.ar-box-hover-dark:hover {
background-color: #f9f9f9!important;
}
.ar-box-title {
min-height: 100px;
}
.ar-box-link {
font-size: 16px;
line-height: 16px;
background: #2860a0;
color: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 2px;
display: block;
font-size: 16px;
font-weight: normal;
line-height: 18px;
margin: 7px;
padding: 10px 16px 10px 16px;
text-decoration: none;
text-shadow: none;
text-align: center;
border: none;
}
.ar-box-link:hover {
cursor: pointer;
background-color: #25476d;
color: #ffff;
text-decoration: none;
}
.ar-box-img {
object-position: left;
}
.ar-ct-title {
min-height: 109px;
padding: 30px 0 10px 0;
}
.ar-link-title a {
font-weight: 100;
}
.ar-link-title a:hover {
color: #25476d;
text-decoration: none;
}
.box-des-1 {
background-color: #fff;
border-radius: 3px;
-webkit-background-clip: padding-box;
border: solid 1px #d8e1e9;
}
.ct-box-hv-archive {
margin-bottom: 0;
transition: all 0.2s linear 0s;
border: solid 1px #d8e1e9;
}
.ct-box-hv-archive:hover {
background-color: #f6f6f6;
padding-left: 10px;
}
.ct-box-hv-archive:hover:before {
opacity: 1;
text-indent: 0;
}
.ct-box-hv-archive:before {
content: ">";
font-size: 15px;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
right: 0;
top: 0;
opacity: 0;
height: 100%;
width: 40px;
transition: all 0.2s linear 0s;
font-weight: 700;
}
.ct-box-hv-top {
overflow: hidden;
}
.ct-box-hv-to p:hover {
color: #fff;
}
.ct-box-hv-content {
position: relative;
z-index: 1;
position: absolute;
top: 0;
left: 0;
}
.ct-box-hv-top-image {
-webkit-background-size: cover!important;
-moz-background-size: cover!important;
-o-background-size: cover!important;
min-height: 61px;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
opacity: 1;
background-size: 100% auto;
}
.ct-box-hv-top-image:hover {
}
.pointer-events-none a:hover, .pointer-events-none p:hover, .pointer-events-none h3:hover {
color: #fff;
}
.ct-box-hv-top-title {
font-weight: 400;
font-size: 21px;
line-height: 35px;
color: #fff;
}
.ct-box-hv-top-title:hover {
color: #fff;
}
.ct-box-hv-top-excerpt {
opacity: 0;
color: #fff;
}
.ct-box-hv-top:hover .ct-box-hv-top-excerpt {
transition: opacity 1s ease;
opacity: 1;
}
.ct-box-hv-top:hover .ct-box-hv-top-title {
transition: opacity 1s ease;
opacity: 0.8;
}
.ct-box-hv-overly {
position: absolute;
width: 100%;
height: 100%;
background: #98012e;
}
.ct-box-hv-hover-overly {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all .4s ease;
opacity: 0;
background-color: #810027;
}
.ct-box-hv-top:hover .ct-box-hv-hover-overly {
opacity: .8;
background: linear-gradient(rgba(7, 14, 29, .8));
}
.ct-box-hv-title {
font-weight: 400;
font-size: 21px;
line-height: 35px;
color: #fff;
margin: 0 10px 0 10px;
padding: 2px 6px 2px 6px;
}
.ct-box-hv {
background-color: #98012e;
;
}
.ct-box-hv:hover {
background-color: #810027;
}
.pointer-events-none {
pointer-events: none;
}
.sticky-deal {
position: sticky;
top: 141px;
display: flex;
justify-content: center;
}
.ar2-ct-title {
min-height: 60px;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 99991;
}
.footer {
border-top: 7px solid #00000;
padding-top: 20px;
margin-top: 25px;
}
.submenu-sticky {
position: sticky;
top: 75px;
z-index: 5;
}
.pagination {
justify-content: space-between;
} .cta-banner-bottom {
position: fixed;
bottom: 0;
width: -webkit-fill-available;
overflow: hidden;
position: fixed;
bottom: -50px;
left: 0px;
width: 100%;
z-index: 20;
background-color: #c1ddef;
margin-bottom: 0px;
padding-top: 11px;
transition: all 1s cubic-bezier(0.19,1,0.22,1);
padding: 0;
background-color: #98012e;
}
.cta-banner-bottom-active {
bottom: 0px;
display: block;
}
.cta-banner-bottom-btn {
font-size: 19px;
background: #ffffff;
color: #98012e;
-moz-border-radius: 4px;
-webkit-border-radius: 3px;
margin: 7px;
padding: 5px 15px 5px 15px;
text-decoration: none;
transition: all 0.3s linear;
border-radius: 3px;
line-height: 50px;
}
.cta-banner-bottom-btn:hover {
background-color: #7a0125;
}
.cta-banner-bottom-btn a {
color: #31597c;
}
a.cta-banner-bottom-btn:hover {
color: #fff;
} .pos-rel {
position: relative;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left!important;
}
.text-right {
text-align: right!important;
}
.flex {
display: flex;
flex-wrap: wrap;
}
.flex-right {
display: flex;
justify-content: right;
}
.flex-left {
display: flex;
justify-content: left;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
box-shadow: #787878;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
background-color: #ffffff;
} .top-tabs {
position: absolute;
top: -35px;
left: 0;
}
.top-tabs:hover {
}
.top-tabs-childs-ctn {
padding-left: 15px;
padding-right: 15px;
}
.top-tabs-childs-ctn::after {
content: "";
background: linear-gradient(90deg, #ffffff 2px, transparent 15px), linear-gradient(270deg, #ffffff 2px, transparent 15px);
z-index: 120;
position: absolute;
display: revert;
width: 100%;
height: -webkit-fill-available;
top: 0;
max-height: 50px;
left: 0;
pointer-events: none;
}
.top-tabs-childs-ctn-bottom::after {
background: linear-gradient(90deg, #98022f 2px, transparent 15px), linear-gradient(270deg, #98012e 2px, transparent 15px);
}
.top-tabs-blank {
position: relative;
font-size: 18px;
background: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 2px;
display: block;
font-weight: normal;
padding: 4px 15px 4px 15px;
text-decoration: none;
text-shadow: none;
text-align: center;
border: none;
border-radius: 3px 3px 0 0;
width: max-content;
display: inline-block;
}
.top-tabs-blank-hv {
color: #106958;
}
.top-tabs-blank-hv:hover {
background: linear-gradient(0deg, rgb(255 255 255) 0%, #f7f0f0 100%);
color: #054035;
}
.top-tabs-btn {
position: relative;
font-size: 19px;
background: #b20b38;
color: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 2px;
font-weight: normal;
padding: 5px 15px 1px 15px;
text-decoration: none;
text-shadow: none;
text-align: center;
border: none;
border-radius: 3px 3px 0 0;
width: max-content;
margin-right: 2px;
margin-bottom: 4px;
display: inline-block;
}
.top-tabs-btn:hover, .top-tabs-btn:hover:after, .top-tabs-btn:hover:before {
cursor: pointer;
background-color: #810027;
color: #ffff;
text-decoration: none;
}
.top-tabs-childs-ctn {
overflow-x: scroll;
white-space: nowrap;
}
.top-tabs-childs-ctn::-webkit-scrollbar {
display: none;
}
.top-tabs-btn-1st, .top-tabs-btn-1st:before, .top-tabs-btn-1st:after {
background: #18b99a;
}
.top-tabs-btn-1st:hover, .top-tabs-btn-1st:hover:before, .top-tabs-btn-1st:hover:after {
background: #106958;
}
.iframe {
border-radius: 3px;
overflow: hidden;
padding-bottom: 20px;
} .tabs {
display: flex;
flex-wrap: wrap; }
.tabs-img {
max-width: 100px;
}
.tabs label {
order: 1; display: block;
padding: 1rem 2rem;
margin-right: 0.2rem;
cursor: pointer;
font-weight: bold;
transition: background ease 0.2s;
}
.tabs .tab {
order: 99; flex-grow: 1;
width: 100%;
display: none;
padding: 1rem;
background: #fff;
}
.tabs input[type="radio"] {
display: none;
}
.tabs input[type="radio"]:checked+label {
border-bottom: 2px solid #2860a0;
}
.tabs input[type="radio"]:checked+label+.tab {
display: block;
border: 2px solid #2860a0;
border-radius: 3px;
transition: .2s ease;
padding: 5px;
margin: 30px 20px 0 20px;
float: right;
color: inherit;
padding: 40px;
}
.tabs-title {
padding-bottom: 20px;
font-weight: 700;
}
@media (max-width: 45em) {
.tabs .tab, .tabs label {
order: initial;
}
.tabs label {
width: 100%;
margin-right: 0;
margin-top: 0.2rem;
}
} img {
height: auto;
max-width: 100%;
}
.img-fill {
max-width: -webkit-fill-available;
}
.img-cropped {
width: 100%;
object-fit: cover;
border-radius: 4px 4px 0 0;
}
.img-round {
border-radius: 100%;
} .bg-custom-3::after {
content: "";
position: absolute;
width: -webkit-fill-available;
background-color: rgb(152, 1, 46);
height: 240px;
z-index: -1;
left: 0;
transition: height 1s ease-out 0.1s;
background-image: linear-gradient(to left, #810027 0%, rgb(152 1 46) 50%);
background-size: 0 4px, 82px 1px;
-ms-transform: translateY(-50%);
top: 0;
background-size: auto;
}
.bg-top {
background-color: #f7f0f0;
}
.bg-main {
background-color: #ededed;
}
.bg-main-dk {
background-color: #050f1a;
color: #fff;
}
.bg-shadow {
box-shadow: 0 0 5px #0000002e;
}
.bg-grey {
background-color: #5a5a5a;
}
.bg-grey-lt {
background-color: #f7f0f0 
}
.bg-grey-dk {
background-color: #292929;
}
.bg-dk-white {
background-color: #fcfcfc;
}
.bg-white {
background-color: #ffF;
}
.bg-top {
background-color: #f9f9f9;
}
.bg-top-home {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(233 249 248)), to(rgb(233 249 248 / 85%))), url(//www.archeoroma.org/wp-content/uploads/home-background.jpg);
background-size: auto, cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.bg-top-home:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #e9f9f8;
-moz-opacity: 0.9;
-webkit-opacity: 0.9;
z-index: -1;
}
.bg-lt-blue {
background-color: #2860a0;
}
.bg-dk-grey {
background-color: #626262;
}
.bg-lt-grey {
background: #f7f0f0;
}
.bg-lt-grey-2 {
background-color: #f9f9f9;
}
.bg-black {
background-color: #000000;
}
.pre-footer {
border-top: solid 7px #ebebeb;
} .txt-white {
color: #fff;
}
.txt-red {
color: #ee0000;
;
} .fs-13 {
font-size: 13px;
}
.fs-16 {
font-size: 16px;
}
.fs-20 {
font-size: 20px;
}
.fs-32 {
font-size: 32px;
}
.fs-40 {
font-size: 40px;
}
.txt-shadow-1 {
text-shadow: 0 0 5px #00000038;
}
.box-home-title-1 {
font-size: 2em;
}
.sort-by {
font-size: 18px;
color: #98012e;
font-weight: 600;
}
.lh-20 p {
line-height: 20px;
}
.text-lowercase {
text-transform: lowercase!important 
}
.text-uppercase {
text-transform: uppercase!important 
}
.text-white, .text-white p {
color: white;
}
.text-lt-grey {
color: #adadad;
}
.header-subtitle {
font-size: 22px;
color: #44565f;
margin: 12px 0 12px 0;
}
.header-subtitle:first-letter {
font-size: 80px;
float: left;
font-size: 64px;
line-height: 60px;
padding-top: 4px;
padding-right: 8px;
padding-left: 3px;
}
.list {
font-size: 15px;
line-height: 22px;
list-style: none;
}
.list:before {
font-size: 18px!important;
margin-right: .5em!important;
font-weight: 700!important;
background: none!important;
line-height: 2rem;
margin-right: 0.5rem;
}
.list-x:before {
content: "\2717"!important;
color: #e6651f!important;
}
.list-v:before {
content: "\2713"!important;
color: #0071bc!important;
}
.list-no-style li:before {
visibility: none!important;
} .banner_bottom {
display: none;
position: fixed;
bottom: 0;
width: 100%;
z-index: 200;
background-color: #98012e;
padding: 0;
}  .header-navigation-wrapper {
display: none;
} .header-toggles {
display: none;
}
.header-inner .toggle {
align-items: center;
display: flex;
overflow: visible;
padding: 0 2rem;
height: 50px;
}
.header-inner .toggle svg {
display: block;
position: relative;
z-index: 1;
}
.header-inner .toggle path {
fill: currentColor;
}
.toggle-inner {
display: flex;
justify-content: center;
height: 2.3rem;
position: relative;
}
.toggle-icon {
display: block;
overflow: hidden;
height: 35px;
width: 35px;
}
.toggle-inner .toggle-text {
color: #6d6d6d;
font-size: 1rem;
font-weight: 600;
position: absolute;
top: calc(100% + 0.5rem);
width: auto;
white-space: nowrap;
word-break: break-all;
}
.overlay-header .toggle-text {
color: inherit;
}
.header-inner .toggle:focus .toggle-text, .header-inner .toggle:hover .toggle-text {
text-decoration: underline;
} .search-toggle .toggle-icon, .search-toggle svg {
height: 35px;
width: 35px;
} .nav-toggle {
position: absolute;
bottom: 0;
right: 0;
top: 0;
width: 6.6rem;
}
.nav-toggle .toggle-icon, .nav-toggle svg {
height: 0.8rem;
width: 2.6rem;
} .primary-menu-wrapper {
display: none;
}
.primary-menu a {
color: #939597;
}
.primary-menu .sub-menu a:hover {
background: #F5F5F5;
}
.primary-menu .sub-menu .cta-btn-language a:hover {
background: none;
}
.primary-menu .sub-menu .cta-btn-language a {
background: none;
}
ul.primary-menu {
display: flex;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: -0.0277em;
flex-wrap: wrap;
justify-content: flex-end;
}
.primary-menu .icon {
display: block;
height: 0.7rem;
position: absolute;
pointer-events: none;
transform: rotate(-45deg);
width: 1.3rem;
}
.primary-menu .icon::before, .primary-menu .icon::after {
content: "";
display: block;
background-color: currentColor;
position: absolute;
bottom: calc(50% - 0.1rem);
left: 0;
}
.primary-menu .icon::before {
height: 0.9rem;
width: 0.2rem;
}
.primary-menu .icon::after {
height: 0.2rem;
width: 0.9rem;
}
.primary-menu li {
line-height: 1.25;
position: relative;
}
.primary-menu li:hover {
color: #25476d;
}
.primary-menu>li {
align-self: center;
}
.primary-menu>li.menu-item-has-children>a {
}
.primary-menu .cta-btn>li.menu-item-has-children>a {
color: #fff!important;
}
.primary-menu>li>.icon {
right: -0.5rem;
top: calc(50% - 0.4rem);
}
.primary-menu a {
color: inherit;
line-height: 1.2;
text-decoration: none;
word-break: normal;
word-wrap: normal;
padding: 0 6px 0 6px;
}
.primary-menu .cta-btn .current_page_ancestor {
color: #fff;
}
.primary-menu li.current-menu-item>a, .primary-menu li.current-menu-item>.link-icon-wrapper>a {
background: #F5F5F5;
}
.primary-menu li.current-menu-item>a:hover, .primary-menu li.current-menu-item>.link-icon-wrapper>a:hover, .primary-menu li.current-menu-item>a:focus, .primary-menu li.current-menu-item>.link-icon-wrapper>a:focus {
text-decoration: none;
} .primary-menu ul {
background: #fff;
color: #939597;
font-size: 14px;
opacity: 0;
padding: 1rem 0;
position: absolute;
right: 9999rem;
top: calc(100% + 12px);
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(0.6rem);
width: 32rem;
z-index: 10;
}
.primary-menu li.menu-item-has-children:hover>ul, .primary-menu li.menu-item-has-children:focus>ul, .primary-menu li.menu-item-has-children.focus>ul {
right: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
}
.primary-menu ul::before {
content: ' ';
position: absolute;
width: 0;
height: 0;
top: 0;
right: 28px;
border: 7px solid #000;
border-color: #fff #fff transparent transparent;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: rotate( -45deg);
-ms-transform: rotate(-45deg);
transform: rotate( -45deg);
box-shadow: 2px -3px 3px 0 rgb(0 0 0 / 2%);
z-index: 1002;
}
.primary-menu ul::after {
border: 0.8rem solid transparent;
border-bottom-color: #000;
right: 1.8rem;
}
.primary-menu ul a {
background: transparent;
border: none;
color: inherit;
display: block;
padding: 1rem 2rem;
transition: background-color 0.15s linear;
width: 100%;
}
.primary-menu ul li.menu-item-has-children>a {
padding-right: 4.5rem;
}
.primary-menu ul li.menu-item-has-children .icon {
position: absolute;
right: 1.5rem;
top: calc(50% - 0.5rem);
} .primary-menu ul ul {
top: -1rem;
}
.primary-menu ul li.menu-item-has-children:hover>ul, .primary-menu ul li.menu-item-has-children:focus>ul, .primary-menu ul li.menu-item-has-children.focus>ul {
right: calc(100% + 2rem);
}
.primary-menu ul ul::before {
bottom: 0;
height: 18px;
right: -14px;
top: 7px;
width: 2rem;
transform: rotate(45deg);
}
.primary-menu ul ul::after {
border-bottom-color: transparent; border-left-color: #000;
bottom: auto;
right: -1.6rem;
top: 2rem;
}
.rtl .primary-menu ul ul::after {
transform: rotate(180deg);
} @media ( min-width: 1000px) {   #site-header {
z-index: 2;
}
.header-inner {
align-items: center;
display: flex;
justify-content: space-between;
}
.header-titles-wrapper {
margin-right: 4rem;
max-width: 50%;
padding: 0;
text-align: left;
}
.header-titles {
align-items: baseline;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: 0rem 0 0 2.6rem;
}
.header-titles .site-title, .header-titles .site-logo, .header-titles .site-description {
margin: 1rem 0 0 2.4rem;
}
.wp-custom-logo .header-titles {
align-items: center;
} .header-navigation-wrapper {
align-items: center;
display: flex;
}
.primary-menu-wrapper {
display: block;
width: 100%;
} .mobile-search-toggle, .mobile-nav-toggle {
display: none !important;
}
.primary-menu-wrapper+.header-toggles {
margin-left: 3rem;
}
.header-toggles {
display: flex;
flex-shrink: 0;
margin-right: -3rem;
}
.header-inner .toggle {
height: 4.4rem;
padding: 0 3rem;
position: relative;
bottom: auto;
left: auto;
right: auto;
top: auto;
width: auto;
}
.header-inner .toggle-wrapper {
position: relative;
}
.header-inner .toggle-wrapper:first-child::before {
content: none;
}
.header-inner .primary-menu-wrapper+.header-toggles .toggle-wrapper:first-child::before {
content: "";
}
.nav-toggle-wrapper:not(.has-expanded-menu) {
display: none;
}
.toggle-inner {
position: static;
}
.toggle-inner .toggle-text {
left: 0;
right: 0;
text-align: center;
top: calc(100% - 0.3rem);
width: auto;
}
.header-toggles:only-child .nav-toggle .toggle-inner {
padding-top: 0;
}
.header-toggles:only-child .toggle-inner {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.header-toggles:only-child .toggle-inner .svg-icon {
order: 1;
}
.header-toggles:only-child .toggle-inner .toggle-text {
position: static;
padding-right: 20px;
font-size: 15px;
color: inherit;
} .menu-modal {
opacity: 1;
justify-content: flex-end;
padding: 0;
transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
}
.menu-modal.cover-modal {
background: rgba(0, 0, 0, 0);
}
.menu-modal.active {
background: rgba(0, 0, 0, 0.2);
transition: background-color 0.3s ease-out;
}
.menu-wrapper.section-inner {
width: calc(100% - 8rem);
}
.menu-modal-inner {
box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
opacity: 0;
padding: 0;
transform: translateX(20rem);
transition: transform 0.2s ease-in, opacity 0.2s ease-in;
width: 50rem;
}
.menu-modal.active .menu-modal-inner {
opacity: 1;
transform: translateX(0);
transition-timing-function: ease-out;
} .expanded-menu {
display: block;
}
.menu-bottom {
padding: 6rem 0;
}
.menu-bottom .social-menu {
justify-content: flex-start;
}
} .menu-modal {
background: #fff;
display: none;
opacity: 0;
overflow-y: auto;
overflow-x: hidden;
position: fixed;
bottom: 0;
left: -99999rem;
right: 99999rem;
top: 0;
transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
z-index: 99;
}
.admin-bar .menu-modal {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .menu-modal {
top: 46px;
}
}
.menu-modal.show-modal {
display: flex;
}
.menu-modal.active {
left: 0;
opacity: 1;
right: 0;
transition: opacity 0.25s ease-out;
}
.menu-modal-inner {
background: #fff;
display: flex;
justify-content: stretch;
overflow: auto;
-ms-overflow-style: auto;
width: 100%;
}
.menu-wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
width: 100%;
}
button.close-nav-toggle {
align-items: center;
display: flex;
font-size: 1.6rem;
font-weight: 500;
justify-content: flex-end;
padding: 3.1rem 0;
width: 100%;
}
button.close-nav-toggle svg {
height: 1.6rem;
width: 1.6rem;
}
button.close-nav-toggle .toggle-text {
margin-right: 1.6rem;
}
.menu-modal .menu-top {
flex-shrink: 0;
} .modal-menu {
position: relative;
left: calc(50% - 50vw);
width: 100vw;
}
.modal-menu li {
border-color: #dedfdf;
border-style: solid;
border-width: 0.1rem 0 0 0;
display: flex;
flex-wrap: wrap;
line-height: 30px;
justify-content: flex-start;
margin: 0;
}
.modal-menu>li>a, .modal-menu>li>.ancestor-wrapper>a {
font-size: 16px;
font-weight: 700;
letter-spacing: -0.0375em;
}
.modal-menu>li:last-child {
border-bottom-width: 0.1rem;
}
.modal-menu .ancestor-wrapper {
display: flex;
justify-content: space-between;
width: 100%;
}
.modal-menu a {
display: block;
padding: 8px 6px;
text-decoration: none;
width: 100%;
color: #939597;
}
.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item>.ancestor-wrapper>a, .modal-menu li.current_page_ancestor>.ancestor-wrapper>a {
color: #25476d;
}
.modal-menu>li>a, .modal-menu>li>.ancestor-wrapper {
min-height: 53px;
padding-top: 14px; margin: 0 10px 0 10px;
}
button.sub-menu-toggle {
border-left: 0.1rem solid #dedfdf;
flex-shrink: 0;
margin: 1rem 0;
padding: 0 2.5rem;
}
button.sub-menu-toggle svg {
height: 0.9rem;
transition: transform 0.15s linear;
width: 1.5rem;
}
button.sub-menu-toggle.active svg {
transform: rotate(180deg);
}
.modal-menu ul {
display: none;
margin: 0;
width: 100%;
}
.modal-menu ul li a {
color: inherit;
font-weight: 500;
margin: 0 10px 0 10px;
} .menu-wrapper .menu-item {
position: relative;
}
.menu-wrapper .active {
display: block;
}
.menu-wrapper.is-toggling {
pointer-events: none;
}
.menu-wrapper.is-toggling .menu-item {
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%;
}
.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
width: auto;
}
.menu-wrapper.is-animating .menu-item, .menu-wrapper.is-animating .toggling-target {
transition-duration: 250ms;
}
.menu-wrapper.is-animating .menu-item {
transition-property: transform;
}
.menu-wrapper.is-toggling .toggling-target {
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 1;
}
.menu-wrapper.is-toggling .toggling-target.active {
opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target {
display: block;
transition-property: opacity;
opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target.active {
opacity: 1;
}
.menu-wrapper.is-toggling .modal-menu>li:last-child li {
border-top-color: transparent;
border-bottom-width: 0.1rem;
}
@media (prefers-reduced-motion: reduce) {
.menu-wrapper.is-animating .menu-item, .menu-wrapper.is-animating .toggling-target {
transition-duration: 1ms !important;
}
} .expanded-menu {
display: none;
}
.mobile-menu {
display: block;
} .menu-bottom {
flex-shrink: 0;
padding: 4rem 0;
}
.menu-bottom nav {
width: 100%;
}
.menu-copyright {
display: none;
font-size: 1.6rem;
font-weight: 500;
margin: 0;
}
.menu-copyright a:focus, .menu-copyright a:hover {
text-decoration: underline;
}
.menu-bottom .social-menu {
justify-content: center;
} .toggle {
-moz-appearance: none;
-webkit-appearance: none;
color: inherit;
cursor: pointer;
font-family: inherit;
position: relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
text-align: inherit;
user-select: none;
}
button.toggle {
background: none;
border: none;
box-shadow: none;
border-radius: 0;
font-size: inherit;
font-weight: 400;
letter-spacing: inherit;
padding: 0;
text-transform: none;
} .nav-toggle {
position: absolute;
bottom: 0;
right: 0;
top: 0;
width: 6.6rem;
}
.nav-toggle .toggle-icon, .nav-toggle svg {
height: 35px;
width: 35px;
}
.nav-toggle .toggle-inner {
padding-top: 14px;
}
.toggle-inner {
display: flex;
justify-content: center;
height: 2.3rem;
position: relative;
}
.toggle-icon {
display: block;
overflow: hidden;
}
.toggle-inner .toggle-text {
color: #6d6d6d;
font-size: 1rem;
font-weight: 600;
position: absolute;
top: calc(100% + 0.5rem);
width: auto;
white-space: nowrap;
word-break: break-all;
}
@media ( min-width: 700px) {
.modal-menu .section-inner {
width: calc(100% - 8rem);
} .toggle-inner .toggle-text {
font-size: 1.2rem;
} button.close-nav-toggle {
background-color: #fff;
font-size: 1.8rem;
padding: 4rem 0;
margin-top: 6rem;
}
button.close-nav-toggle svg {
height: 2rem;
width: 2rem;
}
button.close-nav-toggle .toggle-text {
margin-right: 2.1rem;
}
.modal-menu {
left: auto;
width: 100%;
}
.modal-menu>li>a, .modal-menu>li>.ancestor-wrapper>a {
font-size: 2.4rem;
padding: 2.5rem 0;
}
.modal-menu ul li {
border-left-color: transparent;
}
.modal-menu>li>.ancestor-wrapper>button.sub-menu-toggle {
padding: 0 3rem;
}
.modal-menu>li>.ancestor-wrapper>button.sub-menu-toggle svg {
height: 1.1rem;
width: 1.8rem;
}
.menu-bottom {
align-items: center;
display: flex;
justify-content: space-between;
padding: 4.4rem 0;
}
.menu-copyright {
display: block;
flex-shrink: 0;
margin-right: 4rem;
}
}
@media ( min-width: 1000px) { .menu-modal {
opacity: 1;
justify-content: flex-end;
padding: 0;
transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
}
.menu-modal.cover-modal {
background: rgba(0, 0, 0, 0);
}
.menu-modal.active {
background: rgba(0, 0, 0, 0.2);
transition: background-color 0.3s ease-out;
}
.menu-wrapper.section-inner {
width: calc(100% - 8rem);
}
.menu-modal-inner {
box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
opacity: 0;
padding: 0;
transform: translateX(20rem);
transition: transform 0.2s ease-in, opacity 0.2s ease-in;
width: 50rem;
}
.menu-modal.active .menu-modal-inner {
opacity: 1;
transform: translateX(0);
transition-timing-function: ease-out;
}
.mobile-menu {
display: none;
}
.expanded-menu {
display: block;
}
.menu-bottom {
padding: 6rem 0;
}
.menu-bottom .social-menu {
justify-content: flex-start;
}
.toggle-inner {
position: static;
}
.toggle-inner .toggle-text {
left: 0;
right: 0;
text-align: center;
top: calc(100% - 0.3rem);
width: auto;
}
} .cover-modal {
display: none;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
}
.cover-modal::-webkit-scrollbar {
display: none !important;
}
.cover-modal.show-modal {
display: block;
}
.cover-modal.show-modal>* {
cursor: default;
display: content;
}
.header-titles-wrapper {
align-items: center;
display: flex;
justify-content: center;
}
@media (max-width: 1000px) {
.header-titles-wrapper {
margin: 0 auto;
width: 100%;
}
.header-titles {
width: 100%;
}
}  @media (min-width: 700px) {
.search-modal .section-inner {
width: calc(100% - 8rem);
}
.search-modal form {
position: relative;
width: 100%;
}
}
.search-form {
align-items: stretch;
display: flex;
flex-wrap: nowrap;
margin: 0 0 -0.8rem -0.8rem;
}
.search-form label {
align-items: stretch;
display: flex;
font-size: inherit;
margin: 0;
width: 100%;
}
.search-modal .search-submit {
position: absolute;
right: -9999rem;
top: 50%;
transform: translateY(-50%);
}
.search-form .search-field, .search-form .search-submit {
margin: 0 0 0.8rem 0.8rem;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
word-break: normal;
}
@media (min-width: 700px) {
.search-untoggle svg {
height: 2.5rem;
width: 2.5rem;
}
}
.search-untoggle svg {
height: 1.5rem;
transition: transform 0.15s ease-in-out;
width: 1.5rem;
}
.search-modal {
background: rgba(0, 0, 0, 0.2);
display: none;
opacity: 0;
position: fixed;
bottom: 0;
left: -9999rem;
top: 0;
transition: opacity 0.2s linear, left 0s 0.2s linear;
width: 100%;
z-index: -1;
}
.admin-bar .search-modal.active {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .search-modal.active {
top: 46px;
}
}
button.search-untoggle {
align-items: center;
display: flex;
flex-shrink: 0;
justify-content: center;
margin-right: -2.5rem;
padding: 0 2.5rem;
}
.search-modal button.search-untoggle {
color: inherit;
}
.search-modal.active .search-untoggle {
animation: popIn both 0.3s 0.2s;
}
.search-untoggle svg {
height: 1.5rem;
transition: transform 0.15s ease-in-out;
width: 1.5rem;
}
.search-untoggle:focus svg, .search-untoggle:hover svg {
transform: scale(1.15);
} .search-modal form {
margin: 0;
position: relative;
width: 100%;
}
.search-modal .search-field {
background: none;
border: none;
border-radius: 0;
color: inherit;
font-size: 2rem;
letter-spacing: -0.0277em;
height: 76px;
margin: 0 0 0 -2rem;
max-width: calc(100% + 2rem);
padding: 0 0 0 3rem;
width: calc(100% + 2rem);
outline-width: 0;
}
.search-modal .search-field::-webkit-input-placeholder {
color: inherit;
}
.search-modal .search-field:-ms-input-placeholder {
color: inherit;
}
.search-modal .search-field::-moz-placeholder {
color: inherit;
line-height: 4;
}
.search-modal .search-submit {
position: absolute;
right: -9999rem;
top: 50%;
transform: translateY(-50%);
}
.search-modal .search-submit:focus {
right: 0;
}
.desktop-nav-toggle {
display: none!important;
}
.primary-menu .icon {
display: block;
height: 0.7rem;
position: absolute;
pointer-events: none;
transform: rotate(-45deg);
width: 1.3rem;
}
.primary-menu .icon::before, .primary-menu .icon::after {
content: "";
display: block;
background-color: currentColor;
position: absolute;
bottom: calc(50% - 0.1rem);
left: 0;
}
.sub-menu {
background: #fff;
box-shadow: 0 2px 7px 1px rgb(0 0 0 / 5%), 0 6px 32px 0 rgb(18 43 70 / 10%);
list-style: none;
padding: 10px 0;
position: absolute;
top: -webkit-calc(100% - 15px);
top: calc(100% - 15px);
margin: 0;
min-width: 168px;
opacity: 0;
z-index: 100;
}
.sub-menu:before, .user-wrap-container>.sub-menu:before {
content: ' ';
position: absolute;
width: 0;
height: 0;
top: 0;
right: 28px;
border: 7px solid #000;
border-color: #fff #fff transparent transparent;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
box-shadow: 2px -3px 3px 0 rgb(0 0 0 / 2%);
z-index: 1002;
}
.sub-menu {
color: #939597;
opacity: 100;
position: relative;
}
.language-menu {
background-color: #f7f0f0;
max-height: 50px;
}  .header-inner {
padding: 6px 0 6px 0;
}
#mobile-nav .icon-size-6 {
height: 2rem !important;
}
#desktop-nav .primary-nav-tab-button {
position: relative;
}
#desktop-nav li.primary-nav-tab {
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.08em;
font-size: 12px;
border: none;
padding: 10px 14px;
}
#desktop-nav .primary-nav-tab.megamenu::after {
content: "";
background: linear-gradient(90deg, #21dbaa, #00b4ef, #0768dd, #5f1ae5);
height: 6px;
width: 110px;
transition: all 0.3s linear;
position: absolute;
bottom: 0;
opacity: 0;
z-index: 1;
background-size: 100vw;
}
#desktop-nav .primary-nav-tab.active::after {
opacity: 1;
width: 100%;
left: 0;
}
#desktop-nav .primary-nav-tab:hover .primary-nav-tab-button::before {
width: 100%;
left: 0;
opacity: 1;
}
#desktop-nav {
flex-grow: 1;
}
#desktop-nav .primary-nav-container {
display: flex;
align-items: flex-end;
padding-bottom: 6px;
}
#desktop-nav .primary-nav-tab-container {
display: flex;
margin-left: 20px;
}
#mobile-nav-toggle * {
transition: transform 0.2s;
}
#mobile-nav.active #mobile-nav-icon-middle {
transform: scale(0);
}
#mobile-nav.active #mobile-nav-icon-bottom {
transform: rotateZ(-45deg) translateY(5px);
}
#mobile-nav.active #mobile-nav-icon-top {
transform: rotateZ(45deg) translateY(-10px);
}
#mobile-nav-toggle {
position: absolute;
right: 30px;
top: 30px;
z-index: 1;
background: unset;
}
.header-navigation-wrapper ul {
list-style: none;
-webkit-padding-start: 0;
padding-inline-start: 0;
padding-left: 0;
margin: 0;
}
#desktop-nav .primary-nav-tab.active .primary-nav-tab-button {
color: #fff;
background-color: transparent;
border-radius: 9px 9px 0 0;
box-shadow: 0 -10px 0 0 white;
}
#desktop-nav .primary-nav-tab.active .primary-nav-tab-button:focus, #desktop-nav .primary-nav-tab-button:focus {
outline-width: 0;
}
#desktop-nav li:not(.active) .primary-nav-tab-section {
transform: translateY(-100%);
opacity: 0;
visibility: hidden;
z-index: -1;
transition: opacity 0.2s ease-in-out 0.2s, transform 0.4s ease-in-out, height 0.4s ease-in-out, visibility 0.01s 0.2s;
}
.header-navigation-wrapper a:not(.btn), .header-navigation-wrapper button:not(.btn) {
background-color: #fff;
border: none;
color: inherit;
cursor: pointer;
}
#desktop-nav .primary-nav-tab-button {
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.08em;
font-size: 12px;
border: none;
padding: 10px 14px;
background-image: linear-gradient(#fff, #fff);
background-repeat: no-repeat;
background-size: 100% 0%;
transition: all 0.15s ease-in-out;
}
#desktop-nav .primary-nav-tab-button::after {
content: "";
height: 0.9rem;
width: 0.9rem;
vertical-align: text-top;
display: inline-block;
background-size: auto 100%;
background-position: center;
background-repeat: no-repeat;
transform: rotateZ(90deg);
margin-left: 6px;
display: inline-block;
margin-left: 9px;
border-bottom: 0;
width: 0;
border-right: 2px solid #9d9d9d;
border-bottom: 2px solid #9d9d9d;
transform: rotate(225deg);
top: margin-top;
margin-bottom: -5px;
}
#desktop-nav .primary-nav-tab:not(.active) .primary-nav-tab-button::after {
display: inline-block;
margin-left: 9px;
border-bottom: 0;
width: 0;
border-right: 2px solid #98012e;
border-bottom: 2px solid #98012e;
transform: rotate(45deg);
top: margin-top;
margin-bottom: 3px;
}
#desktop-nav .primary-nav-tab-section {
position: absolute;
left: 0;
background: #fff;
width: 100%;
font-size: 13px;
box-shadow: 0 6px 8px -1px rgb(0 0 0 / 13%);
overflow: hidden;
z-index: -1;
transition: all 0.4s ease-in-out, opacity 0.2s ease-in-out, z-index 0s 1s;
}
#desktop-nav .primary-subnav-tab-container {
padding: 10px 0;
}
#desktop-nav .primary-subnav-tab-container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 154px auto;
grid-template-columns: 154px auto;
position: relative;
background-color: transparent;
}
#desktop-nav .primary-subnav-tab-container .primary-subnav-tab-container-background {
background: #fff;
}
#desktop-nav .primary-subnav-tab-button-background {
transition: all 0.3s ease, visibility 0s;
}
#desktop-nav .main-links-container {
margin-bottom: 30px;
display: flex;
flex-wrap: wrap;
}
#desktop-nav .primary-nav-tab-column-title-small {
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
letter-spacing: initial;
margin-top: -4px;
margin-bottom: 8px;
position: relative;
}
#desktop-nav .primary-nav-tab-column-title-small .btn {
font-weight: inherit;
}
#desktop-nav .primary-nav-tab-column-title-small .color-box {
height: 10px;
width: 10px;
position: absolute;
left: -18px;
bottom: 32%;
border-radius: 1px;
}
#desktop-nav .primary-nav-tab-column-title-small .btn {
font-weight: inherit;
}
#primary-nav>.container {
display: flex;
justify-content: space-between;
}
#desktop-nav .primary-nav-tab-column-main .primary-nav-tab-column-link {
font-size: 15px;
}
#desktop-nav .primary-nav-tab-column-link {
margin-bottom: 8px;
position: relative;
line-height: 1.3;
}
#desktop-nav .primary-nav-tab-section .primary-nav-tab-thumbnails {
background-color: #edf2f4;
padding: 30px 30px;
}
.position-relative {
position: relative !important;
}
#desktop-nav .primary-nav-tab-section .primary-nav-tab-thumbnail {
width: 240px;
flex-basis: 240px;
}
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.header-navigation-wrapper a:not(.btn), .header-navigation-wrapper button:not(.btn) {
background-color: transparent;
border: none;
color: inherit;
}
#desktop-nav .primary-nav-tab-column-image-thumbnail {
display: block;
height: 120px;
margin-bottom: 20px;
}
.background-image {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
#desktop-nav .primary-nav-tab-column-description {
font-size: 14px;
margin-bottom: 10px;
}
.header-navigation-wrapper .btn-arrow {
text-align: left;
line-height: 1.4;
}
.header-navigation-wrapper .btn {
white-space: initial;
}
.btn.btn-arrow {
padding: 0;
background: none;
color: #1b2629;
border: none;
transition: unset;
border-radius: 0;
}
.btn.btn-arrow:hover {
color: #106958;
}
.primary-nav-tab {
list-style: none;
}
#desktop-nav .primary-nav-tab-column-link a:hover::before, #desktop-nav .primary-nav-tab-column-link a:focus::before, #desktop-nav .primary-nav-tab-column-link.active a::before {
content: "+";
display: block;
position: absolute;
left: -15px;
}
#desktop-nav .primary-nav-tab-column-link a:hover {
color: #0768dd;
}
#mobile-nav {
display: none;
} .bg-black {
background-color: #000;
}
.navbar .ct-std #desktop-nav .primary-nav-tab-section {
top: 100%;
}
.navbar .ct-std #desktop-nav .primary-nav-tab-button {
padding: 9px 14px;
}
.navbar .ct-std #desktop-nav li.primary-nav-tab {
padding: 0;
display: flex;
align-items: center;
margin: 0;
}
.navbar .ct-std #desktop-nav .primary-nav-tab-container {
margin-left: 0;
}
.navbar .ct-std.header-inner .toggle-wrapper {
display: flex;
height: 51px;
background-color: transparent;
}
.navbar .ct-std #desktop-nav .primary-nav-tab:not(.active) .primary-nav-tab-button:hover {
color: #818181!important;
}
.navbar .ct-std #desktop-nav .primary-nav-container {
padding-bottom: 0;
}
.navbar .ct-std .toggle-inner {
height: auto;
}
.navbar .ct-std.header-inner .toggle {
height: auto;
bottom: 0 !important;
}
body .navbar {
height: 56px;
}
.header-footer-group+div {
background: transparent !important;
min-height: 70px !important;
}
.navbar .ct-std a {
font-size: 18px;
font-weight: 300;
font-family: 'Montserrat';
}
.navbar .ct-std #desktop-nav li.primary-nav-tab a {
font-size: 14px;
font-family: 'Montserrat';
text-transform: none;
letter-spacing: normal;
}
.navbar .ct-std #desktop-nav .primary-nav-tab-button {
font-size: 14px;
font-family: 'Montserrat';
text-transform: None;
letter-spacing: normal;
display: flex;
align-items: center;
position: relative;
background-image: none;
}
.navbar .ct-std #desktop-nav .primary-nav-tab-button::before {
bottom: -11px;
}
.navbar .ct-std #desktop-nav .primary-nav-tab.active .primary-nav-tab-button::after {
filter: invert(1);
}
.navbar .ct-std #desktop-nav .primary-nav-tab.active .primary-nav-tab-button {
color: #000;
background-color: transparent;
border-radius: 0;
box-shadow: none;
}
.navbar .ct-std #desktop-nav .primary-nav-tab.cta-btn-menu:hover .primary-nav-tab-button::before {
display: none;
}
.navbar .ct-std #desktop-nav .primary-nav-tab.cta-btn-menu .primary-nav-tab-button {
border-color: #2860a0;
}
.navbar .ct-std .header-navigation-wrapper.nav-open.active-boder {
background: transparent;
}
.navbar .ct-std #desktop-nav .primary-nav-tab:not(.active) .primary-nav-tab-button {
background-size: 100% 100%;
}
.navbar .ct-std #desktop-nav li.primary-nav-tab .primary-nav-tab-column-link a {
font-size: 16px;
color: #686868;
transition: 0.2s all cubic-bezier(0, 0, 0.2, 1);
}
.navbar .ct-std #desktop-nav .primary-nav-tab-column-title-small .btn {
font-weight: 600;
font-size: 16px;
display: flex;
align-items: center;
}
.navbar .ct-std #desktop-nav li.primary-nav-tab .primary-nav-tab-column-link a:hover, .navbar .ct-std #desktop-nav li.primary-nav-tab .primary-nav-tab-column-link.active a {
color: #106958;
}
.navbar .ct-std #desktop-nav .primary-nav-tab-button::after {
height: 10px;
width: 10px;
}
.navbar .ct-std #desktop-nav .primary-nav-tab .primary-nav-tab-button:not(button)::after {
display: none;
content: none;
}
.navbar .ct-std #desktop-nav li.primary-nav-tab.active .primary-nav-tab-button::before {
opacity: 1;
left: 0;
width: 100%;
}
.navbar .ct-std #desktop-nav .primary-nav-tab.active .primary-nav-tab-button:not(button) {
color: rgb(16, 105, 88);
}
.navbar .ct-std #desktop-nav .primary-nav-tab-column-link {
margin-bottom: 5px;
}
.search-modal {
margin-top: 56px;
}
.search-modal .search-modal-inner {
position: relative;
top: 1px;
}
.search-modal.active {
left: 0;
opacity: 1;
transition: opacity 0.2s linear;
}
.search-modal.active .search-modal-inner {
box-shadow: 0 1px 0 0 rgb(139 141 157 / 5%), 0 5px 18px 0 rgb(65 71 108 / 22%);
transform: translateY(0);
transition: all 0.4s ease-in-out, opacity 0.2s ease-in-out, z-index 0s 1s !important;
height: 57px;
}
.search-modal-inner .section-inner {
display: flex;
justify-content: space-between;
max-width: 1012px;
margin: auto;
background-color: #f2f2f2;
position: relative;
left: 64px;
}
.search-modal .search-field {
height: 69px;
}
.navbar-inner {
height: 56px;
box-shadow: 0 2px 3px #0000002e;
}
.navbar {
background-color: transparent;
padding: 0;
}
.search-modal-inner {
background: #fff;
opacity: 100%;
transform: translateY(-100%);
transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.admin-bar .search-modal.active {
top: 18px;
}
.search-modal .search-field {
height: 57px;
}
button.search-untoggle {
margin-right: 0;
z-index: 9;
}
.primary-nav-tab.megamenu::before {
content: "";
position: fixed;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
left: 0;
top: 0;
z-index: -2;
opacity: 0;
pointer-events: none;
}
.primary-nav-tab.megamenu.active::before {
opacity: 1;
}
@media (max-width: 1500px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1200px;
}
.navbar .ct-std #desktop-nav .main-links-container {
margin-bottom: 30px;
display: flex;
flex-wrap: wrap;
max-height: 85vh;
overflow: auto;
}
}
@media (max-width: 1266px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 950px;
}
}
@media (max-width: 768px) {
.container-md, .container-sm, .container {
max-width: 720px;
}
}
@media (max-width: 576px) {
.container-md, .container-sm, .container, #primary-nav>.container {
max-width: none;
}
#primary-nav>.container {
margin: 10px auto;
}
}
@media (max-width: 1024px) {
.navbar .ct-std #desktop-nav li.primary-nav-tab .primary-nav-tab-column-link a {
font-size: 12px;
color: #000000;
transition: 0.2s all cubic-bezier(0, 0, 0.2, 1);
}
.navbar .ct-std #desktop-nav .primary-nav-tab-column-title-small .btn {
font-weight: 600;
font-size: 14px;
display: flex;
align-items: center;
}
.search-modal-inner .section-inner {
left: 0;
width: 100%;
}
.search-modal-inner {
background: #f2f2f2;
}
}
@media (max-width: 991px) {
.navbar .ct-std #mobile-nav .container-md, .navbar .ct-std #mobile-nav .container-sm, .navbar .ct-std #mobile-nav .container {
max-width: 100%;
}
.navbar .ct-std #mobile-nav-container .primary-nav-item, .navbar .ct-std #mobile-nav-container .primary-nav-tab {
display: flex;
padding: 10px 30px;
border-bottom: solid #edf2f4 1px;
}
.navbar .ct-std #mobile-nav-container a, .navbar .ct-std #mobile-nav-container button {
font-family: 'Montserrat';
line-height: normal;
text-transform: none;
color: #000000;
}
.navbar .ct-std #mobile-nav-container .primary-nav-title {
text-transform: none;
}
.navbar .ct-std #mobile-nav-container .primary-subnav-item-back-button::after {
height: 1.5rem;
width: 1.5rem;
top: 50%;
transform: rotate( 180deg) translateY(50%);
}
.navbar .ct-std #mobile-nav-container .primary-subnav-item {
padding: 10px 30px;
}
.navbar .ct-std #mobile-nav-container .primary-nav-container, .navbar .ct-std #mobile-nav-container .primary-subnav-container, .navbar .ct-std #mobile-nav-container .secondary-nav-container, .navbar .ct-std #mobile-nav-container .secondary-subnav-container {
-moz-column-gap: calc((100vw - (100% - 00px))/2);
column-gap: calc((100vw - (100% - 0))/2);
}
.navbar .ct-std #mobile-nav-container .primary-nav-item-button::after {
height: 1.5rem;
width: 1.5rem;
}
.navbar .ct-std #mobile-nav-container .primary-subnav-items-container {
padding-bottom: 30px;
}
.navbar .ct-std #mobile-nav-section {
max-height: calc(100vh - 70px);
overflow: auto;
}
}
@media (max-width: 991px) {
.navbar .ct-std #mobile-nav-container .primary-subnav-item {
padding: 10px 20px;
}
.logo-img {
max-width: calc(100% - 58px);
margin-top: 0;
}
.header-titles-wrapper {
margin: 0 auto;
width: 100%;
flex-direction: row-reverse;
padding: 0 15px;
}
.navbar .ct-std.header-inner .toggle {
height: auto;
bottom: 0 !important;
padding: 0;
}
.navbar .ct-std #mobile-nav-toggle {
position: absolute;
right: 15px;
top: 55%;
z-index: 1;
background: unset;
transform: translateY(-50%);
}
.navbar .ct-std.header-inner .toggle {
height: auto;
bottom: 0 !important;
padding: 0;
position: absolute;
transform: translateY(-50%);
top: 50%;
right: 65px;
}
.navbar .ct-std .sprite-svg {
filter: brightness(0.5);
}
.navbar .ct-std #mobile-nav .icon-size-6 {
height: 3.5rem !important;
}
.navbar .ct-std #mobile-nav-container .primary-nav-container, .navbar .ct-std #mobile-nav-container .primary-subnav-container, .navbar .ct-std #mobile-nav-container .secondary-nav-container, .navbar .ct-std #mobile-nav-container .secondary-subnav-container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 100%;
grid-template-columns: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.container-md, .container-sm, .container {
max-width: 720px;
}
#primary-nav>.container {
max-width: 720px;
margin: 10px auto;
}
} @media (max-width: 991px) {
#mobile-nav-container .primary-subnav-item-back-button::after {
content: '';
height: 1rem;
width: 1rem;
position: absolute;
right: calc(100% + 0.5rem);
top: calc(50% - .5rem);
vertical-align: text-top;
display: inline-block;
transform: rotate(180deg);
background-size: auto 100%;
background-position: center;
background-repeat: no-repeat;
background-image: url(https://s3.amazonaws.com/qualtrics-www/arrow.svg);
}
.site-header {
padding-bottom: 0;
}
body header .col-full {
padding-top: 0;
padding-bottom: 0.4em;
}
.header-navigation-wrapper button {
font-weight: 400;
}
#mobile-nav {
display: flex;
align-items: center;
}
#mobile-nav:not(.active) #mobile-nav-section {
max-height: 0;
transform: translateY(-100%);
transition: transform 0.1s ease-in-out 0.3s, height 0.4s ease-in-out, max-height 0.4s ease-in-out, visibility 0.01s 0.1s;
}
.header-navigation-wrapper a, .header-navigation-wrapper button {
font-size: 16px;
}
#desktop-nav {
display: none;
}
.header-navigation-wrapper a, .header-navigation-wrapper button {
font-size: 16px;
}
#mobile-nav-toggle {
padding: 0;
}
#mobile-nav-section {
position: absolute;
left: 0;
top: 100%;
background-color: white;
width: 100vw;
box-shadow: 0 6px 8px -1px rgb(0 0 0 / 13%);
z-index: 1;
padding: 0;
display: flex;
flex-direction: column;
max-height: calc(100vh - 21px);
overflow: hidden;
transition: 0.4s ease;
z-index: -1;
}
#mobile-nav-container {
display: flex;
flex-direction: column;
transition: all 0.3s;
}
#mobile-nav-container .primary-nav-container, #mobile-nav-container .primary {
display: grid;
-ms-grid-columns: 100% 100%;
grid-template-columns: 100% 100%;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
#mobile-nav-container .primary-nav-item {
grid-column-start: 1;
}
#mobile-nav-container .primary-nav-item {
display: flex;
padding: 10px 0;
border-bottom: solid #edf2f4 1px;
}
.header-navigation-wrapper a:not(.btn):focus, .header-navigation-wrapper button:not(.btn):focus {
outline: none;
}
#mobile-nav-container .primary-nav-item-button {
display: block;
text-align: left;
flex-grow: 1;
padding-left: 0;
padding-right: 0;
position: relative;
padding: 0;
background: #fff;
}
#mobile-nav-container .primary-nav-container, #mobile-nav-container .primary-subnav-container, #mobile-nav-container .secondary-nav-container, #mobile-nav-container .secondary-subnav-container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 100% 100%;
grid-template-columns: 100% 100%;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
#mobile-nav-container .primary-nav-container, #mobile-nav-container .primary-subnav-container, #mobile-nav-container .secondary-nav-container, #mobile-nav-container .secondary-subnav-container {
-moz-column-gap: 15px;
column-gap: 15px;
}
#mobile-nav-container .primary-nav-item-button::after {
content: "";
height: 1rem;
width: 1rem;
position: absolute;
right: 0.1rem;
top: calc(50% - 0.5rem);
display: inline-block;
background-size: auto 100%;
background-position: center;
background-repeat: no-repeat;
transition: transform 0.2s ease;
background-image: url(https://s3.amazonaws.com/qualtrics-www/arrow.svg);
}
#mobile-nav-container:not([data-nav-level='0']) .active+.primary-subnav-items-container, #mobile-nav-container:not([data-nav-level='0']) .active+.secondary-subnav-items-container {
display: block;
}
#mobile-nav-container[data-nav-level='1'] {
transform: translateX(calc(1 * -100vw));
}
#mobile-nav-container[data-nav-level='2'] {
transform: translateX(calc(2 * -100vw));
}
#mobile-nav-container .primary-nav-item, #mobile-nav-container .primary-subnav-item {
grid-column-start: 1;
}
#mobile-nav-container .primary-subnav-items-container {
width: 100vw;
grid-column-start: 2;
grid-row-start: 1;
-ms-grid-row-span: 999;
grid-row-end: span 999;
display: none;
}
#mobile-nav-container .primary-subnav-container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 100% 100%;
grid-template-columns: 100% 100%;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
#mobile-nav-container.primary-subnav-item-back {
border-bottom: none;
}
#mobile-nav-container.secondary-subnav-item {
display: flex;
padding: 10px 0;
border-bottom: solid #edf2f4 1px;
}
#mobile-nav-container .primary-subnav-item-back-button {
display: block;
text-align: left;
flex-grow: 1;
padding-left: 0;
padding-right: 0;
position: relative;
background: #fff;
}
#mobile-nav-container .primary-subnav-item-back-button {
margin-left: 1rem;
}
.header-navigation-wrapper button {
font-size: 16px;
}
#mobile-nav-container .primary-nav-title {
border-bottom: none;
display: flex;
justify-content: center;
text-align: center;
text-transform: uppercase;
}
#mobile-nav-container .primary-subnav-item {
grid-column-start: 1;
}
#mobile-nav-container.primary-subnav-item {
padding: 10px 0;
}
#mobile-nav-container .primary-nav-title {
text-align: center;
text-transform: uppercase;
}
#mobile-nav-container .primary-subnav-item {
display: flex;
padding: 10px 0;
border-bottom: solid #edf2f4 1px;
}
#mobile-nav-container.primary-subnav-item-back {
border-bottom: none;
}
#mobile-nav-container .primary-subnav-label {
color: #00b4ef;
font-weight: 700;
text-transform: uppercase;
font-size: 0.8rem;
margin-top: 20px;
border-bottom: none;
}
#mobile-nav-container.primary-subnav-item-button::after {
content: "";
height: 1rem;
width: 1rem;
position: absolute;
right: 0.1rem;
top: calc(50% - 0.5rem);
display: inline-block;
background-size: auto 100%;
background-position: center;
background-repeat: no-repeat;
transition: transform 0.2s ease;
background-image: url(https://s3.amazonaws.com/qualtrics-www/arrow.svg);
}
#mobile-nav-container .primary-subnav-item:not(.active)+.primary-subnav-items-container {
display: none;
}
#mobile-nav-container .secondary-nav-item-button {
display: block;
text-align: left;
flex-grow: 1;
padding-left: 0;
padding-right: 0;
position: relative;
}
#mobile-nav-container .primary-nav-cta {
align-self: flex-end;
margin-top: 20px;
display: none;
}
#mobile-nav-toggle * {
transition: transform 0.2s;
}
}
@media (min-width:768px) and (max-width:991px) {
#mobile-nav-container .primary-nav-container, #mobile-nav-container .primary-subnav-container, #mobile-nav-container .secondary-nav-container, #mobile-nav-container .secondary-subnav-container {
-moz-column-gap: calc((100vw - (720px - 30px))/2);
column-gap: calc((100vw - (720px - 30px))/2);
}
} .wpcf7-form-control {
width: 100%;
min-height: 34px;
margin: 8px 0 3px 0;
border-color: #eaeaea;
color: -internal-light-dark(black, white);
background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
border-radius: 5px;
caret-color: rgb(233 249 248 / 85%);
}
input.wpcf7-form-control {
border: 2px solid #ddd;
}
textarea.wpcf7-form-control {
border: 1px solid #D3D8E3;
border-radius: 8px;
}
span.wpcf7-form-control.wpcf7-radio { }
.wpcf7-list-item {
margin: 0!important;
width: 100%;
display: inline-block;
width: -webkit-fill-available;
}
span.wpcf7-list-item-label {
word-break: normal;
word-wrap: normal;
white-space: nowrap;
}
.wpcf7-form-control.wpcf7-submit {
font-size: 18px;
font-weight: 600;
background: #98012e;
color: #ffff;
min-height: 45px;
border: none;
}
.wpcf7-form-control.wpcf7-submit:hover {
background-color: #810027;
cursor: pointer;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
background: #e0e0e0;
}
.wpcf7-form-control::selection {
color: #fff;
background: #58cff1;
}
.wpcf7-form-control:focus {
border-color: #78c2be;
}
.wpcf7-form-control::placeholder {
color: #919191;
}
.multicolumn-3 ol {
columns: 3;
} #custom_pagination.navigation li {
color: #fff;
}
#custom_pagination.navigation li a, #custom_pagination.navigation li a:hover, #custom_pagination.navigation li.active a, #custom_pagination.navigation li.disabled {
color: #fff;
text-decoration: none;
}
#custom_pagination.navigation li {
display: inline;
padding-left: 0 !important;
margin-left: 0 !important;
}
.navigation li {
}
#custom_pagination.navigation a, #custom_pagination.navigation a:hover, #custom_pagination.navigation .active a, #custom_pagination.navigation .disabled {
cursor: pointer;
padding: 7px 7px 7px 7px;
background: #98012e;
-moz-border-radius: 4px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
#custom_pagination.navigation a:hover, #custom_pagination.navigation .active a {
background-color: #810027;
}
#custom_pagination.navigation li.active {
color: #3b474d;
padding: 7px 7px 7px 7px;
background: #f7f0f0;
-moz-border-radius: 4px;
-webkit-border-radius: 2px;
border-radius: 2px;
} .gallery {
margin: 0 auto 18px;
}
.gallery .gallery-item {
float: left;
margin: 6px;
text-align: center;
width: 33%;
}
.gallery-columns-2 .gallery-item {
width: calc(50% - 12px);
}
.gallery-columns-3 .gallery-item {
width: calc(33% - 9px);
}
.gallery-columns-4 .gallery-item {
width: calc(25% - 12px);
}
.gallery img {
box-shadow: 0 0 4px #999;
border: 1px solid white;
padding: 8px;
background: #f2f2f2;
}
.gallery img:hover {
background: white;
}
.gallery-columns-2 .attachment-medium {
max-width: 92%;
height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
max-width: 84%;
height: auto;
}
.gallery .gallery-caption {
color: #888;
font-size: 12px;
margin: 0 0 12px;
}
.gallery dl, .gallery dt {
margin: 0;
}
.gallery br+br {
display: none;
} .search-button {
position: absolute;
top: 1px;
right: 23px;
height: 20px;
width: 20px;
padding: 0;
margin: 0;
border: none;
background: none;
outline: none !important;
cursor: pointer;
}
.search-input {
position: absolute;
top: 10px;
left: 28px;
font-size: 14px;
background: none;
color: #5a6674;
height: 20px;
border: none!important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
width: calc(100% - 85px);
}
.search-form-home {
position: relative;
margin: 0;
height: 42px;
border-radius: 40px;
box-shadow: 0 6px 8px rgb(0 0 0 / 10%);
background: #fff;
transition: all 0.3s ease;
margin-left: 30px;
margin-right: 30px;
margin: auto;
width: calc(100% - 60px);
max-width: 740px;
}  .ribbon {
border-top: solid 2px #98012e; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 8px;
padding: 3px;
} .widget-title {
font-size: 18px;
line-height: 24px;
}
.ar-box-label {
position: absolute;
top: 16px;
left: 10px;
background-color: #ffffff;
color: #98012e;
padding: 0 10px 0 10px;
border-radius: 2px;
z-index: 12;
pointer-events: none;
font-weight: 600;
}
.ar-box-label:before {
display: block;
content: '';
height: 20px;
margin-top: -15px;
}
.ar-box-label-full {
font-size: 20px;
position: absolute;
bottom: 16px;
left: 10px;
color: #fff;
padding: 0 10px 0 10px;
border-radius: 2px;
z-index: 12;
font-weight: 600;
}
.ar-box-label-combo {
position: absolute;
bottom: 10px;
z-index: 12;
pointer-events: none;
font-weight: 600;
border-bottom: none;
border-left: none;
}
.ar-box-label-combo p {
font-size: 14px;
}
.ar-box-label-combo-1 {
font-size: 17px;
background-color: #98012e;
color: #ffffff;
padding: 0 10px 0 10px;
margin: 0 0 0 8px;
z-index: 12;
pointer-events: none;
display: inline-block;
max-height: 29px;
border-radius: 2px;
}
.ar-box-label-combo-2 {
padding: 0 7px 0 7px;
border-radius: 0 4px 0 0;
z-index: 12;
pointer-events: none;
display: inline-block;
}
.ar-box-label-combo-2 p {
font-size: 16px;
}
.sticky-box {
position: sticky;
top: 99px;
justify-content: center;
overflow: hidden;
}
.sticky-box-services {
background: #f7f0f0;
margin: 0 auto;
padding: 12px; }
.sticky-box-top {
display: flex;
overflow: hidden;
max-width: 1140px;
margin: 0 auto;
width: 100%;
float: none;
padding: 15px 30px;
}
.widget-control {
overflow: hidden;
position: absolute;
top: 236px;
margin: 0;
padding: 10px;
background: #98012ea8;
-webkit-transition: transform .5s ease-out;
transition: transform .5s ease-out;
z-index: 10;
transition: all 0.3s linear;
right: 20px;
text-align: center;
border-radius: 4px;
cursor: pointer;
display: inline-block; width: 58px;
height: 58px;
line-height: 58px;
background-color: #fff;
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}
.widget-control-left {
left: 20px;
}
.widget-control-right {
right: 20px;
}
.widget-control::after {
height: 10px;
width: 10px;
margin-bottom: 2px;
}
.widget-control::before {
display: block;
content: '';
width: 100%;
height: 100%;
background-color: #98012e;
top: 0;
position: absolute;
transition: all .2s ease-in-out;
}
.widget-control-right::before{
left: 0;
transform: translateX(-100%);
}
.widget-control-left::before{
right: 0;
transform: translateX(100%);
}
.widget-control:hover:before,.widget-control.hover:before {
transform: translateX(0);
}
.widget-control-right::after, .widget-control-left::after{
content: "";
display: inline-block;
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
margin: auto;
border-right: 2px solid #98012e;
border-bottom: 2px solid #98012e;
}
.widget-control-right:hover::after, .widget-control-left:hover::after, .widget-control-right.hover::after, .widget-control-left.hover::after{
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
}
.widget-control-left::after {
transform: rotate(135deg);
}
.widget-control-right::after {
transform: rotate(315deg);
}
.widget-control:not(.active) .widget-control::after {
display: inline-block;
margin-left: 9px;
border-bottom: 0;
width: 0;
border-right: 2px solid #98012e;
border-bottom: 2px solid #98012e;
transform: rotate(45deg);
top: margin-top;
margin-bottom: 3px;
}
.widget-control .widget-control-right a::after {
content: "";
height: 0.9rem;
width: 0.9rem;
vertical-align: text-top;
display: inline-block;
background-size: auto 100%;
background-position: center;
background-repeat: no-repeat;
transform: rotateZ(90deg);
margin-left: 6px;
display: inline-block;
margin-left: 9px;
border-bottom: 0;
width: 0;
border-right: 2px solid #9d9d9d;
border-bottom: 2px solid #9d9d9d;
transform: rotate(225deg);
top: margin-top;
margin-bottom: -5px;
}
.widget-control .widget-control-left a::after {
content: "";
height: 0.9rem;
width: 0.9rem;
vertical-align: text-top;
display: inline-block;
background-size: auto 100%;
background-position: center;
background-repeat: no-repeat;
transform: rotateZ(90deg);
margin-left: 6px;
display: inline-block;
margin-left: 9px;
border-bottom: 0;
width: 0;
border-right: 2px solid #9d9d9d;
border-bottom: 2px solid #9d9d9d;
transform: rotate(225deg);
top: margin-top;
margin-bottom: -5px;
}
.carousel-wrap {
margin: 90px auto;
padding: 0 5%;
width: 80%;
position: relative;
} .owl-carousel .item {
position: relative;
z-index: 100;
-webkit-backface-visibility: hidden;
} .owl-nav>div {
margin-top: -26px;
position: absolute;
top: 50%;
color: #cdcbcd;
}
.owl-nav i {
font-size: 52px;
}
.owl-nav .owl-prev {
left: -30px;
}
.owl-nav .owl-next {
right: -30px;
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .icons {
position: relative;
}
.icons:before {
background: url(//www.archeoroma.org/wp-content/themes/cheetah/img/sprite-icons-archeoroma-2020.png);
content: " ";
position: absolute;
height: 50px;
width: 50px;
margin-left: -20px;
padding-right: 50px;
margin-left: 0;
left: -14px;
}
.icons.icons-map:before {
background-position: 0 -50px;
}
.icons.icons-audioguide:before {
background-position: -50px -50px;
}
.icons.icons-location:before {
background-position: -100px -50px;
}
.icons.icons-builtby:before {
background-position: -150px -50px;
}
.icons.icons-opening:before {
background-position: -200px -50px;
}
.icons.icons-price:before {
background-position: -250px -50px;
}
.icons.icons-deal:before {
background-position: -250px -50px;
}
.icons.icons-transport:before {
background-position: -300px -50px;
}
.icons.icons-what-to-see:before {
background-position: -350px -50px;
}
.icons.icons-tours:before {
background-position: -400px -50px;
}
.icons.icons-route:before {
background-position: -400px -50px;
}
.icons.icons-people:before {
background-position: -450px -50px;
}
.icons.icons-language:before {
background-position: -500px -50px;
}
.icons.icons-duration:before {
background-position: -550px -50px;
}
.icons.icons-instant-booking:before {
background-position: -600px -50px;
}
.icons.icons-wheelchair:before {
background-position: -650px -50px;
}
.icons.icons-phone:before {
background-position: -700px -50px;
}
.icons.icons-duration-reduced:before {
background-position: -550px -50px;
zoom: 0.8;
left: 13px;
bottom: 2px;
}
.icons-duration-reduced {
position: absolute;
margin-left: 0;
padding-left: 58px;
}
.icons {
padding-top: 13px;
}
.summary-title {
margin-left: 42px;
margin-bottom: 4px;
display: inline-block;
}
.multicolumn-2 ul {
columns: 2;
-webkit-column-count: 2;
-ms-column-count: 2;
-moz-column-count: 2;
column-count: 2;
padding-left: 8px;
}
.list-metro-stations {
padding-top: 20px;
padding-bottom: 20px;
}
.list-metro-stations ul {
position: relative;
}
@media (min-width: 768px){
.list-metro-stations ul:before {
left: 50%;
}
}
.list-metro-stations ul:before {
border-left: 4px solid #b20b38;
content: "";
left: 2px;
position: absolute;
width: 0;
z-index: -1;
height: -webkit-fill-available;
margin-top: 29px;
margin-bottom: 29px;
}
.list-metro-stations li:before {
content: "";
background-color: #ffffff;
border: 4px solid #b20b38;
border-radius: 50%;
height: 20px;
margin-left: -34px;
display: block;
top: 10px;
width: 20px;
z-index: 3;
float: left;
margin-top: 6px;
}
.list-metro-stations li:first-of-type:before, .list-metro-stations li:last-of-type:before {
width: 26px;
height: 26px;
margin-left: -37px;
margin-top: 3px;
}
.list-metro-stations li {
margin-left: 28px;
}
.multicolumn-3 ul {
columns: 3;
-webkit-column-count: 3;
-ms-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
.no-bullets {
list-style: none;
}
li.no-bullets:before {
content: none;
}  .ar_tickets_widget {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0 auto;
padding: 12px;
font-family: 'Montserrat';
position: relative;
z-index: 0;
background: #f7f0f0;
}
.ar_tickets_widget_title h5 {
font-size: 16px;
font-weight: 600;
}
.ar_tickets_widget_title {
text-align: center;
color: #1d2d53;
color: #000000;
}
.ar_tickets_widget_title small {
font-size: 12px;
font-weight: 600;
}
.ar_tickets_widget .ar_tickets_datepicker {
color: #000;
font-weight: 600;
font-size: 16px;
text-align: center;
}
.ar_tickets_datepicker .ui-datepicker {
padding: 8px;
border-radius: 8px;
border: 1px solid #D3D8E3!important;
width: 100%;
margin-top: 11px;
}
.ar_tickets_datepicker {
width: 100%;
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-header {
border: none;
background: transparent;
padding: 0;
margin-bottom: 25px;
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
color: #1d2d53;
font-size: 18px;
font-family: 'Montserrat';
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-calendar thead tr th span {
color: #76819E;
font-size: 14px;
font-weight: 500;
font-family: 'Montserrat';
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-calendar thead tr th {
padding: 8px;
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-calendar tbody tr .booking-avail a, .ar_tickets_datepicker .ui-datepicker .ui-datepicker-calendar tbody tr .ui-state-default {
background-color: transparent;
border: none;
padding: 13px 0;
text-align: center;
font-size: 16px;
color: #1d2d53;
font-weight: 600;
border: 1px solid transparent;
border-radius: 5px;
font-family: 'Montserrat';
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-calendar tbody tr .booking-avail a:hover, a.ui-state-default:hover, .time-cell:hover {
background-color: rgba(152, 1, 46, 0.1) !important;
border: 1px solid rgba(152, 1, 46, 0.2) !important;
}
.ar_tickets_datepicker .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr .booking-avail span, .ar_tickets_widget .ar_tickets_datepicker .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr .booking-not-avail span, .ar_tickets_widget .ar_tickets_datepicker .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr .booking-not-avail a, span.ui-state-default {
background-color: transparent;
border: none;
padding: 13px 0;
text-align: center;
font-size: 16px;
color: #d2d4d9;
font-weight: 600;
border: 1px solid transparent;
border-radius: 5px;
font-family: 'Montserrat';
}
.ar_tickets_datepicker .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr .booking-avail span:hover, .ar_tickets_widget .ar_tickets_datepicker .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr .booking-not-avail span:hover {
border: 1px solid rgba(236, 238, 243, 1) !important;
}
.ar_tickets_datepicker .datepicker {
margin-bottom: 8px;
}
.ar_tickets_datepicker .avail_response select {
padding: 10px 40px 10px 10px;
display: block;
width: 100%;
border-radius: 4px;
border: 1px solid #D3D8E3;
text-align: center;
appearance: none;
background-image: url(//www.archeoroma.org/wp-content/themes/cheetah/assets/images/dropdown-icon.png);
background-repeat: no-repeat;
background-color: #fff;
background-position: 95% center;
background-size: 12px;
text-align: left;
font-size: 14px;
color: #1d2d53;
}
.ar_tickets_datepicker .avail_response .ar_tickets_price span {
font-size: 32px;
color: #000;
font-weight: 600;
}
.ar_tickets_datepicker .avail_response .ar_tickets_price {
text-align: center;
margin: 16px 0;
font-size: 16px;
color: #000;
}
.ar_tickets_datepicker .avail_response .ar_tickets_btn a {
background-color: #98012e;
display: block;
text-align: center;
padding: 12px 0;
color: #fff;
font-size: 16px;
border-radius: 4px;
transition: all 0.3s linear;
font-weight: 600;
}
.ar_tickets_datepicker .avail_response .ar_tickets_btn a:hover {
background-color: #7a0125;
}
.ar_tickets_datepicker .avail_response .ar_tickets_btn a::after {
display: none;
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
background-image: url(//www.archeoroma.org/wp-content/themes/cheetah/assets/images/prev-arrow.png);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
margin: 0;
background-color: transparent;
background-size: 13px;
display: block;
background-position: center center;
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
background-image: url(//www.archeoroma.org/wp-content/themes/cheetah/assets/images/next-arrow.png);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
margin: 0;
background-color: transparent;
background-size: 13px;
display: block;
background-position: center center;
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-header a {
background: transparent;
border-radius: 100%;
border: 2px solid #1d2d53;
cursor: pointer;
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker .ui-datepicker-prev {
left: 0;
top: 0;
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker .ui-datepicker-next {
right: 0;
top: 0;
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-calendar tbody tr .ui-datepicker-today a {
background-color: #f5f5f6 
}
.loader-img:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgb(192 192 192 / 70%);
z-index: 9;
}
.ui-datepicker .ui-datepicker-title select {
margin-left: 5px!important;
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-calendar tbody tr .ui-datepicker-current-day .ui-state-active {
background: #98012e !important;
color: #fff !important;
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-prev-hover {
left: 2px;
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-next-hover {
right: 2px;
}
.ar_tickets_datepicker .ui-datepicker .ui-datepicker-prev-hover, .ar_tickets_widget .ar_tickets_datepicker .ui-datepicker .ui-datepicker-next-hover {
top: 2px;
}
.ar_tickets_datepicker .ui-datepicker table {
table-layout: fixed;
}
.ar_tickets_datepicker .ui-datepicker table tr .ui-datepicker-unselectable {
opacity: 1;
}
.ar_tickets_datepicker .avail_response select[disabled] {
opacity: 0.3;
cursor: not-allowed;
}
.ar_tickets_datepicker .datepicker::after {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: rgb(192 192 192 / 70%);
z-index: 9991;
}
.ar_tickets_datepicker .datepicker::before {
content: "";
position: absolute;
width: 40px;
height: 40px;
border: 7px solid rgb(192 192 192 / 50%);
border-top-color: #fff;
border-radius: 50%;
animation: loader-custom-inner 1s linear infinite;
top: 50%;
left: 50%;
z-index: 9992;
}
.ar_tickets_datepicker .datepicker.hasDatepicker::before, .ar_tickets_widget .ar_tickets_datepicker .datepicker.hasDatepicker::after {
display: none;
}
.ar_tickets_datepicker .ui-datepicker-current-day .ui-state-highlight {
background-color: #f5f5f6;
color: #1d2d53 !important;
}
.ar_form_datepicker input[name="pickup_date"] {
display: none;
}
.loader-custom-inner .loader-content {
position: absolute;
width: 40px;
height: 40px;
border: 7px solid rgb(192 192 192 / 50%);
border-top-color: #fff;
border-radius: 50%;
}
.loader-custom-inner .loader-content {
animation: loader-custom-inner 1s linear infinite;
top: 50%;
left: 50%;
}
.loader-custom-main {
display: none;
overflow: hidden;
background: none;
position: absolute;
width: 100%;
height: 100%;
}
.loader-custom-inner {
position: relative;
backface-visibility: hidden;
transform-origin: 0 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
}
.loader-custom-inner .loader-content {
box-sizing: content-box;
}
@keyframes loader-custom-inner {
0% {
transform: translate(-50%, -50%) rotate(0deg);
}
100% {
transform: translate(-50%, -50%) rotate(360deg);
}
}
.ar_events_tickets_widget {
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
font-size: 20px;
text-align: left;
width: calc(100% - 10px);
background: #f7f0f0;
border-radius: 4px 4px 4px 4px;
padding-left: 37px;
min-height: 145px;
}
.ar_events_tickets_widget:hover {
background-color: #e3e3e3;
}
.box-ext-link-white a {
color: #000;
font-size: 16px;
line-height: 25px;
font-weight: 600;
}
.ar_events_tickets_widget_text_black {
font-size: 16px;
margin-bottom: 0;
color: #1b2629;
line-height: 20px;
font-weight: 700;
}
.ar_events_tickets_widget_text_provider {
font-size: 16px;
color: #1b2629;
line-height: 20px;
}
.ar_events_tickets_widget:before {
background: radial-gradient(circle, #ffffff 50%, #ffffff00 50%, #f7f0f0 100%) 0 -8px/16px 18px repeat-y;
left: 60px;
content: '';
position: absolute;
height: 100%;
width: 17px;
}
.ar_events_tickets_widget:hover:before {
background: radial-gradient(circle, #ffffff 50%, #ffffff00 50%, #e3e3e3 100%) 0 -8px/16px 18px repeat-y;
left: 60px;
content: '';
position: absolute;
height: 100%;
width: 17px;
}
.ar_hotel_widget {
border-radius: 4px 4px 4px 4px;
width: calc(100% - 10px);
padding: 17px;
background: #f7f0f0;
}
.product-box-price {
font-weight: 600;
font-size: 24px;
line-height: 31px;
color: #000000;
}
.product-box-title {
font-size: 28px;
line-height: 27px;
}  .carousel {
position: relative;
overflow: visible;
}
.carousel {
position: relative;
padding: 0;
}
.carousel::before {
content: "";
position: absolute;
top: 0;
right: -90%;
bottom: 0;
left: -100%;
width: 100%;
background-color: white;
opacity: 0.9;
pointer-events: none;
z-index: 10;
}
.carousel::after {
content: "";
position: absolute;
top: 0;
right: -100%;
bottom: 0; width: 100%;
background-color: white;
opacity: 0.9;
pointer-events: none;
} .carousel .carousel-container {
width: 100%;
position: relative;
border: none;
display: flex;
margin: 0;
padding: 0;
left: -100%;
transform: translateX(100%);
}
.carousel .carousel-container .carousel-item {
display: block;
position: relative;
flex: 1 0 100%;
margin: 5px;
}
.carousel .carousel-container .carousel-item.has-background .is-background {
object-fit: cover;
object-position: center center;
height: 100%;
width: 100%;
}
.carousel .carousel-container .carousel-item .title {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 1.5em;
margin: 0;
text-align: center;
background: rgba(255, 255, 255, 0.6);
font-size: 0.75rem;
}
.carousel .carousel-navigation.is-centered {
justify-content: center;
}
.carousel .carousel-navigation.is-overlay .carousel-nav-left:hover, .carousel .carousel-navigation.is-overlay .carousel-nav-right:hover {
cursor: pointer;
}
.widget-control.disabled {
opacity: 0.5;
pointer-events: none;
background-color: #dedede;
}
.widget-control.disabled::after, .widget-control.disabled::after {
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
}
.carousel.is-reversing.is-2 .carousel-container {
transform: translateX(calc(-100% / 2));
}
.carousel.is-reversing.is-3 .carousel-container {
transform: translateX(calc(-100% / 3));
}
.carousel.is-reversing.is-4 .carousel-container {
transform: translateX(calc(-100% / 4));
}
.carousel.is-reversing.is-5 .carousel-container {
transform: translateX(calc(-100% / 5));
}
.hero.has-carousel {
position: relative;
}
.hero.has-carousel+.hero-body, .hero.has-carousel+.hero-head, .hero.has-carousel+.hero-footer {
z-index: 1;
}
.hero.has-carousel .hero-carousel {
display: flex;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: auto;
border: none;
margin: auto;
padding: 0;
z-index: 0;
}
.hero-carousel {
position: relative;
overflow: hidden;
}
.hero-carousel .carousel-container {
width: 100%;
position: relative;
border: none;
display: flex;
margin: 0;
padding: 0;
left: -100%;
transform: translateX(100%);
}
.hero-carousel .carousel-container .carousel-item {
display: block;
position: relative;
flex: 1 0 100%;
}
.hero-carousel .carousel-container .carousel-item.has-background .is-background {
object-fit: cover;
object-position: center center;
height: 100%;
width: 100%;
}
.hero-carousel .carousel-container .carousel-item .title {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 1.5em;
margin: 0;
text-align: center;
background: rgba(255, 255, 255, 0.6);
font-size: 0.75rem;
}
.hero-carousel .carousel-navigation {
display: flex;
justify-content: space-around;
width: 100%;
pointer-events: none;
}
.hero-carousel .carousel-navigation .carousel-nav-left, .hero-carousel .carousel-navigation .carousel-nav-right {
padding: 1em;
pointer-events: auto;
}
.hero-carousel .carousel-navigation.is-centered {
justify-content: center;
}
.hero-carousel .carousel-navigation.is-overlay {
top: 50%;
transform: perspective(1px) translateY(-50%);
bottom: auto;
left: auto;
right: auto;
align-items: center;
justify-content: space-between;
z-index: 99;
}
.hero-carousel .carousel-navigation.is-overlay .carousel-nav-left, .hero-carousel .carousel-navigation.is-overlay .carousel-nav-right {
height: 2.2em;
width: 2em;
background: rgba(255, 255, 255, 0.7);
display: flex;
justify-content: center;
align-items: center;
color: #4a4a4a;
position: absolute;
left: 0;
}
.hero-carousel .carousel-navigation.is-overlay .carousel-nav-left:hover, .hero-carousel .carousel-navigation.is-overlay .carousel-nav-right:hover {
cursor: pointer;
}
.hero-carousel .carousel-navigation.is-overlay .carousel-nav-right {
left: auto;
right: 0;
}
.hero-carousel.is-reversing .carousel-container {
transform: translateX(-100%);
}
.hero-carousel.is-reversing.is-2 .carousel-container {
transform: translateX(calc(-100% / 2));
}
.hero-carousel.is-reversing.is-3 .carousel-container {
transform: translateX(calc(-100% / 3));
}
.hero-carousel.is-reversing.is-4 .carousel-container {
transform: translateX(calc(-100% / 4));
}
.hero-carousel.is-reversing.is-5 .carousel-container {
transform: translateX(calc(-100% / 5));
}
.carousel.carousel-animate-slide.carousel-animated .carousel-container, .hero-carousel.carousel-animate-slide.carousel-animated .carousel-container {
transform: none !important;
transition: transform 0.5s ease-in-out;
}
.carousel.carousel-animate-fade .carousel-item, .hero-carousel.carousel-animate-fade .carousel-item {
position: absolute;
width: 100%;
height: 100%;
transition: opacity 0.5s ease-in-out;
}
.carousel.carousel-animate-fade .carousel-item.is-active, .hero-carousel.carousel-animate-fade .carousel-item.is-active {
opacity: 1;
}
.carousel.carousel-animate-fade .carousel-item:not(.is-active), .hero-carousel.carousel-animate-fade .carousel-item:not(.is-active) {
opacity: 0;
}
.carousel-container .carousel-item { transition: opacity 0.5s;
}
.widget-control-left {
left: 20px;
transition: transform 0.2s ease-in-out 0s;
}
.widget-control-right {
right: 20px;
transition: transform 0.2s ease-in-out 0s;
}
@media (min-width: 1314px) {
.widget-control-left {
left: -73px;
transition: transform 0.2s ease-in-out 0s;
}
.widget-control-right {
right: -89px;
transition: transform 0.2s ease-in-out 0s;
}
}
.carousel-item img {
width: 100%;
height: auto;
object-fit: cover;
min-height: 260px;
}  .btn-white {
font-size: 15px;
color: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 2px;
line-height: 21px;
margin-right: 6px;
padding: 1px 8px 1px 8px;
text-decoration: none;
text-align: center;
border: none;
border-radius: 100px;
border: solid 1.8px white;
float: left;
}
.btn-white:hover {
background: #98012e;
color: white;
}
.btn-white-ticket::before {
content: '';
display: inline-block;
width: 1.1em;
height: 1.1em;
margin-right: 0.5em;
vertical-align: middle;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M3,4C2.45,4 2,4.45 2,5V9C3.1,9 4,9.9 4,11C4,12.1 3.1,13 2,13V17C2,17.55 2.45,18 3,18H21C21.55,18 22,17.55 22,17V13C20.9,13 20,12.1 20,11C20,9.9 20.9,9 22,9V5C22,4.45 21.55,4 21,4H3Z'/%3E%3C/svg%3E");
transform: rotate(-45deg);
}
.cta-btn-menu {
border: 2px solid #2860a0;
border-radius: 3px;
transition: .2s ease;
padding: 5px;
margin-left: 13px;
}
.cta-btn-menu:hover {
background: #2860a0;
color: #fff!important;
}
.cta-btn-box {
float: right;
position: relative;
margin-right: 50px;
margin-top: 13px;
}
.cta-btn-box:hover {
color: #2860a0;
}
.cta-btn-box:before {
width: 10px;
height: 10px;
-webkit-transform: translate(-1px, -6px) rotate(45deg);
transform: translate(-1px, -6px) rotate(45deg);
width: 10px;
height: 10px;
-webkit-transform: translate(-1px, -6px) rotate(45deg);
transform: translate(-1px, -6px) rotate(45deg);
opacity: .5;
content: '';
display: block;
right: -15px;
position: absolute;
top: 50%;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
border-right: 2px solid #2860a0;
border-top: 2px solid #2860a0;
}
.cta-btn-box:hover:before {
border-right: 2px solid #2860a0;
border-top: 2px solid #2860a0;
right: -20px;
opacity: 1;
}
.cta-btn {
font-size: 19px;
background: #98012e;
color: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 2px;
display: block;
font-weight: normal;
margin: 7px;
padding: 5px 15px 5px 15px;
text-decoration: none;
text-shadow: none;
text-align: center;
border: none;
border-radius: 4px;
width: max-content;
transition: all 0.3s linear;
height: fit-content;
align-self: center;
margin-top: 21px;
}
.cta-btn:hover {
cursor: pointer;
background-color: #810027;
color: #ffff;
text-decoration: none;
}
.cta-btn:active {
background-color: #555;
}
.related-links {
padding: 3px 14px;
background-color: #f7f7f7; border-radius: 5px; margin-top: 12px;
}
.cta-btn-related-links {
border-right: solid 1px;
padding-right: 3px;
padding-left: 6px;
}
.cta-btn-related-links:last-child {
border-right: none;
}
.cta-btn-menu {
background: #f7f0f0!important;
color: #98012e!important;
border: solid 2px #98012e!important;
padding: 0 15px 0 15px;
margin: auto;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%);
transform: translateY(-50%);
transform: translate(-50%, -50%);
}
.cta-btn-menu:hover {
background-color: #810027!important;
}
.cta-btn-squared {
margin-bottom: 1rem;
text-align: center;
border-color: #98012e!important;
background-color: #98012e;
font-weight: 600;
justify-content: center;
width: 100%;
color: #ffffff;
min-height: 50px;
font-size: 16px;
border-radius: 3px;
cursor: pointer;
}
.cta-btn-squared:hover {
color: #ffffff;
border-color: rgba(121.60000000000001, 0.8, 36.800000000000004);
background-color: rgba(121.60000000000001, 0.8, 36.800000000000004);
}
.cta-btn-lt {
font-size: 17px;
background: #ffffff;
border: solid 1px #c1c1c1;
color: #98012e;
-moz-border-radius: 4px;
-webkit-border-radius: 2px;
display: inline-block;
font-weight: normal; padding: 5px 15px 5px 15px;
text-decoration: none;
text-shadow: none;
text-align: center; border-radius: 4px;
width: max-content;
transition: all 0.3s linear;
height: fit-content;
align-self: center;
margin-top: 21px;
}
.cta-btn-lt:hover {
cursor: pointer;
background-color: #f5f5f6;
color: #98012e;
text-decoration: none;
}
.cta-btn-lt-dark {
background: #98012e;
color: #ffffff;
}
.cta-btn-lt-hm {
background: #29b6cc;
border: none;
margin-top: 18px;
}
.cta-btn-lt-hm:hover {
background: #0f99af;
}
.cta-btn-square-box-home {
max-width: 214px;
margin-top: 21px!important;
margin: auto;
}
.cta-btn-2-box {
width: 100%;
position: absolute;
bottom: 33px;
text-align: right;
}
.cta-btn-2-box a {
font-size: 14px;
background: #da500c;
color: #ffffff;
-moz-border-radius: 4px;
font-weight: normal;
line-height: 18px;
padding: 6px 24px 6px 18px;
border-radius: 2px 0 0 2px;
}
.cta-btn-2-box a:hover {
cursor: pointer;
background-color: #f05e17;
color: #ffff;
text-decoration: none;
}
.cta-btn-2-box a:after {
content: '';
position: absolute;
top: 7px;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right: 8px solid transparent;
border-left: 9px solid white;
margin-right: 60px;
right: -62px;
}
.cta-btn-2 {
font-size: 14px;
background: #6dbf22;
color: #ffffff;
-moz-border-radius: 4px;
font-weight: normal;
line-height: 18px;
padding: 6px 12px 6px 12px;
border-radius: 100px 0;
}
.cta-btn-2:hover {
cursor: pointer;
background-color: #427b0e;
color: #ffff;
text-decoration: none;
}
.cta-btn-scrollto:after {
content: '';
position: absolute;
top: 14px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 9px solid #fff;
right: 18px;
}
a.hm-links{
background: #efefef;
color: #000000;
padding: 2px 6px 2px 6px;
border-radius: 100px;
white-space: nowrap;
line-height: 29px;
font-size: 16px;
}
a.hm-links:hover {
color: #0f99af;
}
.width-100 {
width: 100%;
}
.max-width-300 {
max-width: 300px;
}
.no-bkgd {
background: none;
}
.no-bkgd:hover {
background: none;
} @media (max-width: 992px) {
.cl-1-3 {
width: calc(33% - 22px);
}
.cl-sm-2-3 {
width: calc(66% - 10px);
}
.cl-sm-3-4 {
width: calc(75% - 22px);
}
.cl-1-3-sm-1 {
width: calc(100% - 22px);
}
.cl-1-3-sm-2 {
width: calc(50% - 22px);
}
.cl-1-2-xs-1 {
width: calc(100% - 22px);
}
.cl-1-4 {
width: calc(33% - 22px);
}
.cl-1-4-sm-1 {
width: calc(100% - 22px);
}
.cl-sm-1-2 {
width: calc(50% - 12px)!important;
}
.cl-sm-1-3 {
width: calc(33% - 12px);
}
.cl-sm-1-4 {
width: calc(25% - 12px);
}
.cl-sm-1-2-nomargin {
width: 50%;
}
.cl-3-4-sm-1 {
width: 100%;
max-width: -webkit-fill-available;
}
.cl-sm-1 {
width: 100%!important;
max-width: -webkit-fill-available!important;
}
.cl-sm-1-4 {
width: calc(33% - 22px);
}
.cl-sm-rel {
position:relative;
}
.pt-s {
padding-top: 0;
}
.pl-sm-0 {
padding-left: 0;
}
.pr-sm-0 {
padding-right: 0;
}
.pb-sm-0 {
padding-bottom: 0;
}
.pb-sm-10 {
padding-bottom: 10px;
}
.mt-sm-0 {
margin-top: 0;
}
.ml-sm-0 {
margin-left: 0;
}
.mr-sm-0 {
margin-right: 0;
}
.mb-sm-0 {
margin-bottom: 0;
}
.gallery-columns-2 .gallery-item {
width: calc(50% - 12px);
}
.gallery-columns-3 .gallery-item {
width: calc(50% - 12px);
}
.gallery-columns-4 .gallery-item {
width: calc(50% - 12px);
}
.flex-xs {
display: flex;
flex-direction: column;
}
.flex-xs-wrap {
display: flex;
flex-wrap: wrap;
}
.share_btn {
float: left;
}
.social-shares-box {
position: relative;
width: max-content;
float: left;
margin: 3px 5px;
right: 0;
padding: 0 10px 0 0;
}
.sidebar-add {
margin-top: 4px;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after {
visibility: hidden;
}
.multicolumn-3 ol {
columns: 2;
}
.widget-box-2-text-wrapper {
bottom: 30px;
transform: translateY(-100%);
}
.ct-box-hp {
transition: transform 0.2s ease-in-out 0s;
}
.widget-box-2-text-wrapper {
transform: translateY(0%);
}
.widget-box-2-shadow {
background-image: -webkit-linear-gradient(bottom, #f5eab657, #00000070);
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
.widget-box-2-subtitle {
opacity: 1;
color:#fff;
}
.widget-box-2-sb, .widget-box-2-sb-first {
max-height: none;
}
.carousel .carousel-container .carousel-item {
}
.carousel-container {
transform: translateX(90%)!important;
}
.cl-sm-hide {
display:none;
visibility:hidden;
}
.cl-sm-2-3 {
width: calc(66% - 12px)!important;
}
.cl-sm-1-3 {
width: calc(33% - 12px)!important;
}
.h3x-sm-sm {
font-size: 19px;
text-align: center;
}
.sm-pb-0 {
padding-bottom:0;
}
.sm-pt-0 {
padding-top:0;
}
.sm-mb-0 {
margin-bottom:0;
}
.sm-mt-0 {
margin-top:0;
}
.img-sm-70 {
width: 100%;
object-fit: scale-down;
}
.icon-tripadvisor-container {
margin-left:0;
}
.home-img-cover {
border-radius:0;
}
} .star- {
width: 0% !important;
}
.star-1 {
width: 20% !important;
}
.star-15 {
width: 30% !important;
}
.star-2 {
width: 40% !important;
}
.star-25 {
width: 50% !important;
}
.star-3 {
width: 60% !important;
}
.star-35 {
width: 70% !important;
}
.star-4 {
width: 80% !important;
}
.star-45 {
width: 90% !important;
}
.star-5 {
width: 100% !important;
}
.star-rating {
position: relative;
display: inline-block;
background-image: url(//www.archeoroma.org/wp-content/themes/baboon/img/rating/star-grey.svg);
background-repeat: repeat-x;
background-position: left center;
top: 4px;
height: 16px;
width: 80px;
background-size: 16px 16px;
}
.star-rating>span {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: block;
background-image: url(//www.archeoroma.org/wp-content/themes/baboon/img/rating/star-active.svg);
background-repeat: repeat-x;
background-position: left center;
vertical-align: middle;
}
.star-rating--medium>span {
height: 20px;
width: 100px;
background-size: 20px 20px;
}
.star-rating>span {
height: 16px;
width: 80px;
background-size: 16px 16px;
}
a.primary-nav-tab-button:hover {
color: rgb(16, 105, 88);
}
.text-color-amaranth {
color: #98012e;
}
.title-sidebar {
font-size: 22px;
line-height: 28px;
}
#loading {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
z-index: 9999;
background-color: rgb(247 240 240 / 50%);
display: flex;
align-items: center;
justify-content: center;
display: none;
}
#loader {
border: 12px solid #98082e;
border-radius: 50%;
border-top: 12px solid #f7f0f0;
width: 70px;
height: 70px;
animation: spin 1s linear infinite;
z-index: 999;
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
.center {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.total_posts {
display: block;
width: 100%;
padding: 10px 5px;
} .dropdown-check-list {
display: inline-block;
}
.dropdown-check-list .anchor {
position: relative;
cursor: pointer;
display: inline-block;
padding: 5px 50px 5px 10px;
border: 1px solid #ccc;
}
.dropdown-check-list .anchor:after {
position: absolute;
content: "";
border-left: 2px solid black;
border-top: 2px solid black;
padding: 5px;
right: 10px;
top: 20%;
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.dropdown-check-list .anchor:active:after {
right: 8px;
top: 21%;
}
.dropdown-check-list ul.items {
padding: 2px;
display: none;
margin: 0;
border: 1px solid #ccc;
border-top: none;
}
.dropdown-check-list ul.items li {
list-style: none;
}
.dropdown-check-list.visible .anchor {
color: #0094ff;
}
.dropdown-check-list.visible .items {
display: block;
} .cookie-banner {
position: fixed;
bottom: 0;
left: 0;
z-index: 1000;
width: 200px;
font-size: 0.8em;
animation-name: dropbanner;
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-duration: 0.4s;
}
.cookie-banner:before {
content: '';
border-style: solid;
border-width: 300px 0 0 300px;
border-color: transparent transparent transparent rgb(27 32 33 / 76%);
position: absolute;
bottom: 0;
left: 0;
}
.cookie-banner p {
font-size: 14px;
margin: 15px;
color: #FFF;
position: relative;
line-height: 1.2em;
z-index: 1001;
}
.cta-btn-light {
background: #000;
color: #fff;
padding: 4px 8px 4px 8px;
border-radius: 100px;
white-space: nowrap;
line-height: 32px;
font-size: 16px;
margin-right: 7px;
font-weight: 600;
}
.cta-btn-light:hover {
background-color: #98012e;
color: #ffffff;
} .stickymenu {
position: fixed;
top: 50px;
padding: 0;
width: 100%;
z-index: 99;
top: 55px;
background-color: #f7f0f0;
box-shadow: none;
right: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.topclass {
margin-top: 20px;
}
.mobilefilterOption {
display: none;
}
input[name="pickup_day"], input[name="pickup_hours"], input[name="pickup_minutes"] {
display: none;
}
.ar_form_timepicker {
}
.ar_form_timepicker_hours, .ar_form_timepicker_minutes {
padding: 8px;
border-radius: 8px;
border: 1px solid #D3D8E3;
display: inline-block;
background: #ffffff;
margin-top: 0;
height: 93%;
}
.time-cell {
cursor: pointer;
float: left;
padding: 5px;
text-align: center;
table-layout: fixed;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 0.4em;
border: none;
text-align: center;
font-size: 16px;
color: #1d2d53;
font-weight: 600;
border: 1px solid transparent;
border-radius: 5px;
font-family: 'Montserrat';
background-color: transparent;  
}
.time-cell.clicked {
background: #98012e !important;
color: #fff !important;
}
.ar_form_timepicker_hours .time-cell {
width: 25%;
}
.ar_form_timepicker_minutes .time-cell {
width: 50%;
} .zoom-cursor {
cursor: zoom-in;
}
.lightbox {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
background-color: rgba(0, 0, 0, 0.75);
display: flex;
justify-content: center;
align-items: center;
}
.lightbox-content {
width: 1000px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 25px;
user-select: none;
}
.lightbox-content img.lightbox-img {
object-fit: cover;
border-radius: 4px;
}
.lightbox-close {
position: absolute;
top: 10px;
right: 10px;
color: #fff;
font-size: 24px;
cursor: pointer;
}
.lightbox-menu-icons {
height: 30px;
border-bottom: solid 2px #98012e;
background-color: #ededed;
}
.lightbox-menu-container { overflow: hidden;
}
.lightbox-menu {
transform: translateY(-28px);
transition: transform 0.4s;
}
.lightbox-menu:hover {
transform: translateY(0px);
}
.menu-icon:hover {
fill: #810027;
}
.lightbox-content .lightbox-menu a {
display: inline-block;
color: white;
margin: 0 10px;
font-size: 24px;
cursor: pointer;
}
.lightbox-content i {
color: white;
font-size: 60px;
cursor: pointer;
flex-shrink: 0;
}
.lightbox-description {
position: absolute;
bottom: 10px;
left: 0;
width: 100%;
text-align: center;
color: #fff;
}
i.lightbox-prev {
padding: 30px 5px;
position: absolute;
top: 50%;
left: 18px;
transform: translate(-50%);
}
i.lightbox-next {
padding: 30px 5px;
position: absolute;
top: 50%;
right: -14px;
transform: translate(-50%);
}
svg.lightbox-prev,
svg.lightbox-next {
pointer-events: none;
}
img.lightbox-image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: calc(100% - 78px);
} .cl-fw-absolute{
position: absolute;
}
@media only screen and (max-width:991px) {
.sticky-box-hide {
display: none;
}
.mainFilterContainer {
position: relative;
display: flex;
padding: 13px;
overflow: unset;
}
.mobilefilterOption {
display: block;
flex: auto;
padding-right: 10px;
}
.mobilefilterOption form .mobileFilter {
}
.sticky-box-top {
display: flex;
margin: 0 auto;
width: auto;
padding: 0;
flex: auto;
justify-content: flex-end;
align-content: flex-start;
flex-direction: row;
}
.sticky-box-top select {
font-size: 17px;
height: 30px;
}
.mobilefilterOption form {
}
.mobilefilterOption form .mobileFilter select {
font-size: 14px;
min-width: 120px;
max-width: 120px;
height: 30px;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis;
}
body.post-type-archive-billets .ct-std.mainFilterContainer {
display: flex;
flex-wrap: wrap;
}
body.post-type-archive-billets .ct-std.mainFilterContainer .mobilefilterOption {
width: 75%;
display: none;
}
body.post-type-archive-billets .ct-std.mainFilterContainer .sticky-box-top {
width: 100%;
padding-left: 0;
margin-top: 0;
margin-right: 0;
}
body.post-type-archive-billets .mobilefilterOption form {
margin-right: -10px;
}
body.post-type-archive-sites .ct-std.mainFilterContainer, body.post-type-archive-evenements .ct-std.mainFilterContainer, body.post-type-archive-hotels .ct-std.mainFilterContainer {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
overflow: visible;
}
body.post-type-archive-sites .ct-std.mainFilterContainer .mobilefilterOption, body.post-type-archive-evenements .ct-std.mainFilterContainer .mobilefilterOption, body.post-type-archive-hotels .ct-std.mainFilterContainer .mobilefilterOption {
width: 50%;
}
body.post-type-archive-sites .ct-std.mainFilterContainer .mobilefilterOption form, body.post-type-archive-evenements .ct-std.mainFilterContainer .mobilefilterOption form, body.post-type-archive-hotels .ct-std.mainFilterContainer .mobilefilterOption form {
width: 95%;
}
body.post-type-archive-sites .ct-std.mainFilterContainer .sticky-box-top, body.post-type-archive-evenements .ct-std.mainFilterContainer .sticky-box-top, body.post-type-archive-hotels .ct-std.mainFilterContainer .sticky-box-top {
margin-top: 0;
width: 50%;
} body.post-type-archive-tours header, body.post-type-archive-evenements header, body.post-type-archive-hotels header, body.post-type-archive-sites header, body.post-type-archive-sites #sticky-box-topfixed, body.post-type-archive-tours #sticky-box-topfixed, body.post-type-archive-evenements #sticky-box-topfixed, body.post-type-archive-hotels #sticky-box-topfixed {
overflow: visible;
}
body.post-type-archive-tours .ct-std.mainFilterContainer, body.post-type-archive-evenements .ct-std.mainFilterContainer, body.post-type-archive-hotels .ct-std.mainFilterContainer {
display: flex;
flex-wrap: wrap;
align-items: center;
overflow: visible;
}
body.post-type-archive-tours .ct-std.mainFilterContainer .sticky-box-top, body.post-type-archive-evenements .ct-std.mainFilterContainer .sticky-box-top, body.post-type-archive-hotels .ct-std.mainFilterContainer .sticky-box-top {
width: 33.33%;
margin-left: auto;
margin-top: 0;
}
body.post-type-archive-tours .ct-std.mainFilterContainer .mobilefilterOption, body.post-type-archive-evenements .ct-std.mainFilterContainer .mobilefilterOption, body.post-type-archive-hotels .ct-std.mainFilterContainer .mobilefilterOption {
width: 66.66%;
display: flex;
align-items: center;
}
body.post-type-archive-tours .ct-std.mainFilterContainer .mobilefilterOption form, body.post-type-archive-evenements .ct-std.mainFilterContainer .mobilefilterOption form, body.post-type-archive-hotels .ct-std.mainFilterContainer .mobilefilterOption form {
width: 100%;
}
body.post-type-archive-tours .ct-std.mainFilterContainer .mobilefilterOption .mobileFilter, body.post-type-archive-evenements .ct-std.mainFilterContainer .mobilefilterOption .mobileFilter, body.post-type-archive-hotels .ct-std.mainFilterContainer .mobilefilterOption .mobileFilter {
width: calc(50% - 10px);
}
.ct-std.mainFilterContainer .mobilefilterOption .mobileFilter .filter_dropdown {
position: relative;
width: 100%;
background: #98012e;
color: #fff;
border-radius: 4px;
height: 30px;
}
.ct-std.mainFilterContainer .mobilefilterOption .mobileFilter .filter_dropdown.visible {
border-radius: 4px 4px 0 0;
}
.ct-std.mainFilterContainer .mobilefilterOption .mobileFilter .filter_dropdown .anchor {
padding: 5px 20px 5px 7px;
font-size: 17px;
line-height: normal;
width: 100%;
text-align: left;
color: #ffffff;
font-family: sans-serif;
border-radius: 4px;
border: none;
height: 30px;
display: flex;
align-items: center;
white-space: nowrap;
overflow: hidden !important;
}
.ct-std.mainFilterContainer .mobilefilterOption .mobileFilter .filter_dropdown .anchor::after {
border-left: 1px solid #ffffff;
border-top: 1px solid #ffffff;
padding: 2px;
right: 7px;
top: 40%;
}
.ct-std.mainFilterContainer .mobilefilterOption .mobileFilter .filter_dropdown .items {
border: none;
background: #98012e;
border-radius: 4px;
padding: 0;
font-size: 14px;
min-width: 100%;
position: absolute;
top: 100%;
left: 0;
z-index: 9;
}
.ct-std.mainFilterContainer .mobilefilterOption .mobileFilter .filter_dropdown .items li {
display: flex;
align-items: center;
font-family: sans-serif;
padding: 3px 0;
}
.ct-std.mainFilterContainer .mobilefilterOption .mobileFilter .filter_dropdown .items li input {
margin: 0 5px;
border: none;
}
.ct-std.mainFilterContainer .mobilefilterOption .mobileFilter .filter_dropdown .items li label {
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis;
}
}
@media only screen and (max-width:540px) {
.sticky-box-top {
max-width: 100%;
width: 50%;
}
.mobilefilterOption {
width: 100%;
}
.mobilefilterOption form {
}
.mobilefilterOption form .mobileFilter {
text-align: center;
padding: 0;
padding-right: 10px;
}
.mobilefilterOption form .mobileFilter:nth-child(3) {
margin-right: 0;
}
.mobilefilterOption form .mobileFilter select {
min-width: 100%;
height: 30px;
max-width: 100%;
font-size: 12px;
}
.ct-std.mainFilterContainer .mobilefilterOption .mobileFilter .filter_dropdown .anchor {
font-size: 17px;
}
.ct-std.mainFilterContainer .mobilefilterOption .mobileFilter .filter_dropdown .items {
font-size: 17px;
}
}
.stickysidebar {
position: fixed;
top: 116px;
background: #fff;
width: 260px;
} .slide-in-container { margin-top:-200px;
overflow: inherit;
z-index: 100;
margin-bottom: 0px;
}
.opacity-in {
opacity: 0;
}
.ar-offer {
cursor:pointer;
overflow: hidden;
}
.ar-offer:hover {
transition: transform 0.2s ease-in 0s;
background-color: #fff2e5;
border-radius: 4px;
}
.ar-offer-img {
overflow: hidden;
max-height: 120px;
overflow: hidden;
border-radius: 4px 0 0 4px;
}
.img-fill {
width: -webkit-fill-available;
}
.slide-btn-container {
opacity: 0;
margin: 0;
position: absolute;
left: 50%;
transform: translate(-50%);
border-radius: 100px;
box-shadow: 0 2px 3px #0000002e;
background-color: #ffffff9e;
bottom: -37px;
}
.slide-btn-container:hover {
background-color: #ffffff;
}
.slide-btn {
bottom: -30px;
white-space: nowrap;
padding: 0 20px 0 20px;
background: none;
cursor: pointer;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
a.quick-search {
color: #494949;
}
a.quick-search:hover {
color: #18b99a;
}
.quick-search { margin-bottom: 12px;
padding: 2px 10px 2px 10px;
border-radius: 20px;
border: 1px solid #f7f7f7;
transition: transform 0.2s ease-in 0s;
display: inline-block;
font-size: 14px; }
.quick-search::before {
content: ""; background: url(//www.archeoroma.org/wp-content/themes/cheetah/img/sprite-svg.svg);
display: inline-block;
width: 35px;
height: 35px;
background-repeat: no-repeat;
background-size: 280px 70px;
vertical-align: middle; margin-right: 5px; background-position: -28px -2px;
background-size: 239px 71px;
margin-top: -5px;
}
.quick-search:hover {
background-color: #f7f7f7;
} .show-more {
position: relative;
overflow: visible;
margin-bottom: 10px;
}
.show-more-title {
position: relative;
background-color: #ffffff;
z-index: 10;  width: 100%;
border-radius: 5px 5px 0 0;  border-radius: 5px 5px 0 0; }
.show-more-content {
line-height: 29px;
padding-top: 0px;
padding: 10px;
background-color: #f2f4f7;
border-radius: 5px;
}
.show-more-toggle {
cursor: pointer;
font-size: 18px;
margin: 5px 0; color: #98012e;
word-wrap: break-word;
overflow-wrap: break-word;
padding: 10px 12px 10px 10px;  letter-spacing: 0;
}
.show-more-content-disabled {
display: none;
}
.show-more-content-active {
display: block !important;
}
.show-more-toggle::before {
content: "";
display: inline-block;
margin-right: 5px;
position: relative; top: 2px; width: 14px;
height: 14px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' aria-labelledby='icon-xi2BY7-0Y6weBv2nsg-nD' class='ml-1 flex-none fill-current stroke-current stroke-0 duration-150 ease-in-out'%3E%3Cpath d='M7.384 21.629a1.226 1.226 0 0 0 .871.371 1.203 1.203 0 0 0 .871-.371l8.517-8.746c.229-.235.357-.553.357-.885s-.128-.65-.357-.885L9.056 2.33A1.212 1.212 0 0 0 8.218 2c-.31.002-.608.125-.834.343s-.362.515-.381.831c-.02.317.078.63.274.875l7.766 7.968-7.659 7.842c-.228.236-.356.554-.356.885s.128.65.356.885z' fill='%23999999'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
transition: transform 0.3s ease-in-out;
transform: rotate(0deg);
}
h4.show-more-toggle:hover {
color: #7a0125;
}
h4.show-more-toggle-active {
color: #98012e;
}
.show-more-toggle.show-more-toggle-active::before {
transform: rotate(90deg);
}
.rotate180 {
transform: rotate(180deg);
}
.img-block {
width: 100%;
object-fit: cover;
border-radius: 4px;
}
@media (min-width: 992px) {
.menu-modal {
text-align: -webkit-left;
}
}
@media (max-width: 767px) {
.home-intro-box {
margin: 0;
}
.home-top-container {
margin-bottom: 0;
}
.home-intro-container {
left: unset; position: relative;
bottom: 0;
color: #fff;
z-index: 999;
padding: 0;
max-width: none;
left: auto;
right: auto;
margin: 0;
}
.home-img-container {
margin-bottom:0;
}
.home-img-cover-shadow {
background-image: unset;  
}
.home-intro-left-box {
padding-top: 20px;
}
.lightbox-content {
width: 90%;
}
.lightbox-menu {
transform: translateY(0px);
}
.xs-1-flex-reverse {
flex-direction: column-reverse;
}
.cl-1-3 {
width: calc(50% - 22px);
}
.cl-1-3-xs-1 {
width: 100%;
max-width: -webkit-fill-available;
}
.cl-xs-1 {
width: calc(100%)!important;
}
.cl-2-3 {
width: 100%;
max-width: -webkit-fill-available;
}
.cl-xs-2-3 {
width: calc(66% - 37px);
}
.cl-1-2 {
width: calc(100% - 12px);
}
.cl-xs-1-2 {
width: calc(50% - 12px)!important;
}
.cl-pos-invert {
order: 1;
}
.cl-xs-1-2-nomargin {
width: 50% !important;
}
.cl-1-4 {
width: calc(50% - 12px);
}
.cl-xs-1-3 {
width: calc(33% - 12px);
}
.cl-3-4 {
width: calc(75% - 20px);
}
.cl-3-4-xs-1 {
width: 100%;
max-width: -webkit-fill-available;
}
.cl-1-4-xs-1 {
width: 100%;
max-width: -webkit-fill-available;
}
.cl-xs-1-1 {
width: 100%;
max-width: -webkit-fill-available;
}
.gallery-columns-2 .gallery-item {
width: 100%;
}
.gallery-columns-3 .gallery-item {
width: 100%;
}
.gallery-columns-4 .gallery-item {
width: 100%;
}
.logo-img {
max-width: calc(100% - 58px);
}
.sub-menu a:hover {
color: #25476d;
}
.sub-menu a:hover {
background: #F5F5F5;
}
.img-sm-70 {
width: 70%;
height: auto;
}
.pt-120-sm-60 {
padding-top: 60px;
}
.img-cropped {
object-fit: contain;
height: auto;
max-height: none;
}
.multicolumn-3 ol {
columns: 1;
}
.search-form-home {
margin-top: 70px;
}
.alignright {
float: none!important;
display: block;
margin-left: auto!important;
margin-right: auto!important;
}
.alignleft {
float: none!important;
display: block;
margin-left: auto!important;
margin-right: auto!important;
}
.home-img-cover {
min-height: 356px;
}
}
.sm-text-center {
text-align: center;
}
@media (max-width: 600px) {
.cl-xxs-1 {
width: 100%!important;
max-width: -webkit-fill-available;
}
}
@media (max-height: 900px) {
.sticky-box {
position: inherit!important ;
}
}
@media (min-width: 992px) {
.cta-btn-header a {
color: #fff;
word-break: normal;
font-size: 16px;
background: #2860a0;
-moz-border-radius: 4px;
-webkit-border-radius: 2px;
display: block;
font-weight: normal;
line-height: 18px;
margin: 7px;
padding: 10px 16px 10px 16px;
text-decoration: none;
text-shadow: none;
text-align: center;
border: none;
border-radius: 100px;
}
.cta-btn-header a:hover {
cursor: pointer;
background-color: #25476d;
color: #ffff;
text-decoration: none;
}
.cta-btn-header a:active {
background-color: #555;
}
.cta-btn-header a:hover {
color: #fff!important;
}
.cta-btn-grey a:hover {
background-color: #25476d;
color: #fff!important;
}
.cta-btn-grey a {
color: #fff;
background-color: #bdbdbd;
}
}  .pgn-item,
.pgn-item-left,
.pgn-item-right {
overflow: hidden;
display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; position: relative;
width: 45px;
height: 45px;
margin: 0 0 0 8px; padding: 10px;
cursor: pointer;
border-radius: 4px;
text-align: center;
text-decoration: none;
background-color: #fff;
color: #98012e;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
transition: all 0.3s linear;
z-index: 10;
} .pgn-item:hover {
background-color: #98012e;
color: #fff;
} .pgn-item-left:hover::before,
.pgn-item-right:hover::before {
transform: translateX(0);
}
.pgn-item-left:hover::after,
.pgn-item-right:hover::after {
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
} .pgn-item.disabled,
.pgn-item-left.disabled,
.pgn-item-right.disabled {
opacity: 0.5;
pointer-events: none;
background-color: #dedede;
} .pgn-item.pgn-current {
pointer-events: none;
color: #333;
box-shadow: none;
} .pgn-item-left::before,
.pgn-item-right::before {
content: "";
display: block;
position: absolute;
top: 0; bottom: 0;
width: 100%; height: 100%;
background-color: #98012e;
z-index: -1;
transition: all 0.2s ease-in-out;
} .pgn-item-left::before {
right: 0;
transform: translateX(100%);
} .pgn-item-right::before {
left: 0;
transform: translateX(-100%);
} .pgn-item-left::after,
.pgn-item-right::after {
content: "";
position: absolute;
width: 10px;
height: 10px;
border-right: 2px solid #98012e;
border-bottom: 2px solid #98012e;
top: 0; bottom: 0; left: 0; right: 0;
margin: auto;
transition: transform 0.2s ease-in-out 0s;
} .pgn-item-left::after {
transform: rotate(135deg);
} .pgn-item-right::after {
transform: rotate(-45deg);
} .pgn-item-left.disabled::after,
.pgn-item-right.disabled::after {
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
}   .ar-mobile-filter-button {
display: none; position: fixed;
bottom: 20px;
right: 20px;
background-color: #98012e; color: #fff;
border: none;
padding: 15px 20px;
border-radius: 50px;
font-size: 16px;
cursor: pointer;
z-index: 1001; } @media (max-width: 991px) {
.ar-mobile-filter-button {
display: block;
}
} .ar-mobile-filter-lightbox {
display: none; position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1000;
overflow: hidden; padding-top: 56px;
} .ar-lightbox-content {
background-color: #fff;
height: 100%;
padding: 20px;
position: relative;
display: flex;
flex-direction: column;
margin: 0 auto; overflow: hidden; } #lightboxFilterContainer {
flex: 1 1 auto; overflow-y: auto; overflow-x: hidden;
margin-bottom: 20px; margin-top: 37px;
} .ar-close-lightbox {
position: absolute;
top: 15px;
right: 20px;
background: none;
border: none;
font-size: 52px;
cursor: pointer;
} .ar-event-count-container {
display: flex;
align-items: center; justify-content: center; padding: 10px 20px;  position: sticky;
bottom: 0; border-radius: 5px; background-color: #fff;  z-index: 1001;
} .button-loader {
border: 4px solid #f3f3f3; border-top: 4px solid #98012e; border-radius: 50%;
width: 18px;
height: 18px;
animation: spin 1s linear infinite;
margin-right: 10px; opacity: 0; transition: opacity 0.3s ease; } .button-loader.active {
opacity: 1;
} .ar-mobile-event-count-button {
background-color: #98012e;
color: #fff;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
padding: 15px 20px; display: inline-block; min-width: 160px; transition: background-color 0.3s ease; } @keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .ar-mobile-event-count-button.disabled {
background-color: #cccccc; cursor: not-allowed; opacity: 0.6; } .ar-mobile-event-count-button:focus {
outline: 2px solid #005fcc; } .ar-mobile-event-count-button:hover:not(.disabled) {
background-color: #7a011f; }.bg-hp {
background-image: -webkit-linear-gradient(top,#f7f0f000,#f7f0f000), url(//www.archeoroma.org/wp-content/uploads/archeoroma-rome-tourist-office-pantheon.jpg); background-size: cover;    background-position: center;   
}