display: inline-block;
overflow: hidden;
--bg-opacity: 1;
- background-color: #1D7AEA;
- background-color: rgba(29, 122, 234, var(--bg-opacity));
+ background-color: #FF078B;
+ background-color: rgba(255, 7, 139, var(--bg-opacity));
--text-opacity: 1;
color: #FFF;
color: rgba(255, 255, 255, var(--text-opacity));
.custom-checkbox input:checked ~ .form-label:before,
.custom-checkbox input:checked ~ .form-label-reversed:after {
--bg-opacity: 1;
- background-color: #1D7AEA;
- background-color: rgba(29, 122, 234, var(--bg-opacity));
+ background-color: #FF078B;
+ background-color: rgba(255, 7, 139, var(--bg-opacity));
}
.custom-checkbox input {
.lity-container .lity-close {
--bg-opacity: 1;
- background-color: #1D7AEA;
- background-color: rgba(29, 122, 234, var(--bg-opacity));
+ background-color: #FF078B;
+ background-color: rgba(255, 7, 139, var(--bg-opacity));
position: absolute;
top: 0;
right: 0;
transition-delay: 0s;
}
-@media only screen and (min-width: 1200px) {
+@media only screen and (min-width: 1024px) {
.mobile-menu-trigger {
display: none;
}
transform: scale(0);
}
-@media only screen and (min-width: 1200px) {
+@media only screen and (min-width: 1024px) {
.nav-primary-container {
margin-top: -12px;
}
}
-@media only screen and (max-width: 1199px) {
+@media only screen and (max-width: 1023px) {
.nav-primary {
display: none;
}
padding-right: 48px;
}
-@media only screen and (max-width: 1199px) {
+@media only screen and (max-width: 1023px) {
.nav-secondary {
display: none !important;
}
.elementor-image .wp-caption-text:before {
display: inline-block;
--bg-opacity: 1;
- background-color: #1D7AEA;
- background-color: rgba(29, 122, 234, var(--bg-opacity));
+ background-color: #FF078B;
+ background-color: rgba(255, 7, 139, var(--bg-opacity));
margin-right: 0.5rem;
content: '';
width: 2.5vw;
.link-carousel-item-image {
flex-grow: 1;
max-height: 180px;
+ width: 100%;
}
.link-carousel-item-image img {
.photo-grid-caption:before {
--bg-opacity: 1;
- background-color: #1D7AEA;
- background-color: rgba(29, 122, 234, var(--bg-opacity));
+ background-color: #FF078B;
+ background-color: rgba(255, 7, 139, var(--bg-opacity));
content: '';
display: block;
width: 48px;
.timeline-item-date-highlight {
--bg-opacity: 1;
- background-color: #1D7AEA;
- background-color: rgba(29, 122, 234, var(--bg-opacity));
+ background-color: #FF078B;
+ background-color: rgba(255, 7, 139, var(--bg-opacity));
}
.timeline-item-date img {