File: /var/www/html/WPGrarageLock/wp-content/themes/garage-lock/css/common.css
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
body {
font-family: "Onest", serif;
}
img {
max-width: 100%;
}
@media (min-width: 1680px) {
.custom-container {
max-width: 1400px;
}
}
.btn-block .book-btn {
display: inline-block;
padding: 12px 65px;
border-radius: 39px;
font-weight: 700;
font-size: 18px;
text-decoration: none;
background-color: #FBCF11;
color: #000;
}
@media (max-width: 1481px) {
.btn-block .book-btn {
padding: 12px 55px;
font-size: 16px;
}
}
@media (max-width: 767px) {
.btn-block .book-btn {
font-size: 14px;
}
}
.btn-hover {
border: solid 1px transparent;
transition: 0.3s;
}
.btn-hover:hover {
background-color: transparent !important;
border-color: #FBCF11 !important;
color: #FBCF11 !important;
}
.slick-custom-arrow .slick-arrow {
background-color: transparent;
width: 27px;
height: 27px;
border: solid 1px #fff;
border-radius: 8px;
z-index: 1;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
bottom: 0;
top: auto;
transition: 0.3s;
right: 0;
right: 0;
}
@media (max-width: 991px) {
.slick-custom-arrow .slick-arrow {
width: 25px;
height: 25px;
}
}
.slick-custom-arrow .slick-arrow::before {
transition: 0.3s;
content: "";
display: block;
transform: rotate(45deg);
width: 8px;
height: 8px;
border-left: solid 2px #fff;
border-bottom: solid 2px #fff;
border-radius: 2px;
}
@media (max-width: 991px) {
.slick-custom-arrow .slick-arrow::before {
width: 7px;
height: 7px;
}
}
.slick-custom-arrow .slick-arrow.slick-prev {
right: 32px;
left: auto;
}
.slick-custom-arrow .slick-arrow.slick-prev::before {
margin-right: -4px;
}
.slick-custom-arrow .slick-arrow.slick-next::before {
margin-left: -4px;
border-left: 0;
border-bottom: 0;
border-right: solid 2px #fff;
border-top: solid 2px #fff;
opacity: 1;
}
.slick-custom-arrow .slick-arrow:hover {
border-color: #FBCF11;
}
.slick-custom-arrow .slick-arrow:hover::before {
border-color: #FBCF11 !important;
}
/* Highlight invalid input borders */
input.parsley-error, textarea.parsley-error {
border-color: red !important;
background-color: #ffe6e6; /* Optional: Light red background */
}
/* Customize the error messages */
.parsley-errors-list {
list-style: none;
margin: 5px 0 0;
padding: 0;
color: red;
font-size: 14px; /* Adjust font size if needed */
}
@media (max-width: 1441px) {
.parsley-errors-list {
font-size: 12px;
}
}
/* Add hover effect on invalid inputs (optional) */
input.parsley-error:hover, textarea.parsley-error:hover {
outline: none;
box-shadow: 0 0 5px red;
}
/*# sourceMappingURL=common.css.map */