.coffee-carousel {
margin: 20px 0;
padding: 0 40px;
cursor: grab;
user-select: none;
}
.coffee-carousel.grabbing {
cursor: grabbing;
}
.coffee-carousel.dragging .carousel-item {
pointer-events: none;
}
.coffee-carousel .carousel-item {
background: #fff;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
margin: 10px;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coffee-carousel .carousel-item:hover {
transform: translateY(-5px);
box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.carousel-image {
height: 200px;
overflow: hidden;
position: relative;
}
.carousel-image::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.1) 100%);
opacity: 0;
transition: opacity 0.3s ease;
}
.carousel-item:hover .carousel-image::after {
opacity: 1;
}
.carousel-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.carousel-item:hover .carousel-image img {
transform: scale(1.05);
}
.carousel-content {
padding: 20px;
text-align: center;
}
.carousel-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 1.5rem;
color: #333;
text-align: center;
transition: color 0.3s ease;
}
.carousel-item:hover .carousel-title {
color: #07013d;
}
.carousel-description {
margin-bottom: 15px;
color: #666;
line-height: 1.5;
text-align: center;
}
.read-more-btn {
display: inline-block;
padding: 12px 24px;
background: linear-gradient(135deg, #d4ab2a, #002147);
color: white !important;
text-decoration: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.read-more-btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
color: white !important;
} .coffee-carousel .slick-list {
cursor: grab;
}
.coffee-carousel.grabbing .slick-list {
cursor: grabbing;
}
.coffee-carousel .slick-prev,
.coffee-carousel .slick-next {
z-index: 1;
width: 40px;
height: 40px;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.coffee-carousel .slick-prev:hover,
.coffee-carousel .slick-next:hover {
transform: scale(1.2);
}
.coffee-carousel .slick-prev {
left: -45px;
}
.coffee-carousel .slick-next {
right: -45px;
}
.coffee-carousel .slick-prev:before,
.coffee-carousel .slick-next:before {
font-size: 40px;
color: #d4ab2a;
opacity: 0.8;
transition: opacity 0.3s ease;
}
.coffee-carousel .slick-prev:hover:before,
.coffee-carousel .slick-next:hover:before {
opacity: 1;
}
.coffee-carousel .slick-dots li button:before {
font-size: 12px;
} .coffee-carousel .slick-slide {
transition: transform 0.3s ease, opacity 0.3s ease;
}
.coffee-carousel .slick-active {
animation: slideIn 0.6s ease;
}
@keyframes slideIn {
from {
opacity: 0.7;
transform: scale(0.95);
}
to {
opacity: 1;
transform: scale(1);
}
} @media (max-width: 768px) {
.coffee-carousel {
padding: 0 20px;
}
.coffee-carousel .slick-prev {
left: -25px;
}
.coffee-carousel .slick-next {
right: -25px;
}
.coffee-carousel .slick-prev:before,
.coffee-carousel .slick-next:before {
font-size: 30px;
}
}
@media (max-width: 480px) {
.coffee-carousel {
padding: 0 10px;
}
.carousel-content {
padding: 15px;
}
.carousel-title {
font-size: 1.3rem;
}
.coffee-carousel .slick-prev {
left: -15px;
}
.coffee-carousel .slick-next {
right: -15px;
}
.coffee-carousel .slick-prev,
.coffee-carousel .slick-next {
width: 30px;
height: 30px;
}
.coffee-carousel .slick-prev:before,
.coffee-carousel .slick-next:before {
font-size: 24px;
}
} .coffee-carousel:focus {
outline: 2px solid #07013d;
outline-offset: 4px;
}.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;
}.fm-map-container svg {
z-index: 1;
-webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; height: 100% !important;
}
.fm-tooltip {
display: none;
position: absolute;
z-index: 3;
min-width: 200px;
}
.fm-tooltip-image {
white-space: nowrap;
}
.fm-tooltip-image img {
max-width: none;
}
.fm-tooltip-comment {
font-size: 11px;
font-family: arial;
color: #000000;
}
.fm-tooltip-comment p {
margin-top: 0px !important;
}
.fm-tooltip-frame {
background-color: #fff;
border: 2px solid #bbb;
border-radius: 10px;
padding: 5px;
opacity: .99;
max-width: 400px;
min-width: 200px;
border-collapse: separate;	
margin-bottom: 0 !important;
line-height: 1.4;
vertical-align: top;
table-layout: auto;
}
.fm-tooltip-frame td {
background-color:inherit;
border: none;
padding: 5px;
vertical-align: top;
margin: 0;
}
.fm-tooltip-name { text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; font-weight:bold;
padding: 5px;
font-family: arial;
line-height: 1;
}
.fm-tooltip-x {
color: #444;
font: 12px/100% arial, sans-serif;
position: relative;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
z-index: 5;
visibility: hidden;
cursor: pointer;
margin: -5px -5px 5px 5px;
border-bottom: none !important;
float: right;
}
.fm-tooltip-x img {
width: 12px !important;
padding:0 !important;
margin:0 !important;
border:0 !important; 
}
.fm-tooltip-x.fm-frozen-x {
visibility: visible;
}
.fm-tooltip-x.fm-mobile-x {
visibility: visible;
}
.fm-scale {
float: left;
position: absolute;
left: 0px;
bottom: 0px;
z-index: 2;
margin: 10px;
-webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }
.fm-scale div {
float: left;
}
.fm-scale a {
display: block;
float: left;
font-size: 31px;
font-weight: bold;
line-height: 38px;
text-align: center;
cursor: pointer;
color: #333 !important;
width: 41px;
height: 37px;
padding-top: 1px;
border: 1px solid #e8e8e8 !important;
border-bottom: 1px solid #bbb !important;
text-decoration: none !important;
margin-right: 3px;
border-radius: 2px;
background: #fff;
}
.fm-scale a:hover {
color: #186ba3 !important;
}
.fm-scale a.fm-inactive {
cursor: default;
color: #cdcdcd !important;
}
.fm-scale-display {
clear: both;
position: relative;
left: 0px;
z-index: 10;
width: 100%;
height: 1px;
bottom: 0px;
margin-bottom: 5px;
background-color: #e8e8e8;
}
.fm-scale-display div {
background-color: #237cbd;
height: 1px;
-webkit-transition: width ease-in-out .2s;
transition: width ease-in-out .2s;
}
.fm-scale-buttons {
clear: both;
}
.fm-no-events {
pointer-events: none;
}
.freeworldHtml5Mapright {
margin:auto;
}
.freeworldHtml5Mapright .freeworldHtml5MapContainer {
position: relative;
float: left;
}
.freeworldHtml5Mapbottom {
margin:auto;
}
.freeworldHtml5Mapbottom .freeworldHtml5MapContainer {
position: relative;
}
.freeworldHtml5Mapright .freeworldHtml5MapStateInfo, .freeworldHtml5Mapright .freeworldHtml5MapStateInfo {
float: left;
left: 20px;
margin-right: 20px;
position: relative;
}
.freeworldHtml5Mapbottom .freeworldHtml5MapStateInfo, .freeworldHtml5Mapbottom .freeworldHtml5MapStateInfo {
}
.freeworldHtml5Mapright.htmlMapResponsive .freeworldHtml5MapContainer {
position: relative;
float: none;
width: auto;
}
.freeworldHtml5Mapright .freeworldHtml5MapStateInfo, .freeworldHtml5Mapright .freeworldHtml5MapStateInfo {
float: none;
left: auto;
margin-right: 20px;
position: relative;
}
@media (min-width: 768px){
.freeworldHtml5Mapright.htmlMapResponsive .freeworldHtml5MapContainer {
position: relative;
float: left;
width: 60%
}
.freeworldHtml5Mapright.htmlMapResponsive .freeworldHtml5MapStateInfo, .freeworldHtml5Mapright.htmlMapResponsive .freeworldHtml5MapStateInfo {
float: left;
margin: 2%;
position: relative;
width: 36%;
left: auto;
}
}
.freeworldHtml5Map-areas-list {
display: none;
float: left;
overflow: auto;
}
.freeworldHtml5Map-areas-list .freeworldHtml5Map-areas-item {
margin-bottom: 2px;
}
.freeworldHtml5Map-areas-list a {
font-size: 16px;
text-decoration: none;
word-wrap: break-word;
}
.freeworldHtml5MapSelector.mobile-only {
display: none;
}
.freeworldHtml5MapSelector select {
max-width: 90%;
}
@media (max-width: 768px) {
.fm-mobile-fixed .fm-tooltip-frame {
max-width: 100%;
width: 100%;
}
.fm-mobile-fixed .fm-tooltip-comment {
width: 100%;
}
.fm-scale a { 
width: 31px;
height: 27px;
font-size: 21px;
line-height: 28px;
}
}
@media only screen and (max-width: 480px) {
.freeworldHtml5Map-areas-list {
display: none !important;
}
.freeworldHtml5MapSelector.mobile-only {
display: block;
}
}