/* -- general -- */
.filled-icon {
	font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.material-symbols-outlined {
	position: relative;
	bottom: -5px;
}
.sipp-category {
	margin: 5px 0;
}
.sipp-category, .vehicle-feature {
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Lexend", sans-serif !important;
}
.vehicle-feature {
	margin-right: 10px;
}
@media (min-width: 1200px) {
	#edit-booking-modal .modal-xl {
		max-width: 1200px;
	}
}
.reservation-info {
	font-size: 12px;
	text-align: right;
}
.reservation-basic-information {
	margin-top: 50px;
}
.reservation-basic-information div {
	text-align: center;
}
.reservation-basic-information .info-out {
	margin-right: 50px;
}
.reservation-basic-information .out-office-date span,
.reservation-basic-information .in-office-date span{
	margin-left: 15px;
	font-size: 14px;
}
.edit-basic-info-btn {
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	margin-left: 25px;
}
.selected-vehicle-name {
	text-align: center;
	/*line-height: 80px;*/
	display: flex;
	align-items: center;
}
.siderbar-review {
	
}
.sidebar-review h5 {
	color: #fff;
	font-size: 18px !important;
}
html {
    font-size: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1;
}
@keyframes fadeInAnimation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
p, li, a {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
}
a {
    text-decoration: underline;
    transition: all 0.6s ease;
    color: #C83829 !important;
}
a:hover {
    transition: all 0.6s ease;
    color: #000 !important;
    text-decoration: underline;
}
ul li::marker {
    color: #000;
}
ul {
    list-style: none;
    padding-left: 0 !important;
    list-style-position: outside;
}
li {
    position: relative;
}
ol {
    padding-left: 20px;
    list-style-position: outside;
}
ul ul {
    padding-left: 1rem;
}
b, strong {
    font-weight: 700;
}
iframe {
    border: 0;
    max-width: 100%;
}
hr {
    opacity: 1;
}
.mark,
mark {
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #C83829;
    font-family: "Calistoga", serif;
    margin-bottom: 0.8rem;
}
h1,
.h1,
body h1 {
    font-size: 48px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.4;
}
h2,
.h2,
body h2 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
    font-weight: 400;
    line-height: 1.4;
}
h3,
.h3,
body h3 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
    font-weight: 400;
    line-height: 1.4;
}
h4,
.h4,
body h4 {
    font-size: 32px !important;
    font-size: 2rem !important;
    font-weight: 400;
    line-height: 1.4;
}
h5,
.h5,
body h5 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
    font-weight: 400;
    line-height: 26px;
    line-height: 1.625rem;
}
h6,
.h6,
body h6 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    line-height: 1.5rem;
}
ul {
    list-style: disc;
    padding-left: 0;
    list-style-position: inside;
}
li {
    position: relative;
    padding-left: 5px;
}
ol {
    padding-left: 20px;
    list-style-position: outside;
}
ul ul {
    padding-left: 1rem;
}
b, strong {
    font-weight: 700;
}
iframe {
    border: 0;
    max-width: 100%;
}
.modal {
    background: rgba(0,0,0,.8);
}
/*selektiranje teksta*/
::-moz-selection { /* Code for Firefox */
    color: white;
    background: #C83829;
}
::selection {
    color: white;
    background: #C83829;
}
.background-soft-beige,
.has-soft-beige-background-color {
    background-color: #ECE3DD !important;
}
.color-soft-beige,
.has-soft-beige-color {
    color: #ECE3DD !important;
}
.background-red,
.has-red-background-color {
    background-color: #C83829 !important;
}
.color-red,
.has-red-color {
    color: #C83829 !important;
}
.background-white,
.has-white-background-color {
    background-color: #fff !important;
}
.color-white,
.has-white-color {
    color: #fff !important;
}
.background-black,
.has-black-background-color {
    background-color: #000 !important;
}
.color-black,
.has-black-color {
    color: #000 !important;
}
.rounded-5 {
    border-radius: 50px !important;
}
.rounded-2 {
    border-radius: 20px !important;
}
.rounded-16 {
    border-radius: 16px !important;
}
.rounded-30 {
    border-radius: 30px !important;
}
.paragraph-mb-0 p,
.paragraph-mb-0 a {
    margin-bottom: 0 !important;
}
.font-family-calistoga,
.font-family-calistoga a {
    font-family: "Calistoga", serif !important;
}
.font-family-poppins,
.font-family-poppins a {
    font-family: "Poppins", sans-serif !important;
}
.font-family-lexend,
.font-family-lexend a {
    font-family: "Lexend", sans-serif !important;
}
.has-large-font-size a {
    font-size: var(--wp--preset--font-size--large) !important;
}
.has-medium-font-size a {
    font-size: var(--wp--preset--font-size--medium) !important;
}
.btn.btn-primary,
.wp-block-button__link,
.wp-block-buttons .wp-block-button .wp-block-button__link,
.read-more-link {
    background-color: #C83829;
    border: 2px solid #fff;
    box-shadow: 0 0 0 4px #C83829;
    border-radius: 50px;
    padding: 6px 21px;
    font-size: 15px;
    font-size: 0.938rem;
    line-height: 1.4;
    font-weight: 500;
    color: #fff !important;
    transition: all 0.6s ease;
    text-decoration: none;
}
.read-more-link {
    display: inline-block;
}
.wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link {
    border: 2px solid #fff;
}
.wp-block-button.soft-beige .wp-block-button__link,
.wp-block-buttons .wp-block-button.soft-beige .wp-block-button__link {
    background-color: #ECE3DD;
    border: 2px solid #000;
    box-shadow: 0 0 0 4px #ECE3DD;
    color: #000 !important;
    font-weight: 700 !important;
}
.wp-block-button.soft-beige .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button.soft-beige .wp-block-button__link:focus {
    color: #fff !important;
}
.wp-block-button.soft-beige .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.soft-beige .wp-block-button__link:hover {
    background-color: #C83829;
    border: 2px solid #fff;
    box-shadow: 0 0 0 4px #C83829;
    color: #fff !important;
}
.btn.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.read-more-link:hover {
    background-color: #000;
    border: 2px solid #fff;
    box-shadow: 0 0 0 4px #000;
    color: #fff !important;
    text-decoration: none;
}
.btn.btn-primary:focus,
.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .wp-block-button__link:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 .25rem rgba(255,255,255,.5);
}
.btn.btn-secondary {
    background-color: #000;
    border: 2px solid #fff;
    box-shadow: 0 0 0 4px #000;
    border-radius: 50px;
    padding: 6px 21px;
    font-size: 15px;
    font-size: 0.938rem;
    line-height: 1.4;
    font-weight: 500;
    color: #fff !important;
    transition: all 0.6s ease;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    background-color: #ECE3DD;
    border: 2px solid #000;
    box-shadow: 0 0 0 4px #ECE3DD;
    color: #000 !important;
}
.btn-mailto {
    align-items: center;
    display: flex;
    font-weight: 400;
    background-color: #DC5749;
    border: none;
    box-shadow: 0 0 0 4px #C83829;
    border-radius: .25rem;
    padding: 6px 8px;
    font-size: 13px;
    font-size: 0.813rem;
    line-height: 1.4;
    color: #ece3dd !important;
    transition: all 0.6s ease;
    text-decoration: none;
}
.btn-mailto .weddings {
    padding: 6px 33px 6px 8px;
}
.btn-mailto:hover {
    color: #ece3dd !important;
    text-decoration: underline !important;
}
/* -- header -- */

header#wrapper-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: all linear .6s;
}
#main-nav.navbar.bg-primary {
    background-color: rgba(200, 56, 41, 1) !important;
    transition: all ease .6s;
}
header#wrapper-navbar .custom-logo-link img {
    transition: all ease .6s;
}
header#wrapper-navbar.newHeader .custom-logo-link img {
    max-width: 75px;
}
header#wrapper-navbar.newHeader #offcanvas-main-nav .custom-logo-link img {
    max-width: 142px;
}
body.home header#wrapper-navbar #main-nav.navbar.bg-primary,
body.page-template-page-with-transparent-header header#wrapper-navbar #main-nav.navbar.bg-primary {
    background-color: rgba(200, 56, 41, 0) !important;
    transition: all ease .6s;
}
body.home header#wrapper-navbar.newHeader #main-nav.bg-primary,
header#wrapper-navbar.newHeader #main-nav.bg-primary,
body.page-template-page-with-transparent-header header#wrapper-navbar.newHeader #main-nav.bg-primary {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(200, 56, 41, 0.8) !important;
    box-shadow: 0px -2px 3px 3px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
}
.btn.btn-booking {
    background-color: #ECE3DD;
    border: 2px solid #000;
    box-shadow: 0 0 0 4px #ECE3DD;
    border-radius: 23px;
    transition: all 0.6s ease;
    padding: 7px 2px;
    display: block;
    position: relative;
}
.btn.btn-booking span {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    font-size: 0.938rem;
    border-radius: 20px;
    transition: all 0.6s ease;
    padding: 7px 40px 7px 24px;
    font-family: "Poppins", sans-serif;
}
.btn.btn-booking svg {
    position: absolute;
    right: 19px;
    top: 10px;
}
.main-nav-btn.btn.btn-primary {
    border-color: transparent !important;
    box-shadow: none;
}
.main-nav-btn .fa-bars::before {
    font-size: 20px;
    color: #000;
}
#offcanvas-main-nav .fa-times::before {
    font-size: 26px;
}
#main-nav .btn {
    border-radius: 30px !important;
}
.main-nav-btn.btn.btn-primary:hover,
.main-nav-btn.btn.btn-primary:not(:disabled):not(.disabled):active,
.main-nav-btn.btn.btn-primary:not(:disabled):not(.disabled):active:focus,
.main-nav-btn.btn.btn-primary:focus {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    border-radius: 30px !important;
    border: transparent !important;
}
#main-nav .main-nav-btn.btn.btn-primary:hover,
#main-nav .main-nav-btn.btn.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ECE3DD !important;
    border-color: #ECE3DD !important;
    border-radius: 30px !important;
}
#main-nav .main-nav-btn.btn.btn-primary:hover .fa-bars::before {
    color: #000;
}
/* -- menu -- */
.main-nav-btn.btn {
    color: #000;
    background: none;
    border: 0;
}
#offcanvas-main-nav {
    height: 100%;
    background-color: #C83829;
    color: #fff;
}
#offcanvas-main-nav .navbar-brand{
    margin: 0;
}
#offcanvas-main-nav #main-menu {
    list-style: none;
    padding: 0;
}
#offcanvas-main-nav #main-menu li:last-child,
#offcanvas-main-nav #main-menu li:nth-last-child(2) {
    display: inline-block;
    vertical-align: middle;
}
#offcanvas-main-nav #main-menu li {
    margin-bottom: 1rem;
}
#offcanvas-main-nav #main-menu a {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Lexend", sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#offcanvas-main-nav #main-menu li.current_page_item a, 
#offcanvas-main-nav #main-menu a:hover {
    color: #000 !important;
}
.offcanvas-menu-header .btn-close-menu {
    color: #fff !important;
    border: 0;
    background: transparent;
}

/* -- /menu -- *

/* -- pages -- */
.alignfull {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
.page.intro figure.wp-block-image,
.page.intro.homepage figure.wp-block-image,
.page.intro.bigger figure.wp-block-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.page.intro figure.wp-block-image img,
.page.intro.homepage figure.wp-block-image img,
.page.intro.bigger figure.wp-block-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0;
}
.page.intro figure.wp-block-image {
    padding-bottom: 100vh;
}
.page.intro.medium figure.wp-block-image {
    padding-bottom: 700px;
}
.page.intro.bottom figure.wp-block-image {
    padding-bottom: 570px;
}
.page.intro.bottom.about-us {
    margin-bottom: -5rem !important;
}
.page.intro.homepage figure.wp-block-image {
    padding-bottom: 100vh;
}
.page.intro.bigger figure.wp-block-image {
    padding-bottom: 100vh;
}
.page.intro .wp-block-columns .wp-block-column,
.page.intro.homepage .wp-block-columns .wp-block-column,
.page.intro.bigger .wp-block-columns .wp-block-column {
    max-width: 1300px !important;
}
.page.intro.homepage h1,
.page.intro.homepage h2,
.page.intro.bigger h1,
.page.intro.bigger h2,
.page.intro h1,
.page.intro h2{
    font-size: 40px !important;
    font-size: 2.5rem !important;
    font-weight: 400;
    line-height: 1.4;
    color: #C83829;
}
.page.intro figure.wp-block-image {
    position: relative;
    margin-bottom: 5rem;
}
.page.intro.bottom figure.wp-block-image {
    margin-bottom: 0;
}
.page.intro.contact figure.wp-block-image {
    height: 550px;
    padding-bottom: 0;
}
.page.intro {
    position: relative;
}
.page.intro figure.wp-block-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0;
}
.page.intro .wp-block-columns .wp-block-column {
    max-width: 1200px !important;
    background-color: transparent !important;
    margin: 0 auto;
}
.page.intro .wp-block-columns .wp-block-column {
    max-width: 1200px !important;
}
.page.intro.bottom .wp-block-columns .wp-block-column {
    max-width: 900px !important;
}
.page.intro.homepage .wp-block-columns,
.page.intro .wp-block-columns {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}
.page.intro .wp-block-columns {
    height: 100%;
    top: 0;
}
.page.intro.homepage .wp-block-columns {
    height: auto;
    top: 41%;
    transform: translateY(-50%);
}
.home .content-area,
.page-template-page-with-transparent-header .content-area {
    margin-top: 0 !important;
    padding-bottom: 5rem;
}
.home .content-area {
    padding-bottom: 0;
}
.page-template-page-with-transparent-header .content-area {
    padding-bottom: 5rem;
}
.content-area,
.page-template-booking .content-area,
.page-template-contact .content-area {
    margin-top: 158px !important;
}
.content-area {
    padding-bottom: 5rem;
}
.intro .wp-block-group.text-group {
    background: #ECE3DD;
    border-radius: 16px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 13px 18px 0 18px;
}
.intro.homepage .wp-block-group.text-group {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 13px 18px 0 18px;
}
.wp-block-group.text-group p {
    font-family: "Lexend", sans-serif !important;
    font-size: 13px !important;
    font-size: 0.813rem !important;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
}
.contact-info figure img {
    max-width: 42px;
}
.contact-link img {
    margin-bottom: 4px !important;
    margin-right: 6px;
}
.contact-link a {
    text-decoration: none !important;
}
.page-decoration figure.wp-block-image {
    display: block;
    width: 100%;
    aspect-ratio: 1920 / 178;
}
.background.decoration {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 100%;
}
#accordion-faq .accordion-button:not(.collapsed),
#accordion-faq-homepage .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
}
#accordion-faq .accordion-item,
#accordion-faq-homepage .accordion-item {
    background-color: #ECE3DD;
    border: 1px solid #ECE3DD;
    border-radius: 16px !important;
    margin: 10px auto;
}
#accordion-faq .accordion-button,
#accordion-faq-homepage .accordion-button {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #000;
    background-color: #ECE3DD;
    border-radius: 16px !important;
}
#accordion-faq .accordion-button:focus,
#accordion-faq-homepage .accordion-button:focus {
    border-color: rgba(175, 121, 85, 0.38);
    box-shadow: 0 0 0 .25rem rgba(175, 121, 85, 0.38);
}
#accordion-faq .accordion-button:not(.collapsed)::after,
#accordion-faq-homepage .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}
.swiper.swiper-home,
.swiper.swiper-weddings {
    padding-bottom: 45px;
}
.swiper.swiper-home .swiper-wrapper,
.swiper.swiper-weddings .swiper-wrapper{
    height: 540px !important;
}
.swiper.swiper-home .swiper-img img,
.swiper.swiper-weddings .swiper-img img {
    max-width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.swiper.swiper-home .swiper-pagination-bullet-active,
.swiper.swiper-weddings .swiper-pagination-bullet-active{
    background: #C83829;
}
.swiper.swiper-home .swiper-pagination-bullet,
.swiper.swiper-weddings .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: 300px;
    gap: 1rem;
}
.grid > div {
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease;
}
.grid > div:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    cursor: pointer;
}
.grid > div img:hover {
    transform: scale(1.05);
    cursor: pointer;
}
.grid > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
.grid > div:nth-child(3n) {
    grid-row: span 2;
}
.grid > div:nth-child(5n) {
    grid-column: span 2;
}
/* -- /pages -- */

/* -- blog posts -- */
.single.single-post .section .container {
    max-width: 900px;
}
.single.single-post .article-header {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 20%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.single.single-post .title-header {
    max-width: none;
    position: absolute;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.single.single-post .entry-title{
    color: #fff;
    height: auto !important;
    margin-bottom: 1.5rem !important;
    font-size: 48px;
    font-size: 3rem;
    line-height: 54px;
    line-height: 3.375rem;
    text-align: center;
}
.single.single-post .article-subtitle {
    color: #fff;
    font-size: 21px;
    line-height: 27px;
    font-size: 1.312rem;
    line-height: 1.687rem;
    position: relative;
    z-index: 1;
}
.single.single-post .article-image {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    position: relative;
    height: 530px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.single.single-post .article-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    object-fit: cover;
}
.single.single-post .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.4);
}
.single.single-post h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 34px;
    line-height: 2.125rem;
}
.single.single-post .article-header {
        height: 530px;
        top: 0;
}
.wp-block-latest-posts__post-excerpt,
.category-blog .content {
	margin-bottom: 0;
	margin-top: .5em;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.wp-block-latest-posts.columns-3 li,
.related-posts-after-content .category-blog {
    background-color: #ECE3DD;
    border: 4px solid #ECE3DD;
    box-shadow: 0 0 0 4px #ECE3DD;
    border-radius: 16px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    transition: all 0.6s ease;
}
.wp-block-latest-posts.columns-3 li:hover,
.related-posts-after-content .category-blog:hover {
    background-color: #ECE3DD;
    border: 4px solid #fff;
    box-shadow: 0 0 0 4px #ECE3DD;
}
.wp-block-latest-posts__featured-image,
.related-posts-after-content .category-blog .img-wrapper {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 57%;
}
.wp-block-latest-posts__featured-image a {
	display: block;
}
.wp-block-latest-posts.wp-block-latest-posts__list li,
.related-posts-after-content .category-blog .content p {
    overflow-wrap: break-word;
    font-size: 14px;
    font-size: 0.875rem;
}
.related-posts-after-content .category-blog .content p {
    margin-bottom: 0 !important;
}
.wp-block-latest-posts__featured-image img,
.related-posts-after-content .category-blog .img-wrapper img {
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.6s ease;
    object-fit: cover;
    object-position: center;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:hover .wp-block-latest-posts__featured-image img,
.related-posts-after-content .category-blog:hover .img-wrapper img{
    transform: scale(1.05);
}
.wp-block-latest-posts.is-grid a.wp-block-latest-posts__post-title,
.related-posts-after-content .category-blog .entry-title a,
.related-posts-after-content .category-blog h2.entry-title {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0rem !important;
    color: #C83829 !important;
    text-decoration: none !important;
    text-align: left;
    font-family: "Calistoga", serif !important;
    width: 100%;
}
/*-- /blog posts -- */
/* -- booking form -- */
.booking-form {
    background-color: #000;
    border: 3px solid #fff;
    box-shadow: 0 0 0 4px #000; /* crni vanjski border */
    border-radius: 16px;
    padding: 1rem 1.5rem;
}
.booking-form label {
    margin-bottom: 5px;
}
.booking-form label,
.booking-form label .small,
.booking-form label small {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.booking-form .form-control {
    border-radius: 4px;
}
.booking-form .input-group-text {
    background-color: #fff;
}
.booking-form .form-control,
.booking-form .input-group-text,
.booking-form .input-group > .form-select {
    border: 1px solid #fff;
}
.booking-form .form-select {
    color: #000;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
}
.booking-form .btn.check-availability.btn-secondary {
    margin-top: 28px;
    color: #000 !important;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-size: 0.813rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #ECE3DD;
    border: 1px solid #ECE3DD;
    border-radius: 5px !important;
}
.booking-form .check-availability:hover {
    background: #C83829;
    border: 1px solid #C83829;
    color: #fff;
}
.booking-form .check-availability,
.booking-form .form-select,
.booking-form .input-group,
.booking-form .input-group > .form-control {
    height: 35px;
    font-family: "Poppins",sans-serif;
}
.booking-form .form-select:focus {
    font-weight: 400;
}
.booking-form .form-select:focus,
.booking-form .form-control:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem #C83829;
}
.booking-form .pick-up-location {
    margin-bottom: 7px;
}
.booking-form input#different-drop-off {
    margin-right: 3px;
    margin-top: 2px;
}
/* -- /booking form -- */

/* -- booking pages -- */
.page-template-availability .content-area,
.page-template-insurance-options .content-area,
.page-template-booking-extras .content-area,
.page-template-driver-information .content-area,
.page-template-booking-confirmation .content-area {
    margin-top: 158px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.page-template-availability h1 {
    color: #C83829;
}
.progress {
    margin-bottom: 1rem;
}
.subtitle-text {
    font-family: "Lexend", sans-serif !important;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
}
.card.service-card {
    background-color: #ECE3DD;
    border-radius: 16px;
    border: 1px solid #ECE3DD;
    height: 100%;
}
.card-title,
h5.card-title, 
body h5.card-title {
    font-size: 32px !important;
    font-size: 2rem !important;
    line-height: 1.1;
    color: #C83829;
    margin: 0 auto;
}
body h5.card-title sup {
	font-family: "Poppins", sans-serif !important;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	vertical-align: revert;
	margin-left: 10px;
}
.card-header,
.card-header:first-child {
    border-radius: 16px;
    background: transparent;
    border: 1px solid transparent;
    padding: 20px;
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 0 !important;
}
.card-body {
    padding: 20px;
}
.service-card .card-body {
    padding: 20px;
}
#start-time-menu, #end-time-menu {
    max-height: 300px;
    overflow-y: scroll;
}
#start-time-button, #end-time-button {
    width: auto;
    min-height: 38px;
    min-width: 80px;
    line-height: 22px;
    padding: 5px;
}
.ui-button {
    padding: .375rem .75rem;
}
#start-time-button .ui-selectmenu-icon.ui-icon, #end-time-button .ui-selectmenu-icon.ui-icon {
    display: none;
}
.check-availability,
.check-reservation {
    margin-top: 32px;
}
.car-thumb-l {
    width: 225px;
    height: 225px;
    line-height: 225px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin: 0 auto;
}
.car-thumb-s {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #fff;
}
.car-thumb-m {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
    background: #fff;
}
.car-thumb-l img,
.car-thumb-s img,
.car-thumb-m img {
    max-width: 100%;
    border-radius: 50%;
    margin: 0 auto;
}
.card-text.big {
    font-size: 20px;
    font-size: 1.25rem;
}
.card-text.small {
    font-size: 13px;
    font-size: 0.813rem;
}
.sidebar-review {
    position: relative;
    background-color: #C83829;
    right: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
	border: 1px solid #fff;
    /*padding: 10px;*/
}
.sidebar-review h5,
.sidebar-review h6 {
	font-weight: 400;
	font-size: 18px;
}
.sidebar-review .section-label {
	font-size: 16px;
}
.sidebar-review .reservation-info-section {
	color: #fff;
}
.sidebar-review .in-office-date span,
.sidebar-review .out-office-date span {
	margin-left: 26px;
}
.sidebar-review a.edit-basic-info-btn {
	color: #fff !important;
	float: right;
}
.sidebar-review h5 img {
	float: right;
}
.sidebar-review div.section-title {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}
.sidebar-review .section-title form {
	display: inline-block;
	float: right;
}
.sidebar-review .change-vehicle {
	border: 0;
	background: none;
	color: #fff;
}
.sidebar-review p,
.sidebar-review .out-office-date,
.sidebar-review .in-office-date,
.sidebar-review .selected-vehicle-name {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
}
.view-sidebar-booking-review {
	background: #C83829;
	border: 0;
	color: #fff;
	padding: 10px 15px;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	position: fixed;
	right: 0;
	top: 214px;
	z-index: 99;
}
#sidebar-booking-review .offcanvas-body {
	background-color: #C83829;
}
#sidebar-booking-review .offcanvas-header {
	display: block;
	text-align: right;
}
.booking-details-wrapper {
	background-color: #ECE3DD;
	border-radius: 16px;
}
.body-review.driver {
    border-bottom: 1px solid #fff;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
.booking-details-wrapper .reservation-info-section form,
.booking-details-wrapper .edit-basic-info-btn {
	float: right;
}
.booking-details-wrapper .reservation-info-section .change-vehicle {
	border: 0;
	background: transparent;
	color: #C83829;
	float: right;
}
.booking-details-wrapper .reservation-info-section p:not(.section-label) {
	margin-bottom: 0;
}
.booking-details-wrapper .section-label,
.booking-details-wrapper .section-title span {
	color: #C83829;
}
.booking-details-wrapper .reservation-info-section.border-bottom {
	border-bottom-color: #fff !important;
}
.booking-details-wrapper .service-price,
.booking-details-wrapper .rental-service {
	text-align: right;
}

.booking-details-wrapper .total-section, 
.booking-details-wrapper .payment-info {
	text-align: right;
}
.booking-details-wrapper .label-s {
	font-size: 13px;
}
.booking-details-wrapper .label-m {
	font-size: 14px;
}
.booking-details-wrapper .selected-vehicle-name {
	text-align: left;
}
.booking-details-wrapper .out-office-date span,
.booking-details-wrapper .in-office-date span {
	margin-left: 28px;
}
.section-value.total-price {
	font-size: 32px;
	line-height: 42px;
	color: #C83829;
}
.body-review.driver p {
    margin-bottom: 5px;
}
.card.extras {
    background-color: #ECE3DD;
    background-image: url("/wp-content/uploads/2025/07/extra-add-icon-1.png");
    background-repeat: no-repeat;
    background-position: top 23px left 20px;
    border-radius: 16px;
    border: 1px solid #ECE3DD;
    padding: 6px 20px 6px 82px;
    background-size: 60px 60px;
}
.insurance-icon {
    max-width: 80px;
    margin-right: 8px;
}
.insurance-description p.card-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
}
.page-bottom-decoration {
    background-image: url("/wp-content/uploads/2025/07/rapidus-graficki-element-dekoracija.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-repeat: repeat-x;
    aspect-ratio: 1920 / 178;
    display: flex;
}
input.form-control.service-quantity {
	border-radius: 5px;
}
.section-value.total-price {
	font-size: 32px;
	line-height: 42px;
	color: #C83829;
}
.bg-discount {
	background-color: #C83829;
	top: 21px;
	right: 21px;
	font-size: 14px !important;
}
.page-template-send-request .wpcf7-textarea {
	max-height: 80px;
}
.page-template-send-request .card {
	height: auto;
}
/* -- /booking pages -- */

/* -- datepicker -- */
.ui-datepicker .ui-datepicker-title {
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
}
.ui-widget-header {
    border: 1px solid #000 !important;
    background: #000 !important;
}
.ui-datepicker table,
.ui-state-default,
.ui-widget-content .ui-state-default {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Poppins",sans-serif;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border: 1px solid #C83829 !important;
    background: transparent !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    color: #fff !important;
}
/* -- /datepicker -- */

/* --- CONTACT FORM 7 --- */
.wpcf7 {
	max-width: 100%;
	padding: 2rem;
	background: #ECE3DD;
	border-radius: 15px;
}
body .form-group label,
label,
.wpcf7 .wpcf7-form label {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-bottom: 15px;
    color: #000;
    text-align: left;
    font-weight: 400;
}
.wpcf7 .wpcf7-form label .wpcf7-list-item-label .wpcf7-list-item-label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #000;
    text-align: left;
}
.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap {
    margin-top: 5px;
    display: block;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-acceptance label {
    font-size: 13px;
    font-size: 0.812rem;
    line-height: 19px;
    line-height: 1.187rem;
    text-align: left !important;
    font-weight: 300;
    font-style: italic;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    margin-top: -16px;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.first label {
    margin-bottom: 5px;
}
body .form-control,
.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 7px;
    font-weight: 400;
}
.wpcf7 textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 12px;
    font-weight: 400;
}
.wpcf7 select {
    appearance: none; /* remove default appearance set by the browser */
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #000;
    background-color: #EAE9E9;
    background-clip: padding-box;
    border: 1px solid #EAE9E9;
    border-radius: 4px;
}
.wpcf7 select.wpcf7-form-control.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-size: 11px 11px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 0;
    padding: 5px 10px;
    height: 38px;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:disabled {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-size: 0.938rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 7px 20px 8px 20px !important;
    border: 1px solid #E2183E;
    position: relative !important;
    transition: all 0.6s ease;
    position: relative;
    border-radius: 30px;
    max-width: 200px;
    background-color: #C83829;
    border: 2px solid #fff;
    box-shadow: 0 0 0 4px #C83829;
}

.wpcf7 input[type="submit"]:disabled {
    opacity: 0.5;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:focus-visible,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:first-child:active {
    color: #fff;
    background-color: #000;
    border: 2px solid #fff;
    box-shadow: 0 0 0 4px #000;
    text-decoration: none;
}
body .form-control:focus,
.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="range"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus,
.form-select:focus {
    color: #000;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(203, 203, 203, 0.5);
    z-index: 1;
    position: relative;
    font-weight: 500;
}
.wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 input[type="number"].wpcf7-not-valid,
.wpcf7 input[type="email"].wpcf7-not-valid {
    border: 1px solid #dc3232;
}
.wpcf7-form .wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}
.wpcf7 form.sent .wpcf7-response-output {
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    background: #bbf3c1;
    border-width: 0px;
    font-weight: normal;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    letter-spacing: 1px;
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 1.4;
    border: 3px solid #46b450;
    font-family: "Poppins", sans-serif;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #E2B940;
    padding: 13px 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #F7DB85;
    border-width: 0px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    font-family: "Poppins", sans-serif;
}
.inquiry-note p {
    margin-bottom: 5px !important;
}
.inquiry-note small {
    line-height: 1.2;
    display: block;
}
/* -- footer -- */
footer p,
footer a,
footer li,
footer span {
    color: #fff !important;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0.2rem !important;
    text-decoration: none !important;
}
footer li {
    padding-left: 0;
}
footer ul {
    list-style: none;
}
footer .wp-block-social-link a {
    font-size: 24px !important;
}
.wp-block-media-text.e-mail-media .wp-block-media-text__media img {
    width: auto;
    max-width: 22px;
}
.wp-block-media-text.e-mail-media figure {
    max-width: 22px;
}
.wp-block-media-text.e-mail-media > .wp-block-media-text__content {
    padding: 0;
}
#wrapper-footer-full {
    background-color: #C83829;
    color: #fff;
    padding: 4rem 0 3rem 0;
}
.row .footer-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.row .footer-logo.weddings {
    max-width: 300px;
}
.row .footer-logo img.logo {
    max-width: 152px;
}
.footer-col .right-side {
    max-width: 30%;
}
.site-info {
    opacity: 0.6;
    transition: all 0.6s ease;
    padding-bottom: 0;
    margin: .5rem 0;
}
.site-info:hover {
    opacity: 0.9;
}
.copyright,
.site-info p,
.copyright a {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0rem !important;
    color: #fff;
    text-decoration: none !important;
    text-align: left;
    font-family: "Lexend", sans-serif !important;
}
.copyright a {
    position: relative;
    color: #fff !important;
}
.copyright img {
    width: 20px;
    height: 20px;
    margin-top: -1px;
    margin-right: 2px;
}
footer .copyright a:hover {
    color: #fff;
}
#myBtn {
    position: fixed;
    bottom: 98px;
    right: 62px;
    display: none;
    color: #fff;
    z-index: 99;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 7px 12px;
    box-shadow: 0px 3px 7px 0px rgba(32, 32, 32, 0.1);
    transition: all 0.6s ease;
}
#myBtn:hover {
    bottom: 105px;
    background: #C83829;
    border: 1px solid transparent;
}
#myBtn .fa {
    color: #000;
    font-size: 20px;
    transition: all 0.6s ease;
}
#myBtn:hover .fa {
    color: #fff;
}
/* -- /footer -- */
/* --- 404 PAGE --- */
.error-404 {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1;
}
@keyframes fadeInAnimation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.error-404 .content-area {
    height: 64vh;
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 700px;
    margin: 85px auto 0;
}
.error-404 .content-area article {
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
/* -- toggle --*/
.toggle-container {
	display: flex;
	overflow: hidden;
	max-width: 300px;
	margin: auto;
        flex-direction: column;
}
@media screen and (min-width: 1200px) {
    .toggle-container {
        flex-direction: column;
        position: fixed;
		right: 0;
		top: 20%;
        justify-content: flex-end;
		z-index: 999;
    }
    .toggle-content {
        flex-grow: 1;
        max-height: 70vh;
		overflow-y: scroll;
		scrollbar-color: #000 #ECE3DD;
		scrollbar-width: thin;
        transition: transform 0.4s ease;
        padding: 0;
        opacity: 1;
        transform: translateX(0);
        box-sizing: border-box;
    }
    .toggle-content.closed {
        padding: 0;
        transform: translateX(100%);
    }
    .toggle-button {
	cursor: pointer;
	background: #C83829;
	color: white;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	transition: background 0.3s ease;
	margin-left: auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	height: 33px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-bottom: 1px;
    }
    .toggle-button:hover {
        background: #C83829;
    }
    .arrow {
       border: solid white; 
    }
    .toggle-open .arrow {
	transform: rotate(135deg);
    }
}
@media screen and (max-width: 1199px) {
    .toggle-container {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        justify-content: flex-end;
    }
    .toggle-button {
        color: white;
        padding: 0 10px;
        font-weight: bold;
        cursor: pointer;
        user-select: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: background 0.3s ease;
    }
    .toggle-content {
      overflow: hidden;
      transition: opacity 0.4s ease;
      padding: 0;
      opacity: 1;
    }
    .toggle-content.closed {
      max-height: 0;
      opacity: 0;
      border: none;
    }
    .toggle-open .arrow {
	transform: rotate(225deg);
    }
    .arrow {
       border: solid black;
    }
    .toggle-open .arrow {
        transform: rotate(225deg);
    }
}
.arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.4s ease;
}


/* --- RESPONSIVE --- */
/*MIN*/
@media screen and (min-width: 768px) {
    .swiper.swiper-home .swiper-img,
    .swiper.swiper-home .swiper-content,
    .swiper.swiper-weddings .swiper-img,
    .swiper.swiper-weddings .swiper-content{
        width: 50%;
        box-sizing: border-box;
        align-content: center;
    }
}
@media screen and (min-width: 992px) {
    .wp-block-latest-posts.columns-3 li {
	width: calc(33.33333% - .83333em) !important;
    }
}
@media screen and (min-width: 1200px) {
    h1,
    .h1,
    body h1 {
        font-size: 48px !important;
        font-size: 3rem !important;
        font-weight: 400;
        line-height: 1.2;
    }
    h2,
    .h2,
    body h2 {
        font-size: 40px !important;
        font-size: 2.5rem !important;
        font-weight: 400;
        line-height: 1.2;
    }
    h3,
    .h3,
    body h3 {
        font-size: 36px !important;
        font-size: 2.25rem !important;
        font-weight: 400;
        line-height: 1.2;
    }
    h4,
    .h4,
    body h4 {
        font-size: 32px !important;
        font-size: 2rem !important;
        font-weight: 400;
        line-height: 1.2;
    }
    h5,
    .h5,
    body h5 {
        font-size: 28px !important;
        font-size: 1.75rem !important;
        font-weight: 400;
        line-height: 1.2;
    }
    h6,
    .h6,
    body h6 {
        font-size: 16px !important;
        font-size: 1rem !important;
        font-weight: 700;
        line-height: 1.2;
    }
    .modal-dialog.modal-lg.modal-dialog-centered {
        max-width: 1200px;
    }
}
@media screen and (min-width: 1280px) {
    .swiper.swiper-home .swiper-content,
    .swiper.swiper-weddings .swiper-content {
	max-width: 30%;
    }
}
@media screen and (min-width: 1400px) {
    .single.single-post .article-image {
        padding-bottom: 530px;
        margin: 0rem calc(50% - 50vw);
    }
}
/*MAX*/
@media screen and (max-width: 1399px) {
    .page.intro.homepage .wp-block-columns {
	height: auto;
	top: auto;
	transform: none;
	bottom: 100px;
    }
    .page.intro.homepage .wp-block-columns .wp-block-column {
        max-width: 95% !important;
    }
    .page.intro.homepage figure.wp-block-image {
	padding-bottom: 700px;
    }
}
@media screen and (max-width: 1280px) {
    header#wrapper-navbar .custom-logo-link img {
	max-width: 100px;
    }
    .content-area,
    .page-template-booking .content-area,
    .page-template-contact .content-area {
	margin-top: 119px !important;
    }
    .grid > div:nth-child(3n) {
	grid-row: span 1;
    }
}
@media screen and (max-width: 1279px) {
    .swiper.swiper-home .swiper-content,
    .swiper.swiper-weddings .swiper-content {
	max-width: 50%;
    }
}
@media screen and (max-width: 1200px) {
    .page.intro figure.wp-block-image,
    .page.intro.medium figure.wp-block-image,
    .single.single-post .article-image {
	padding-bottom: 500px;
    }
    .page.intro figure.wp-block-image {
	margin-bottom: 2rem;
    }
    .page.intro.homepage figure.wp-block-image {
	padding-bottom: 350px;
    }
    .page.intro.bottom figure.wp-block-image {
	padding-bottom: 400px;
    }
    .page.intro.homepage .wp-block-columns {
	height: auto;
	top: auto;
	transform: none;
	position: relative;
        margin: -38px auto 25px auto;
        max-width: 93%;
        width: 93%;
        bottom: auto;
    }
    .page.intro.bottom .wp-block-columns {
        max-width: 90%;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 0px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
        top: 0;
    }
    .intro.homepage .wp-block-group.text-group {
        max-width: 95%;
        margin: -20px auto 0;
    }
    #offcanvas-main-nav.show {
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    max-height: 100vh;
    display: flex; 
    visibility: visible;
    transform: none;
    z-index: 1055;
    overflow-y: auto;
  }

  #offcanvas-main-nav .offcanvas-body {
    max-height: calc(100vh - 94px); 
    overflow-y: auto;
  }
}
@media screen and (max-width: 1199px) {
    .booking-form .btn.check-availability.btn-secondary {
        margin-top: 1px;
    }
    header#wrapper-navbar.main-header.newHeaderMob {
        background-color: rgba(200, 56, 41, 0.8) !important;
        box-shadow: 0px -2px 3px 3px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3px);
    }
    .page-bottom-decoration {
	background-size: cover;
	padding: 3rem 0;
    }
    .sidebar-review {
	position: relative;
	right: 0;
	border-radius: 8px;
    }
    .site-info {
        padding-top: 1rem;
    }
}
@media screen and (max-width: 991px) {
    header#wrapper-navbar .custom-logo-link img {
	max-width: 80px;
    }
    #main-nav.navbar.bg-primary {
	padding: 5px;
	width: 100%;
    }
    header#wrapper-navbar .navbar-brand.custom-logo-link {
        margin-right: 0;
    }
    .content-area,
    .page-template-booking .content-area,
    .page-template-contact .content-area {
	margin-top: 94px !important;
    }
    .page-template-availability .content-area,
    .page-template-insurance-options .content-area,
    .page-template-booking-extras .content-area {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .page.intro.contact figure.wp-block-image,
    .page.intro.medium figure.wp-block-image {
	height: 350px;
	padding-bottom: 0 !important;
    }
    .single.single-post .article-header,
    .single.single-post .article-image {
        height: 350px;
        padding-bottom: 0 !important;
    }
    .page.intro figure.wp-block-image {
	margin-bottom: 1rem;
    }
    #myBtn {
        bottom: 30px;
        right: 25px;
        padding: 5px 8px;
    }
    .btn.btn-primary,
    .wp-block-button__link,
    .wp-block-buttons .wp-block-button .wp-block-button__link,
    .read-more-link,
    .btn.btn-secondary {
        padding: 4px 21px;
        font-size: 14px;
        font-size: 0.875rem;
    }
    .card-title,
    h5.card-title, 
    body h5.card-title {
        font-size: 22px !important;
        font-size: 1.375rem !important;
    }
    .car-thumb-l {
	width: 160px;
	height: 160px;
	line-height: 160px;
	overflow: hidden;
	justify-content: center;
	display: flex;
	animation: cubic-bezier;
	align-content: center;
	align-items: center;
    }
    .card-text.big {
	font-size: 18px;
	font-size: 1.125rem;
    }
    .car-thumb-l img {
	max-width: 240px;
	border-radius: 0;
	width: 240px;
    }
    .card.extras {
       padding: 5px 10px 6px 64px;
       background-position: top 10px left 11px;
       border-radius: 8px;
    }
    .insurance-icon {
	max-width: 70px;
	margin: 0 auto;
    }
    .small, small {
	font-size: 13px !important;
        font-size: 0.813rem !important;
    }
    .swiper.swiper-home .swiper-img,
    .swiper.swiper-home .swiper-content,
    .swiper.swiper-weddings .swiper-img,
    .swiper.swiper-weddings .swiper-content{
        width: 100%;
        max-width: 100% !important;
        box-sizing: border-box;
        align-content: center;
    }
    .swiper.swiper-home .swiper-wrapper,
    .swiper.swiper-weddings .swiper-wrapper {
	height: auto !important;
    }
    .swiper.swiper-home .swiper-content,
    .swiper.swiper-weddings .swiper-content {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
    .swiper.swiper-home .swiper-img img,
    .swiper.swiper-weddings .swiper-img img {
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
    }
    .swiper.swiper-home,
    .swiper.swiper-weddings {
	padding-bottom: 31px;
        background-color: #ECE3DD !important;
    }
    .swiper.swiper-home .swiper-img,
    .swiper.swiper-weddings .swiper-img {
	max-height: 240px;
	min-height: 240px;
    }
    .swiper.swiper-home .swiper-content,
    .swiper.swiper-weddings .swiper-content {
	padding-top: 2rem;
	padding-bottom: 0rem;
    }
    .wp-block-latest-posts.columns-3 li {
	width: calc(48% - 0.5em) !important;
    }
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
	margin-right: 1.25em;
    }
}
@media screen and (max-width: 780px) {
    body, p, li, a {
	font-size: 14px !important;
	font-size: 0.875rem !important;
    }
    h1, .h1, body h1 {
        font-size: 22px !important;
	font-size: 1.375rem !important;
	font-weight: 400;
	line-height: 1.2;
    }
    .page.intro.homepage h1,
    .page.intro.homepage h2,
    .page.intro.bigger h1,
    .page.intro.bigger h2,
    .page.intro h1,
    .page.intro h2,
    .single.single-post .entry-title,
    h5, .h5, body h5 {
	font-size: 21px !important;
	font-size: 1.3rem !important;
	font-weight: 400;
	line-height: 1.2;
    }
    h2, .h2, body h2,
    .page.intro.homepage h2,
    .wp-block-latest-posts.is-grid a.wp-block-latest-posts__post-title,
    .related-posts-after-content .category-blog .entry-title a,
    .related-posts-after-content .category-blog h2.entry-title {
	font-size: 21px !important;
	font-size: 1.3rem !important;
	font-weight: 400;
	line-height: 1.2;
    }
    h3, .h3, body h3,
    h4, .h4, body h4 {
	font-size: 21px !important;
	font-size: 1.3rem !important;
    }
    .rounded-30,
    .rounded-16,
    .rounded-5,
    .booking-form,
    #accordion-faq .accordion-item,
    #accordion-faq-homepage .accordion-item,
    .intro .wp-block-group.text-group,
    .wp-block-latest-posts.columns-3 li,
    .related-posts-after-content .category-blog,
    .wp-block-group.rounded-2 {
	border-radius: 8px !important;
    }
    #offcanvas-main-nav #main-menu li {
	margin-bottom: 0.5rem;
    }
    #offcanvas-main-nav #main-menu a {
	font-size: 18px !important;
        font-size: 1.125rem !important;
	font-weight: 300 !important;
    }
    #main-nav .btn.btn-primary.main-nav-btn,
    #main-nav .main-nav-btn.btn.btn-primary:hover,
    #main-nav .main-nav-btn.btn.btn-primary:focus,
    #main-nav .main-nav-btn.btn.btn-primary:not(:disabled):not(.disabled):active {
	border-radius: 5px !important;
	background: #ECE3DD !important;
	padding: 2px 14px !important;
    }
    .main-nav-btn .fa-bars::before {
	color: black;
    }
    .btn.btn-booking {
	border: 2px solid #000;
	box-shadow: 0 0 0 3px #ECE3DD;
	padding: 1px 9px;
    }
    .btn.btn-booking svg {
	opacity: 0;
	display: none;
    }
    .btn.btn-booking span {
        display: block;
        padding: 3px;
    }
    .content-area,
    .page-template-booking .content-area,
    .page-template-contact .content-area {
	margin-top: 120px !important;
    }
    .page-template-page-with-transparent-header .content-area {
	padding-bottom: 2rem;
    }
    .single.single-post .content-area {
        margin-top: 120px !important;
        padding-bottom: 0 !important;
    }
    .page.intro.contact figure.wp-block-image,
    .page.intro.medium figure.wp-block-image,
    .single.single-post .article-image {
	height: 240px;
    }
    .single.single-post .article-image {
        padding-bottom: 0 !important;
    }
    .page.intro .wp-block-columns .wp-block-column {
	max-width: 95% !important;
    }
    .page.intro figure.wp-block-image {
	padding-bottom: 300px;
    }
    .page.intro .wp-block-columns {
	height: 100%;
	top: auto;
	position: relative;
	left: auto;
	right: auto;
	margin: -38px auto 25px auto;
    }
    .page.intro.homepage figure.wp-block-image {
	padding-bottom: 280px;
    }
    .page.intro.homepage .wp-block-columns {
	height: auto;
	top: auto;
	transform: none;
	position: relative;
        margin: -38px auto 25px auto;
        max-width: 93%;
        width: 93%;
        bottom: auto;
    }
    .intro.homepage .wp-block-group.text-group {
        max-width: 95%;
        margin: 0 auto;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 12px 18px 0 12px;
    }
    .single.single-post .article-header {
        height: 100%;
        top: auto;
        position: relative;
        left: auto;
        right: auto;
        margin: 0 auto;
    }
    .single.single-post .title-header {
	max-width: none;
	position: relative;
	height: auto;
	top: auto;
	transform: none;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
    }
    .single.single-post .entry-title {
        color: #C83829;
        margin-bottom: 1rem !important;
    }
    .single.single-post .article-image {
	margin: 0 calc(50% - 50vw);
	max-width: 98%;
	width: 98%;
	height: 240px;
	margin: 0 auto;
        border-radius: 16px;
        overflow: hidden;
    }
    .single.single-post .overlay {
        background-color: transparent;
    }
    .why-choose-wrapper p {
        font-size: 12px !important;
        font-size: 0.75rem !important;
    }
    .wp-block-group.text-group p {
        font-size: 12px !important;
        font-size: 0.75rem !important;
    }
    .booking-form .btn.check-availability.btn-secondary {
        margin-top: 13px;
    }
    .background.decoration {
	position: relative;
	top: auto;
	transform: none;
	z-index: -1;
	width: 100%;
	margin: -112px auto 0 auto;
    }
    .background.decoration .page-decoration figure.wp-block-image,
    .page-decoration figure.wp-block-image {
	aspect-ratio: 1920 / 239;
    }
    .background.decoration .page-decoration .wp-block-image.alignfull img,
    .page-decoration figure.wp-block-image.alignfull img {
	height: 100%;
	width: 100%;
	object-fit: cover;
    }
    .row .footer-logo {
	position: relative;
	left: auto;
	right: auto;
	margin: 0 auto;
        margin: 1rem auto 0;
    }
    .wp-block-social-links {
        justify-content: center;
    }
    .footer-col {
        text-align: center;
        gap: 0;
    }
    .footer-col .right-side {
	max-width: 100%;
    }
    .row .footer-logo.weddings {
        max-width: 90%;
    }
    .site-info {
	margin: 0 auto;
	max-width: 240px;
	justify-content: center;
	align-content: center;
	text-align: center;
	display: flex;
    }
    .site-info {
        padding-top: 0;
    }
    .copyright,
    .site-info p,
    .copyright a {
        text-align: center;
    }
    #wrapper-footer-full {
	padding: 2rem 0 1rem 0;
    }
    .homepage-icons.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: 40% !important;
	flex-grow: 1 !important;
    }
    .homepage-icons.wp-block-columns {
	flex-wrap: wrap !important;
        max-width: 90%;
        margin: 0 auto;
        gap: 1rem !important;
    }
    .homepage-icons p.has-small-font-size,
    .homepage-icons p {
	font-size: 13px !important;
        font-size: 0.813rem !important;
	line-height: 1.3;
    }
    .homepage-icons .wp-block-image img {
        max-width: 60px;
    }
    #accordion-faq .accordion-button:not(.collapsed),
    #accordion-faq-homepage .accordion-button:not(.collapsed),
    #accordion-faq .accordion-button,
    #accordion-faq-homepage .accordion-button,
    #accordion-faq-homepage .accordion-button:not(.collapsed),
    #accordion-faq-homepage .accordion-button{
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.4;
    }
    #accordion-faq-homepage .accordion-body,
    #accordion-faq-homepage .accordion-body {
	padding: 0 15px;
    }
    #accordion-faq .accordion-button,
    #accordion-faq-homepage .accordion-button {
        padding: 10px 15px;
    }
    .accordion-flush .accordion-collapse {
	margin-top: 1rem;
    }
    .swiper.swiper-home .swiper-img,
    .swiper.swiper-home .swiper-content,
    .swiper.swiper-weddings .swiper-img,
    .swiper.swiper-weddings .swiper-content{
        width: 100%;
        max-width: 100% !important;
        box-sizing: border-box;
        align-content: center;
    }
    .swiper.swiper-weddings .swiper-slide,
    .swiper.swiper-home .swiper-slide {
        height: auto;
    }
    .swiper.swiper-home .swiper-wrapper,
    .swiper.swiper-weddings .swiper-wrapper {
	height: auto !important;
    }
    .swiper.swiper-home .swiper-content,
    .swiper.swiper-weddings .swiper-content {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
    .swiper.swiper-home .swiper-img img,
    .swiper.swiper-weddings .swiper-img img {
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
    }
    .swiper.swiper-home,
    .swiper.swiper-weddings {
	padding-bottom: 31px;
        background-color: #ECE3DD !important;
    }
    .swiper.swiper-home .swiper-img,
    .swiper.swiper-weddings .swiper-img {
	max-height: 240px;
	min-height: 240px;
    }
    .swiper.swiper-home .swiper-content,
    .swiper.swiper-weddings .swiper-content {
	padding-top: 2rem;
	padding-bottom: 0rem;
    }
    .page.intro.bottom.about-us {
	margin-bottom: -2rem !important;
    }
    .wp-block-latest-posts.is-grid li,
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
	margin: 0 auto 1rem auto;
	width: 95%;
	max-width: 95%;
    }
    .wp-block-latest-posts.columns-3 li {
	width: 100% !important;
    }
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
	margin-right: 0;
    }
    .wpcf7 {
	padding: 18px 20px;
	border-radius: 8px;
    }
    body .form-group label,
    label,
    .wpcf7 .wpcf7-form label {
        margin-bottom: 0;
        font-size: 13px;
        font-size: 0.813rem;
        line-height: 1.2;
    }
    body .form-control,
    .form-control,
    .wpcf7 .wpcf7-validation-errors,
    .wpcf7 input[type="color"],
    .wpcf7 input[type="date"],
    .wpcf7 input[type="datetime-local"],
    .wpcf7 input[type="datetime"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="file"],
    .wpcf7 input[type="month"], 
    .wpcf7 input[type="number"],
    .wpcf7 input[type="range"],
    .wpcf7 input[type="search"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="text"],
    .wpcf7 input[type="time"],
    .wpcf7 input[type="url"],
    .wpcf7 input[type="week"],
    .wpcf7 select {
        font-size: 13px;
        font-size: 0.813rem;
        line-height: 1.2;
    }
    .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-acceptance label {
        font-size: 11px;
        font-size: 0.688rem;
        line-height: 1.2;
    }
    .wpcf7 .wpcf7-form p {
	margin-bottom: 0.8rem;
    }
}
@media screen and (max-width: 768px) {
    .content-area {
	padding-bottom: 2rem;
    }
    .booking-form {
        padding: 10px 19px 20px 19px;
    }
    .booking-form .input-group {
        max-width: 92%;
    }
    .booking-form .input-group.mb-3 {
        margin-bottom: 5px !important;
    }
    .booking-form .check-availability {
        margin-top: 10px;
    }
	.view-sidebar-booking-review {
		padding: 5px 7px;
		top: 100px;
	}
}
@media screen and (max-width: 640px) {
    .grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .grid > div:nth-child(3n),
    .grid > div:nth-child(5n) {
        grid-row: span 1;
        grid-column: span 1;
    }
}