| Current Path : /home/chauffn/vuzelia/2023/templates/travelin/scss/ |
| Current File : /home/chauffn/vuzelia/2023/templates/travelin/scss/theme.scss |
// Global CSS Variables
:root {
--header_height: $header_height;
--header_height: $header_height;
--link-color: #{$link_color};
--text-color: #{$text_color};
--link-hover-color: #{$link_hover_color};
}
body {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
&.helix-ultimate-preloader {
overflow: hidden;
&:before {
content: " ";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99998;
background: rgba(255, 255, 255, 0.9);
}
&:after {
content: "\f110";
font-family: "FontAwesome";
font-size: 36px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -24px;
margin-left: -24px;
width: 48px;
height: 48px;
line-break: 48px;
text-align: center;
color: #007bff;
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
z-index: 99999;
}
}
}
a {
transition: color 400ms, background-color 400ms;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
}
label {
font-weight: normal;
}
legend {
padding-bottom: 10px;
}
img {
display: block;
max-width: 100%;
height: auto;
}
//Bootstrap 5 customize
.row {
--bs-gutter-x: 1.875rem;
}
.container {
padding-left: 15px;
padding-right: 15px;
}
.element-invisible {
position: absolute;
padding: 0;
margin: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}
//Topbar
#sp-top-bar {
padding: 8px 0;
.sp-module {
display: inline-block;
margin: 0 0 0 1.25rem;
}
font-size: 0.875rem;
}
ul.social-icons {
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
> li {
display: inline-block;
line-height: 1.5;
&:not(:last-child) {
margin-right: 20px;
}
}
}
.flex-auto {
flex: auto;
}
#sp-menu {
&.menu-with-social {
.sp-megamenu-wrapper {
flex: auto;
justify-content: space-between;
display: flex;
align-items: center;
}
}
> .sp-column {
height: 100%;
}
.social-wrap {
position: relative;
padding-left: 60px;
&:after {
content: "";
margin-top: 10px;
margin-bottom: 10px;
position: absolute;
width: 2px;
height: calc(var(--header_height) - 20px);
left: 30px;
background-color: rgba(80, 80, 80, 0.2);
}
}
ul.social-icons {
> li:not(:last-child) {
margin-right: 20px;
}
a {
color: #9c9c9c;
}
}
.social-wrap.no-border {
ul.social-icons {
border-left: none;
padding-left: 0px;
}
}
&.menu-center {
.sp-megamenu-wrapper {
justify-content: center;
}
}
}
.menu-flex {
.sp-megamenu-wrapper {
display: flex;
justify-content: flex-end;
}
}
#menu-right {
.sp-module {
&:first-child {
border-right: 2px solid rgba(80, 80, 80, 0.2);
padding-right: 30px;
}
}
}
.header-has-modules {
#offcanvas-toggler {
margin-right: 20px;
margin-left: 0;
}
}
// language switcher
.sp-module-content {
.mod-languages {
ul.lang-inline {
margin: 0;
padding: 0;
li {
border: none;
display: inline-block;
margin: 0 5px 0 0;
a {
padding: 0 !important;
}
> a:before {
display: none;
}
}
}
}
// Latest Articles
.latestnews {
> li {
> a {
> span {
display: block;
margin-top: 5px;
font-size: 85%;
}
}
}
}
}
.sp-contact-info {
list-style: none;
padding: 0;
margin: 0px;
li {
display: inline-block;
margin: 0px 10px 0px 0px;
font-size: 90%;
white-space: nowrap;
i {
margin: 0 3px;
}
}
}
// Header
#sp-header {
height: $header_height;
width: 100%;
position: absolute;
z-index: 99;
animation: spFadeIn 0.5s;
> .container {
&:after {
content: "";
width: 98.5%;
height: 1px;
display: block;
background-color: rgba(33, 40, 34, 0.3);
}
}
#offcanvas-toggler.offcanvas,
#offcanvas-toggler.mega {
display: none !important;
}
&.full-header-left,
&.full-header-center,
&.header-with-modal-menu,
&.lg-header,
&.header-with-social {
#offcanvas-toggler.offcanvas {
display: flex !important;
}
.menu-with-offcanvas #offcanvas-toggler {
display: none !important;
}
}
&.full-header {
padding-left: 45px;
padding-right: 45px;
}
&.lg-header {
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
.logo {
height: auto;
}
#offcanvas-toggler {
margin-right: 20px;
margin-left: 0px;
&.offcanvas-toggler-right.offcanvas {
display: none !important;
}
}
.sp-column {
height: 100%;
}
#sp-logo {
#offcanvas-toggler {
display: none;
}
}
}
&.header-with-modal-menu {
color: $menu_text_color;
a {
color: rgba($menu_text_color, 0.6);
&:hover,
&:focus {
color: $menu_text_hover_color;
}
}
.sp-contact-info {
> li {
margin-right: 15px;
opacity: 0.7;
transition: 0.3s;
&:hover,
&:focus {
opacity: 1;
}
> span {
margin-right: 5px;
}
}
}
#offcanvas-toggler {
display: none !important;
}
&.center-layout {
.modules-wrapper {
height: auto;
border: none;
padding: 0px;
max-width: 730px;
margin: 0 auto;
}
#modal-menu .modal-menu-inner > .container {
align-items: flex-start;
padding: 170px 0 0;
}
#modal-menu {
.search {
margin-bottom: 80px;
form {
&:after {
font-size: 16px;
}
&:hover {
&:after {
display: none;
}
}
input {
background: transparent;
border-bottom: 2px solid rgba(32, 31, 31, 0.1);
font-size: 26px;
padding: 7px;
border-radius: 0px;
&::placeholder {
color: rgba(32, 31, 31, 0.4);
}
&:focus,
&:active,
&:active:focus {
box-shadow: none;
border-bottom: 2px solid rgba(32, 31, 31, 0.7);
}
}
}
}
}
.sp-megamenu-wrapper {
justify-content: center;
ul.sp-megamenu-parent {
flex-direction: row;
}
.sp-megamenu-parent > li {
> a,
> span {
padding: 0;
&:after {
top: 100%;
width: 2px;
height: 20px;
left: 50%;
transform: translateX(-50%);
margin: 10px 0 0 0;
}
}
&.sp-has-child {
&:hover > a:after,
&:hover > span:after {
height: 30px;
}
> .sp-dropdown {
animation: spFadeIn 0.5s;
}
}
&:not(:last-child) {
> a,
> span {
margin-right: 70px;
}
}
> .sp-dropdown.sp-dropdown-main {
top: 100%;
padding-top: 50px;
padding-left: 0;
left: auto !important;
right: 0px;
transition: 0.35s;
li.sp-menu-item > a,
li.sp-menu-item > span {
padding: 6px 0;
}
}
}
}
}
&.classic-layout {
.modal-menu-inner > div {
flex-direction: column;
align-items: flex-start;
padding: 40px 0;
.sp-megamenu-wrapper {
height: 100%;
align-items: center;
}
.social-icons {
margin-top: auto;
margin-bottom: 0px;
width: 100%;
border-top: 2px solid rgb(32 31 31 / 10%);
padding-top: 20px;
font-size: 12px;
}
}
}
}
.logo {
height: $header_height;
display: inline-flex;
margin: 0;
align-items: center;
a {
font-size: 24px;
line-height: 1;
margin: 0;
padding: 0;
}
p {
margin: 5px 0 0;
}
}
&.header-sticky {
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
animation: spFadeInDown 0.5s;
}
.sp-module {
margin-left: 20px;
}
nav.sp-megamenu-wrapper {
#offcanvas-toggler {
display: none;
}
}
.menu-icon {
.sppb-icon-inner {
border-style: solid;
border-color: #105416;
&:hover {
cursor: pointer;
}
&:hover {
background-color: #105416;
i {
color: #fff;
}
}
i {
color: #105416;
}
}
}
}
.header-white {
.burger-icon > span {
background-color: #fff;
}
#sp-header {
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
color: rgba(255, 255, 255, 0.6);
&:hover {
color: #fff;
}
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
color: #fff;
}
.sp-megamenu-parent > li:after {
background: #fff;
}
.logo-image {
filter: brightness(100);
}
> .container:after {
background-color: rgba(255, 255, 255, 0.3);
}
.menu-icon {
.sppb-icon-inner {
border-color: #fff;
i {
color: #fff;
}
&:hover {
background-color: #fff;
i {
color: #105416;
}
}
}
}
}
}
#sp-header-topbar {
position: relative;
z-index: 111;
.sp-profile-wrapper {
.sp-sign-in {
.user-text {
display: none !important;
}
}
}
#sp-logo {
#offcanvas-toggler {
display: none !important;
}
}
.container-inner {
border-bottom: 1px solid #e5e5e5;
> .row {
min-height: $header_height;
}
}
a {
color: #909196;
&:hover {
color: $link_color;
}
}
.sp-contact-info {
color: #909196;
}
}
.header-modules {
margin-left: 20px;
.sp-module {
margin-left: 20px;
}
.search {
position: relative;
form {
&:after {
content: "\f002";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 0;
font-size: 12px;
line-height: 32px;
right: 10px;
}
input {
background: #efeff0;
border: none;
height: 32px;
font-size: 15px;
border-radius: 3px;
padding: 5px 10px;
}
}
}
}
// Modal Menu Variation
.burger-icon {
width: 25px;
cursor: pointer;
> span {
display: block;
height: 2px;
background-color: #000;
margin: 5px 0;
transition: background-color 0.3s ease-in, opacity 0.3s ease-in,
transform 0.3s ease-in;
}
}
.offcanvas-active,
#modal-menu-toggler.active {
.burger-icon > span {
background-color: #000;
&:nth-child(1) {
transform: translate(0, 8px) rotate(-45deg);
}
&:nth-child(2) {
opacity: 0;
}
&:nth-child(3) {
transform: translate(0, -5px) rotate(45deg);
}
}
}
.offcanvas-active .close-offcanvas {
.burger-icon > span {
transition-delay: 0.2s;
}
}
body.modal-menu-active {
overflow-y: hidden;
}
#modal-menu {
background: #f9f9f9;
position: fixed !important;
top: $header_height;
left: 0;
right: 0;
transition: 0.5s;
bottom: 120%;
overflow: hidden;
display: flex;
z-index: 10;
&.has-bg {
background-image: url(../images/menu-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
&.active {
bottom: 0;
}
.sp-megamenu-parent > li {
> a,
> span {
display: block;
&:after {
transition: 0.3s;
}
}
&:hover,
&.active {
> a,
> span {
color: $link_color;
&:after {
opacity: 1;
}
}
}
}
.sp-megamenu-parent > li > a .nav-counter,
.sp-megamenu-parent > li > span .nav-counter {
font-size: 16px;
}
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
width: 0;
opacity: 0;
}
.modal-menu-inner {
position: relative !important;
width: 100%;
#menu-dismiss {
position: absolute;
top: 60px;
left: 60px;
cursor: pointer;
svg {
font-size: 55px;
}
}
> .container {
display: flex;
padding: 70px 0;
align-items: center;
height: 100%;
> .row {
width: 100%;
}
}
}
ul.sp-megamenu-parent {
display: flex !important;
flex-direction: column;
> li {
position: relative;
&:not(:last-child) {
margin-bottom: 30px;
}
> a,
> span {
font-size: 26px;
font-weight: 600;
line-height: 1.4;
text-transform: initial;
}
}
li.sp-has-child {
> a,
> span {
position: relative;
&:after {
content: "\f105";
font-family: "Font Awesome 5 Free";
float: right;
position: absolute;
top: 2px;
}
}
&:hover {
> a,
> span {
&:after {
transform: translateX(5px);
}
}
> .sp-dropdown {
animation: spFadeInDown 0.5s;
}
}
}
.sp-dropdown {
left: 100% !important;
transition: 0.3s;
padding-left: 20px;
&.sp-dropdown-main {
top: 0px;
}
&.sp-dropdown-mega {
top: auto;
bottom: 0px;
}
.sp-dropdown-inner {
box-shadow: none;
border-radius: 0px;
position: relative;
overflow: visible !important;
max-height: initial;
background-color: #fff;
padding: 20px;
ul > li > a {
font-weight: 500 !important;
font-size: 15px !important;
}
}
}
}
.modules-wrapper {
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
max-width: 330px;
border-left: 2px solid rgb(32 31 31 / 10%);
padding: 30px;
color: $menu_text_color;
a {
color: $menu_text_color;
&:hover,
&:focus {
color: $menu_text_hover_color;
}
}
.sp-module {
margin-left: 0;
margin-bottom: 15px;
}
.search form {
margin-bottom: 30px;
input {
height: 40px;
}
}
.sp-contact-info {
margin-bottom: 10px;
display: flex;
flex-direction: column;
> li {
margin-bottom: 35px;
> span {
font-size: 12px;
margin-bottom: 10px;
}
> a {
opacity: 0.7;
&:hover,
&:focus {
opacity: 1;
}
}
}
}
.social-icons {
font-size: 14px;
a {
opacity: 0.7;
&:hover,
&:focus {
opacity: 1;
}
}
}
}
}
#sp-logo.has-border {
position: relative;
padding-right: 45px;
&:after {
content: "";
margin-top: 10px;
margin-bottom: 10px;
position: absolute;
width: 2px;
height: calc(var(--header_height) - 20px);
right: 15px;
background-color: rgba(80, 80, 80, 0.2);
}
.sp-column {
display: inline-flex;
align-items: center;
}
}
// profile
.sp-profile-wrapper {
position: relative;
font-size: 14px;
.arrow-icon {
font-size: 11px;
}
.sp-profile-dropdown {
background: #fff;
border: 1px solid #e4e4e4;
border-radius: 3px;
padding: 10px 15px !important;
list-style: none !important;
font-size: 14px;
position: absolute;
min-width: 100px;
right: 0;
top: 100%;
display: none !important;
> li:not(:last-child) {
border-bottom: 1px solid #e4e4e4;
padding-bottom: 5px;
margin-bottom: 5px;
line-height: 1.3;
}
}
&:hover {
.sp-profile-dropdown {
display: block !important;
animation: spFadeInDown 0.5s;
}
}
}
// Page Title
#sp-title {
min-height: 0;
}
.sp-page-title {
padding: 195px 0px 185px 0px;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
background-attachment: fixed;
.sp-page-title-heading,
.sp-page-title-sub-heading {
margin: 0;
padding: 0;
color: #fff;
}
.sp-page-title-heading {
font-weight: 500;
font-size: 84px;
line-height: 92px;
text-align: center;
letter-spacing: -0.01em;
color: #ffffff;
}
.sp-page-title-sub-heading {
font-size: 14px;
font-weight: normal;
line-height: 1;
margin-top: 10px;
}
.breadcrumb {
background: none;
padding: 0;
margin: 10px 0 0 0;
> .active {
color: rgba(255, 255, 255, 0.8);
}
> span,
> li,
> li + li:before,
> li > a {
color: #fff;
}
}
}
.breadcrumb {
padding: 0.75rem 1rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}
// Body
.body-innerwrapper {
overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
max-width: 1240px;
margin: 0 auto;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
padding: 100px 0;
}
body.view-article.remove-container {
.body-innerwrapper {
> #sp-main-body,
> .sp-main-body {
> .container {
max-width: 100%;
padding: 0;
}
}
}
}
.com-sppagebuilder #sp-main-body {
padding: 0;
}
// Left and Right
#sp-left,
#sp-right {
.sp-module {
margin-top: 50px;
border: 1px solid #f3f3f3;
padding: 30px;
border-radius: 3px;
&:first-child {
margin-top: 0;
}
.sp-module-title {
margin: 0 0 30px;
padding-bottom: 20px;
font-size: 22px;
font-weight: 700;
border-bottom: 1px solid #f3f3f3;
}
//Un-ordered List
ul {
list-style: none;
padding: 0;
margin: 0;
> li {
display: block;
border-bottom: 1px solid #f3f3f3;
> a {
display: block;
padding: 5px 0;
line-height: 36px;
padding: 2px 0;
}
&:last-child {
border-bottom: none;
}
}
}
//List category
.categories-module {
ul {
margin: 0 10px;
}
}
//Latest News
.latestnews {
> div {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #e8e8e8;
&:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
> a {
display: block;
font-weight: 400;
}
}
}
//Tags Cloud
.tagscloud {
margin: -2px 0;
.tag-name {
display: inline-block;
padding: 5px 10px;
background: #808080;
color: #fff;
border-radius: 4px;
margin: 2px 0;
span {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 10px;
}
}
}
}
}
// Login Form
.login {
img {
display: inline-block;
margin: 20px 0;
}
.checkbox {
input[type="checkbox"] {
margin-top: 6px;
}
}
.input-group-text {
display: none;
}
.btn-primary {
border-radius: 0px;
}
.list-group {
.list-group-item {
position: relative;
display: block;
padding: 5px 0px;
color: #212529;
text-decoration: none;
background-color: transparent;
border: none;
}
}
}
.com-users.view-login {
.logout {
margin-left: 25%;
}
}
.form-links {
ul {
list-style: none;
padding: 0;
margin: 0;
}
}
// Search
.hide-label {
border: 0;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.search {
.btn-toolbar {
margin-bottom: 20px;
span.icon-search {
margin: 0;
}
button {
color: #fff;
}
}
.phrases {
.phrases-box {
.controls {
label {
display: inline-block;
margin: 0 20px 20px;
}
}
}
.ordering-box {
margin-bottom: 15px;
}
}
.only {
label {
display: inline-block;
margin: 0 20px 20px;
}
}
.search-results {
dt.result-title {
margin-top: 40px;
}
dt,
dd {
margin: 5px 0;
}
}
}
.filter-search {
.chzn-container-single {
.chzn-single {
height: 34px;
line-height: 34px;
}
}
}
.form-search {
.finder {
label {
display: block;
}
.input-medium {
width: 60%;
border-radius: 4px;
}
}
}
.finder {
.word {
input {
display: inline-block;
}
}
.search-results.list-striped {
li {
padding: 20px 0;
}
}
}
// Blog
.intro-article-top-title-wrap {
max-width: 626px;
margin: 0px auto;
text-align: center;
margin-bottom: 48px;
h2 {
margin-bottom: 21px;
}
}
.blog {
.leading-article-top-title-wrap {
text-align: center;
margin-top: 90px;
h2 {
font-size: 32px;
line-height: 40px;
font-weight: 500;
color: $text-color;
margin-bottom: 25px;
}
p {
font-size: 84px;
line-height: 92px;
font-weight: 500;
font-family: "Playfair Display";
text-transform: capitalize;
letter-spacing: -0.01em;
color: $text-color;
margin-bottom: -30px;
z-index: 100;
position: relative;
}
}
}
.article-list {
.article {
padding: 0px;
border: 0px;
border-radius: 0px;
margin-bottom: 60px;
.article-intro-image,
.article-featured-video,
.article-featured-audio,
.article-feature-gallery {
margin: 0px;
border-radius: 0px;
border-bottom: 0px;
overflow: hidden;
margin-bottom: 16px;
img {
width: 100%;
border-radius: 0px;
}
}
.article-header {
border-bottom: 1px solid rgba(33, 40, 34, 0.1);
margin-bottom: 10px;
h1,
h2 {
font-size: 24px;
line-height: 32px;
font-weight: 500;
font-feature-settings: "pnum" on, "lnum" on;
color: $text-color;
margin: 0 0 15px 0;
a {
color: $text_color;
&:hover,
&:active,
&:focus {
color: $link_hover_color;
}
}
}
}
.article-info {
margin-bottom: 0px;
span {
font-size: 17px;
line-height: 26px;
font-weight: 400;
color: $text-color;
i,
& + span::before {
display: none;
}
}
.createdby {
display: none;
}
}
.readmore {
font-size: 0.875rem;
a {
color: $text_color;
font-weight: 500;
&:hover,
&:active,
&:focus {
color: $link_hover_color;
}
}
}
}
&.articles-leading {
position: relative;
.article {
margin-bottom: 80px;
.article-intro-image {
margin-bottom: 0px;
position: relative;
&::after {
content: "";
position: absolute;
width: 100%;
height: 41%;
left: 0px;
bottom: 0px;
background: linear-gradient(
180deg,
rgba(0, 0, 0, 0) 0%,
#000000 100%
);
}
}
}
.article-body {
position: absolute;
max-width: 730px;
bottom: 0px;
padding: 70px 68px;
display: flex;
flex-direction: column-reverse;
}
.article-header {
border: 0px;
margin: 0px;
h2 {
font-size: 44px;
line-height: 52px;
font-weight: 500;
font-feature-settings: "pnum" on, "lnum" on;
margin-bottom: 0px;
a {
color: #ffffff;
&:hover {
color: $link-color;
}
}
}
}
.article-info {
margin-bottom: 1rem;
span {
color: rgba(255, 255, 255, 0.8);
}
}
}
}
.related-article-large {
.article-image {
width: 350px;
min-width: 350px;
}
.article-information {
border-left: 1px solid #f1f1f1;
padding-left: 20px;
margin-left: 20px;
> span {
font-size: 0.813rem;
+ span::before {
display: inline-block;
padding-right: 0.5rem;
padding-left: 0.5rem;
content: "/";
}
a {
color: $text_color;
&:hover {
color: $link_hover_color;
}
}
}
.intro-text {
margin-top: 20px;
}
}
}
.article-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 1rem;
> span {
font-size: 0.813rem;
+ span::before {
display: inline-block;
padding-right: 0.5rem;
padding-left: 0.5rem;
content: "/";
}
a {
color: $text_color;
&:hover {
color: $link_hover_color;
}
}
}
}
//articles details
.com-content.view-article {
#sp-main-body {
padding: 73px 0px 100px 0px;
}
}
.article-details {
.article-header {
position: relative;
h1,
h2 {
max-width: 70%;
font-weight: 500;
font-size: 44px;
line-height: 52px;
border-bottom: 1px solid rgba(33, 40, 34, 0.1);
padding-bottom: 24px;
}
}
.article-details-top-img-wrapper {
margin-bottom: -180px;
}
.article-info {
margin-bottom: 1rem;
}
.article-full-image {
img {
display: inline-block;
}
margin-bottom: 2rem;
}
.header-info-wrap {
max-width: 980px;
bottom: 180px;
background: $bg_color;
position: relative;
margin: 0 auto;
padding: 55px 0px 0px 66px;
}
.article-featured-video,
.article-featured-audio,
.article-feature-gallery {
margin-bottom: 2rem;
}
.article-ratings-social-share {
padding: 1rem 0;
border-top: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5;
margin-bottom: 1rem;
}
.article-author-information {
padding-top: 2rem;
margin-top: 2rem;
border-top: 1px solid #f5f5f5;
}
.article-can-edit {
position: relative;
margin-bottom: 10px;
a {
display: inline-block;
background: #2a61c9;
color: #fff;
padding: 5px 12px;
border-radius: 3px;
font-size: 14px;
}
}
}
.related-article-list-container {
margin-top: 15px;
.related-article-title {
font-size: 22px;
padding-bottom: 15px;
border-bottom: 1px solid #f3f3f3;
}
ul.related-article-list {
list-style: none;
padding: 0;
li {
margin-bottom: 10px;
.article-header {
h2 {
font-size: 1.2rem;
a {
color: #252525;
&:hover {
color: #044cd0;
}
}
}
}
.published {
font-size: 14px;
}
}
}
}
.tags {
list-style: none;
padding: 0;
margin: -0.3125rem;
display: flex;
flex-wrap: wrap;
> li {
display: inline-block;
margin: 0.3125rem;
a {
display: block;
font-size: 0.875rem;
padding: 0.5rem 1rem;
border-radius: 6.25rem;
&:hover {
color: #fff;
}
}
}
}
.pager {
list-style: none;
padding: 2rem 0 0 0;
margin: 2rem 0 0 0;
border-top: 1px solid #f5f5f5;
&::after {
display: block;
clear: both;
content: "";
}
> li {
display: inline-block;
&.previous {
float: left;
}
&.next {
float: right;
}
a {
display: inline-block;
font-size: 0.785rem;
padding: 1rem 2.5rem;
border-radius: 100px;
}
}
}
#article-comments {
padding-top: 2rem;
margin-top: 2rem;
border-top: 1px solid #f5f5f5;
}
//Article Voting
.article-ratings {
display: flex;
align-items: center;
.rating-symbol {
unicode-bidi: bidi-override;
direction: rtl;
font-size: 1rem;
display: inline-block;
margin-left: 5px;
span.rating-star {
font-family: "Font Awesome 5 Free";
font-weight: normal;
font-style: normal;
display: inline-block;
&.active:before {
content: "\f005";
font-weight: 900;
color: #f6bc00;
}
&:before {
content: "\f005";
padding-right: 5px;
}
}
span.rating-star:hover:before,
span.rating-star:hover ~ span.rating-star:before {
content: "\f005";
color: #e7b000;
font-weight: 900;
cursor: pointer;
}
}
.ratings-count {
font-size: 0.785rem;
color: #4c4b4b;
}
.fa-spinner {
margin-right: 5px;
}
}
// Misc
.pagination-wrapper {
align-items: center;
.pagination {
margin-bottom: 0;
}
}
//Social Share
.article-social-share {
float: right;
.social-share-icon {
ul {
padding: 0;
list-style: none;
margin: 0;
li {
&:not(:last-child) {
margin-right: 10px;
}
display: inline-block;
a {
border: 1px solid #ededed;
font-size: 1rem;
border-radius: 50%;
height: 34px;
line-height: 34px;
text-align: center;
width: 34px;
display: inline-block;
&:hover,
&:focus {
color: #fff;
}
}
}
}
}
}
.newsfeed-category {
.category {
list-style: none;
padding: 0;
margin: 0;
li {
padding: 5px 0;
}
}
#filter-search {
margin: 10px 0;
}
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
list-style: none;
padding: 0;
margin: 0;
li {
padding: 2px 0;
h4 {
margin: 5px 0;
}
}
}
//Social and rating
.article-footer-top {
display: table;
clear: both;
width: 100%;
.post_rating {
float: left;
}
}
// contentpane
.contentpane {
&:not(.com-sppagebuilder) {
padding: 20px;
}
}
// Bottom
#sp-bottom {
padding: 100px 0 20px;
line-height: 1.25;
.sp-module {
margin-bottom: 30px;
.sp-module-title {
font-weight: 700;
font-size: 18px;
margin: 0 0 30px;
color: #fff;
}
ul {
list-style: none;
padding: 0;
margin: 0;
> li {
display: block;
margin-bottom: 15px;
&:last-child {
margin-bottom: 0;
}
> a {
display: block;
}
}
}
}
}
// Footer
#sp-footer {
font-size: 14px;
padding: 0;
.container-inner {
padding: 50px 0px 100px 0px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
ul {
&.menu {
display: inline-block;
list-style: none;
padding: 0;
margin: 0 0px;
display: grid;
grid-template-columns: 1fr 1fr;
text-align: left;
li {
display: inline-block;
margin: 0px 0px;
border-left: 1px solid rgba(255, 255, 255, 0.1);
padding: 8px 0px 8px 24px;
a {
display: block;
font-weight: 400;
font-size: 16px;
line-height: 22px;
text-transform: uppercase;
&:hover {
background: none;
color: $link_color;
}
}
}
}
}
#sp-footer2 {
text-align: right;
}
}
#sp-footer .sp-copyright {
color: rgba(255, 255, 255, 0.4);
}
// Coming soon
html.coming-soon {
width: 100%;
height: 100%;
min-height: 100%;
body {
width: 100%;
height: 100%;
min-height: 100%;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
background-repeat: no-repeat;
background-position: 50% 40%;
}
.coming-soon-title {
font-weight: 600;
font-size: 104px;
line-height: 102px;
color: #fff;
text-align: left;
text-transform: capitalize;
max-width: 50%;
margin-bottom: 43px;
}
.coming-soon-content {
font-weight: 400;
font-size: 17px;
line-height: 26px;
color: rgba(255, 255, 255, 0.8);
text-align: left;
}
.coming-soon-logo {
display: inline-block;
margin-bottom: 2rem;
}
#coming-soon-countdown {
margin-top: 4rem;
.coming-soon-days,
.coming-soon-hours,
.coming-soon-minutes,
.coming-soon-seconds {
margin: 0;
float: left;
width: 25%;
.coming-soon-number {
width: 100%;
font-size: 4.5rem;
letter-spacing: -1px;
line-height: 1;
color: #fff;
}
.coming-soon-string {
font-size: 1.5rem;
letter-spacing: -1px;
display: block;
text-transform: uppercase;
color: #fff;
}
}
}
.coming-soon-position {
margin-top: 0px;
}
.sppb-addon-optin-forms {
max-width: 436px;
}
.social-icons {
margin-top: 4rem;
}
.coming-soon-login form {
display: inline-block;
}
}
// error
html.error-page {
width: 100%;
height: 100%;
body {
width: 100%;
height: 100%;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
background-repeat: no-repeat;
background-position: 70% 50%;
background-color: #2a402c;
}
.container {
text-align: left;
}
.error-logo {
display: inline-block;
margin-bottom: 2rem;
}
.error-code {
line-break: 1;
font-weight: 600;
font-size: 108px;
line-height: 96px;
margin-bottom: 20px;
color: #fff;
}
.error-message {
font-weight: 400;
font-size: 44px;
line-height: 52px;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 60px;
}
.btn-primary {
border-radius: 0px;
}
}
.sp-social-share {
ul {
display: block;
padding: 0;
margin: 20px -5px 0;
li {
display: inline-block;
font-size: 24px;
margin: 0 5px;
}
}
}
// profile
.profile {
> div:not(:last-child) {
margin-bottom: 30px;
}
}
.dl-horizontal {
dt {
margin: 8px 0;
text-align: left;
}
}
// page-header
.page-header {
padding-bottom: 15px;
}
// featured contact
table.category {
width: 100%;
thead,
tbody {
> tr {
border: 1px solid #f2f2f2;
th,
td {
padding: 10px;
}
}
}
}
//contact from
.contact-form {
.form-actions {
background: none;
border: none;
}
}
@media print {
.visible-print {
display: inherit !important;
}
.hidden-print {
display: none !important;
}
}
// Preloader
.sp-preloader {
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
> div {
border-radius: 50%;
height: 50px;
width: 50px;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
position: absolute;
animation: spSpin 0.75s linear infinite;
&:after {
content: "";
position: absolute;
width: 49px;
height: 49px;
top: 1px;
right: 0;
left: 0;
margin: auto;
border-radius: 50%;
}
}
}
.sp-scroll-up {
display: none;
position: fixed;
bottom: 60px;
right: 30px;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
font-size: 16px;
color: #fff;
background: rgba(100, 100, 100, 0.4);
border-radius: 100%;
z-index: 1000;
transition: all 0.3s ease;
&:hover,
&:active,
&:focus {
color: #fff;
background: #000;
}
}
// Forms
.control-group {
margin-bottom: 1rem;
}
select.form-control:not([multiple]),
select.inputbox:not([multiple]),
select:not([multiple]) {
height: calc(2.25rem + 2px);
}
.form-control-feedback {
display: block;
margin-top: 0.25rem;
font-size: 0.875em;
}
label,
.form-label {
font-weight: 700;
font-size: 13px;
line-height: 24px;
letter-spacing: 0.06em;
text-transform: uppercase;
color: rgba(33, 40, 34, 0.4);
margin: 0px;
}
.optional {
font-weight: 700;
font-size: 13px;
line-height: 24px;
letter-spacing: 0.06em;
text-transform: uppercase;
color: rgba(33, 40, 34, 0.4);
margin: 0px;
}
//remove bootstrap input focus outline
input[type="text"],
textarea {
outline: none;
box-shadow: none !important;
}
.sppb-form-group .sppb-form-control,
.form-control {
display: block;
width: 100%;
background-color: transparent;
background-image: none;
background-clip: padding-box;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
border: 0px;
font-weight: 400;
font-size: 20px;
line-height: 24px;
color: #212822;
border-bottom: 1px solid #4b514b;
border-radius: 0px;
background: transparent;
padding: 5px 0px 10px 0px;
&:focus,
&:hover {
outline: 0;
border-color: #4b514b;
background-color: transparent;
box-shadow: none !important;
}
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select:not(.form-select) {
&:not(.form-control) {
@extend .form-control;
}
}
// password group meter
.password-group {
meter {
width: 100%;
}
}
.chzn-select,
.chzn-select-deselect {
width: 100%;
}
.chzn-container {
&.chzn-container-single {
.chzn-single {
display: block;
width: 100%;
padding: 0.5rem 0.75rem;
line-height: 1.25;
height: calc(2.25rem + 2px);
color: #495057;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
box-shadow: none;
div {
width: 30px;
background: none;
> b {
background: none;
position: relative;
font: normal normal normal 14px/1 FontAwesome;
&:after {
content: "\f0dc";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 0.875rem;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
}
}
}
&.chzn-container-active {
&.chzn-with-drop {
.chzn-single {
border-radius: 0.25rem 0.25rem 0 0;
}
}
}
.chzn-search {
padding: 0.625rem;
input[type="text"] {
display: block;
width: 100%;
padding: 0.5rem 1.429rem 0.5rem 0.75rem;
font-size: 0.875rem;
line-height: 1.25;
height: calc(2rem + 2px);
color: #495057;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
box-shadow: none;
-webkit-box-shadow: none;
&:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
}
&:after {
content: "\f002";
font-family: FontAwesome;
font-size: 0.875rem;
color: rgba(0, 0, 0, 0.2);
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
}
.chzn-drop {
border-color: rgba(0, 0, 0, 0.15);
border-radius: 0 0 0.25rem 0.25rem;
box-shadow: none;
-webkit-box-shadow: none;
}
.chzn-results {
li {
&.highlighted {
background-image: none !important;
}
}
}
}
&.chzn-container-multi {
.chzn-choices {
display: block;
width: 100%;
padding: 0 0.75rem;
min-height: calc(2.25rem + 2px);
line-height: 1.25;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
box-shadow: none;
-webkit-box-shadow: none;
li {
&.search-field {
input[type="text"] {
font-size: 0.875rem;
font-weight: normal;
line-height: 1.25;
height: calc(2rem + 2px);
background-color: #fff;
}
}
&.search-choice {
margin: 5.5px 5px 0 0;
padding: 5px 20px 5px 5px;
background-image: none;
background-color: #f5f5f5;
border-color: rgba(0, 0, 0, 0.1);
box-shadow: none;
-webkit-box-shadow: none;
.search-choice-close {
background: none;
top: 5px;
color: rgba(0, 0, 0, 0.2);
&:hover {
color: rgba(0, 0, 0, 0.5);
}
&:after {
content: "\f00d";
font-family: FontAwesome;
font-size: 0.875rem;
position: absolute;
top: 0;
right: 0;
}
}
}
}
}
&.chzn-with-drop {
&.chzn-container-active {
.chzn-choices {
border-radius: 0.25rem;
}
}
.chzn-drop {
margin-top: -4px;
border: none;
border-radius: 0;
box-shadow: none;
-webkit-box-shadow: none;
.chzn-results {
&:not(:empty) {
padding: 0.75rem;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
border-top: 0;
border-radius: 0 0 0.25rem 0.25rem;
}
li {
&.no-results {
background: none;
}
}
}
}
}
}
}
// Form control
.form-horizontal {
.control-label {
float: left;
width: auto;
padding-top: 5px;
padding-right: 5px;
text-align: left;
}
.controls {
margin-left: 220px;
}
}
.card-block {
padding: 20px;
ul {
list-style: none;
padding: 0;
margin: 0;
display: block;
li {
display: block;
}
}
}
// Alerts
.alert {
&.alert-error {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
}
.invalid {
color: #a51f18;
border-color: #a51f18;
}
// Cookie
#sp-cookie-consent {
position: fixed;
font-size: 16px;
font-weight: 500;
bottom: 0;
left: 0;
width: 100%;
z-index: 10001;
> div {
padding: 20px;
position: relative;
}
}
#attrib-helix_ultimate_blog_options {
#jform_attribs_helix_ultimate_article_format {
position: relative;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
.form-check-inline {
margin: 0;
margin-right: -5px;
padding-left: 0px;
label {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 13px;
line-height: 18px;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color: #f3f3f3;
color: #333;
border-top: 1px solid #b3b3b3;
border-right: 1px solid #b3b3b3;
border-bottom: 1px solid #b3b3b3;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
border-radius: 0;
&.btn-success {
background: #46a546;
color: #fff;
}
input[type="radio"] {
display: none !important;
}
}
&:last-child {
label {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
}
&:first-child {
label {
border-left: 1px solid #b3b3b3;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
}
}
}
}
.com-contenthistory {
.btn-group {
display: flex;
justify-content: flex-end;
button {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 13px;
line-height: 18px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #f5f5f5;
background-repeat: repeat-x;
border: 1px solid #bbb;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
0 1px 2px rgba(0, 0, 0, 0.05);
&:hover {
color: #333;
background-color: #e9e9e9;
}
}
}
}
#versionsModal {
top: 10%;
.modal-dialog {
max-width: 80%;
}
iframe {
min-height: 300px;
}
}
body.com-content.view-form.layout-edit .nav-tabs .nav-link {
display: block !important;
}
// noscript fallback style for lazysizes script
.no-js img.lazyload {
display: none;
}
#system-message-container {
position: fixed;
bottom: 0px;
right: 15px;
max-width: 350px;
.alert {
font-size: 13px;
line-height: 1.5;
> .btn-close {
position: absolute;
right: 5px;
top: 5px;
cursor: pointer;
}
}
// for joomla4
joomla-alert {
font-size: 13px;
}
}
.com-users.view-registration,
.com-users.view-profile {
#member-registration,
#member-profile {
.modal-dialog {
display: flex;
align-items: center;
min-height: calc(100% - 1rem);
}
}
}
//privacy
.registration {
#member-registration {
#jform_privacyconsent_privacy-lbl {
display: inline-flex;
> a {
position: initial;
display: block;
color: $text_color;
&:hover,
&:focus {
color: $link_hover_color;
}
}
}
}
.input-group-text {
display: none;
}
legend {
display: none;
}
.btn.btn-primary,
.btn.btn-secondary {
border-radius: 0px;
}
}
body.com-users.view-registration {
> #sbox-window {
overflow: hidden;
> #sbox-btn-close {
top: 5px;
right: 5px;
}
}
}
//article frontend editing
body.helix-ultimate.hu.view-form.layout-edit {
.edit.item-page {
> #adminForm {
> fieldset {
> .joomla-tabs {
display: flex;
padding: 0;
margin: 0 !important;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
list-style: outside none none;
background-color: #f5f5f5;
border-color: #ccc #ccc currentcolor;
border-style: solid solid none;
border-width: 1px 1px 0;
border-radius: 0.25rem 0.25rem 0 0;
border-image: none;
box-shadow: 0 1px #fff inset, 0 2px 3px -3px rgb(0 0 0 / 15%),
0 -4px 0 rgb(0 0 0 / 5%) inset, 0 0 3px rgb(0 0 0 / 4%);
.nav-item > .nav-link {
color: var(--text-color);
}
.nav-item > .nav-link.active {
background-color: rgba(0, 0, 0, 0.03);
background-image: linear-gradient(
to bottom,
transparent,
rgba(0, 0, 0, 0.05) 100%
);
border-right: 0 none;
border-left: 0 none;
border-top-left-radius: 0;
border-top-right-radius: 0;
box-shadow: 2px 0 1px -1px rgb(0 0 0 / 8%) inset,
-2px 0 1px -1px rgb(0 0 0 / 8%) inset,
0 1px 0 rgb(0 0 0 / 2%) inset;
}
}
> .tab-content {
padding: 15px;
background-color: #fefefe;
border: 1px solid #ccc;
border-radius: 0 0 0.25rem 0.25rem;
box-shadow: 0 0 3px rgb(0 0 0 / 4%);
}
#editor {
label#jform_title-lbl {
margin-bottom: 15px;
font-weight: 700;
}
.js-editor-tinymce {
display: flex;
flex-direction: column;
}
}
#publishing,
#metadata,
#attrib-helix_ultimate_blog_options {
> .control-group {
display: flex;
flex-direction: column;
> label {
margin-bottom: 5px;
font-weight: 700;
}
textarea {
width: 100%;
}
.calendar-container .time td {
select {
padding: 4px;
font-size: 13px;
}
}
}
}
}
}
}
}
body.contentpane.com-media.view-images {
.container-popup {
#imageForm {
> #messages + .well {
.row-fluid {
display: flex;
max-width: 100%;
.span8 {
flex: auto;
> .controls {
margin-left: 10px;
display: flex;
max-width: 500px;
#folderlist_chzn,
#folderlist {
flex: auto;
}
}
#upbutton {
background: var(--bs-primary);
color: #fff;
margin: 0 5px;
}
}
}
}
.well {
> .row-fluid:not(:last-child) {
margin-bottom: 5px;
> .control-group:not(:last-child) {
margin-bottom: 5px;
}
}
}
.btn.button-cancel {
background: var(--bs-danger);
color: #fff;
&:hover,
&:focus {
border-color: var(--bs-danger);
}
}
}
}
}
body.contentpane.com-menus.view-items.layout-modal {
#adminForm {
.js-stools-container-bar {
display: flex;
}
}
}
body.contentpane.com-modules.view-modules.layout-modal {
.container-popup {
#adminForm {
> .js-stools {
.js-stools-container-bar {
display: flex;
align-items: center;
padding: 10px 0px;
> label {
margin-right: 10px;
}
> .btn-wrapper.input-append {
display: flex;
> button[type="submit"] {
background: var(--bs-primary);
color: #fff;
margin-left: 5px;
}
}
> .btn-wrapper {
> button[type="button"] {
background: var(--bs-primary);
color: #fff;
}
}
}
}
}
}
}
body.contentpane.com-content.view-articles.layout-modal,
body.contentpane.com-menus.view-items.layout-modal,
body.contentpane.com-contact.view-contacts.layout-modal {
.container-popup {
#adminForm {
> .js-stools {
padding-top: 15px;
.js-stools-container-bar {
margin-bottom: 10px;
> label {
margin-right: 10px;
}
> .btn-wrapper.input-append {
display: flex;
> button[type="submit"] {
background: var(--bs-primary);
color: #fff;
margin-left: 5px;
}
}
> .btn-wrapper {
> button[type="button"] {
background: var(--bs-primary);
color: #fff;
}
}
}
}
}
}
}
body.contentpane.com-content.view-articles.layout-modal,
body.contentpane.com-contact.view-contacts.layout-modal {
.container-popup {
#adminForm {
.js-stools-container-bar {
display: flex;
align-items: center;
}
}
}
}
// misc
.modal-dialog.jviewport-width80 {
width: 80vw;
max-width: none;
}
// btn primary hover focus outline and dropdown remove
body .sppb-btn,
body .btn,
.btn,
.sppb-btn .btn-primary,
.spbooking-btn {
outline: none !important;
box-shadow: none !important;
}
// Buttons
body .sppb-btn,
body .btn,
.spbooking-btn {
padding: 1.07em 1.75em;
font-weight: 700;
font-size: 16px;
line-height: 1.25;
border: none;
letter-spacing: 0.03em;
text-transform: uppercase;
//button extra small
&.sppb-btn-xs {
font-size: 14px;
padding: 0.5em 1em;
}
//button medium
&.sppb-btn-sm {
padding: 0.7em 1.1em;
}
// button large
&.sppb-btn-lg {
padding: 1.07em 2em;
}
//button extra large
&.sppb-btn-xlg {
padding: 1.1em 2.7em;
}
// 3d btn
&.sppb-btn-3d {
padding-top: 13px;
padding-bottom: 12px;
}
//button primary
&.sppb-btn-default,
&.sppb-btn-primary,
&.btn-primary,
&.spbooking-btn-primary {
color: $text_color;
background-color: $link_color;
&:hover,
&:focus,
&:active {
background-color: $link_hover_color;
color: #fff;
}
&.sppb-btn-rounded {
border-radius: 6px;
}
&.sppb-btn-round {
border-radius: 30px;
}
&.sppb-btn-outline {
border: 1px solid $link_color;
background-color: transparent;
color: $link_color;
&:hover,
&:focus,
&:active {
background-color: darken($link_color, 10);
border-color: darken($link_color, 10);
color: #fff;
}
}
&.sppb-btn-gradient {
background-image: linear-gradient(
-180deg,
darken($link_color, 10),
darken($link_color, 20)
);
}
&.sppb-btn-3d {
border-bottom: 4px solid $link_hover_color;
&:hover {
border-bottom-color: transparent;
}
}
}
//button primary
&.sppb-btn-secondary,
&.btn-secondary {
color: $text_color;
background-color: #ffffff;
&:hover,
&:focus,
&:active {
color: darken($link_color, 20);
background-color: #fff;
}
&.sppb-btn-rounded {
border-radius: 3px;
}
&.sppb-btn-round {
border-radius: 30px;
}
&.sppb-btn-outline {
border: 1px solid $text_color;
background-color: transparent;
color: $text_color;
&:hover,
&:focus,
&:active {
background-color: #fff;
border-color: #fff;
color: darken($link_color, 20);
}
}
&.sppb-btn-gradient {
background-image: linear-gradient(-180deg, #fff, rgba(0, 0, 0, 0.2));
}
&.sppb-btn-3d {
border-bottom: 4px solid #525454;
&:hover {
border-bottom-color: transparent;
}
}
&.sppb-btn-xlg {
border: 1px solid #dddae1;
&:hover,
&:focus,
&:active {
background-color: rgba(242, 241, 249, 0.6);
color: $text_color;
}
}
}
//button link
&.sppb-btn-link {
padding: 0px;
color: $link_color;
letter-spacing: 1px;
font-weight: 800;
}
}
// Home Page
.spbooking-search {
padding: 0px;
background: transparent;
box-shadow: none;
.title {
display: none;
}
button[data-view="daily_tour"],
button[data-view="transports"] {
display: none;
}
.spbooking-row {
.btn-group {
background: transparent;
backdrop-filter: blur(20px);
margin-bottom: 0px;
.btn.search-bar-header {
font-size: 13px;
line-height: 24px;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #212822;
padding: 8px 22px;
border: 1px solid transparent;
background: rgba(255, 255, 255, 0.6);
border: 1px solid rgba(255, 255, 255, 0.9);
backdrop-filter: blur(44px);
&:hover {
border-color: rgba(255, 255, 255, 0.8) !important;
color: #212822 !important;
background: rgba(255, 255, 255, 0.8) !important;
}
&.active {
border-color: rgba(255, 255, 255, 0.9) !important;
color: #212822 !important;
background: rgba(255, 255, 255, 0.9) !important;
}
}
}
}
form {
background: #ffffff;
.spbooking-row {
margin-top: 0px;
margin: 0px;
.spbooking-col {
padding: 0px;
&:last-child {
.form-groups {
&::after {
display: none;
}
}
}
.topbar-search-wrapper {
&:after {
content: url("../images/map.svg");
position: absolute;
right: 0px;
bottom: -5px;
}
}
.form-groups,
.topbar-range {
padding: 22px 20px;
&:after {
content: "";
height: 100%;
width: 2px;
display: block;
top: 0px;
bottom: 0px;
right: 0px;
position: absolute;
background: linear-gradient(
180deg,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.1) 47.4%,
rgba(0, 0, 0, 0) 100%
);
}
}
label {
font-weight: 700;
font-size: 13px;
line-height: 24px;
letter-spacing: 0.06em;
text-transform: uppercase;
color: rgba(33, 40, 34, 0.4);
margin: 0px;
}
input.form-control,
.toggle-person-info,
select.form-control {
height: auto;
padding: 0px;
border-bottom: 0px;
margin-bottom: 0px;
color: $text-color;
background-color: transparent;
}
}
.range-icon,
.topbar-range .range-icon {
top: 44px;
}
.person-caret {
top: 71%;
}
.custom-width {
width: 12%;
max-width: 152px;
flex: inherit;
.btn.search-btn {
font-size: 16px;
line-height: 22px;
font-weight: 700;
letter-spacing: 0.03em;
padding: 5px;
width: 100%;
height: 100%;
border-radius: 0px;
text-transform: uppercase;
color: $text-color;
background-color: $link-color;
&:hover {
background-color: #212822;
color: #fff;
}
}
}
}
}
#mod-spbooking-search-package {
.spbooking-col:not(:first-child) {
.topbar-search-wrapper:after {
display: none;
}
}
.spbooking-col:nth-child(2) {
.topbar-search-wrapper:after {
display: block;
content: url("../images/user.svg");
}
}
.spbooking-col:nth-child(3) {
.topbar-search-wrapper:after {
display: block;
content: url("../images/arrow-down.svg");
}
}
.range-icon {
top: 28px;
}
}
.transport-ranger {
padding: 2px 38px 0px;
}
.content-price-range {
padding: 0px 32px;
}
.noUi-horizontal {
height: 8px;
}
.noUi-tooltip {
padding: 0px 5px;
}
.noUi-horizontal .noUi-handle {
top: -10px;
}
.noUi-horizontal .noUi-tooltip {
bottom: 130%;
}
}
.sppb-addon-optin-forms {
padding: 0px;
input[type="email"]:not(.form-control) {
font-size: 20px;
line-height: 24px;
font-weight: 400;
color: $text-color;
border-radius: 0px;
padding: 10px 0px 10px 0px;
border: 0px;
border-bottom: 1px solid #4b514b;
background-color: transparent !important;
}
.sppb-optin-form-details-wrap:not(:empty) {
padding: 0px 0px;
}
}
.button-wrap {
.sppb-btn {
color: $text-color;
padding: 12px 19px;
&:hover {
color: #ffffff;
}
}
}
.amenities-wrapper .amenities-holder span:first-child {
font-weight: 900;
}
.home-slider {
&.sp-slider {
.sp-nav-control {
max-width: 1600px;
}
}
}
.sppb-testimonial-carousel-testi_layout1 {
.sppb-testimonial-carousel-content-wrap {
flex-wrap: wrap;
align-items: inherit;
.sppb-testimonial-carousel-client-rating {
flex: 1 0 100%;
margin-left: 62px;
margin-top: -10px;
}
}
.sppb-carousel-extended-nav-control {
width: auto;
bottom: unset;
top: -30px !important;
right: 0;
.nav-control {
float: unset;
display: block;
}
}
}
//date picker color
.dayContainer .flatpickr-day.today,
.dayContainer .flatpickr-day.today:hover,
.dayContainer .flatpickr-day.today:focus {
background-color: #105416;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
background-color: #105416;
border-color: #105416;
}
// topbar search option
.topbar-search-options {
margin-top: -150px;
h3 {
display: none;
}
#topbar-filter-form {
display: flex;
}
.form-inlines {
flex: 1 0 auto;
}
.topbar-filter {
padding: 0px;
min-height: auto;
label {
font-weight: 700;
font-size: 13px;
line-height: 24px;
letter-spacing: 0.06em;
text-transform: uppercase;
color: rgba(33, 40, 34, 0.4);
margin-bottom: 0px;
}
.form-groups,
.topbar-range {
position: relative;
&:after {
content: "";
height: 100%;
width: 2px;
display: block;
top: 0px;
bottom: 0px;
right: 0px;
position: absolute;
background: linear-gradient(
180deg,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.1) 47.4%,
rgba(0, 0, 0, 0) 100%
);
}
}
.spbooking-col:last-child {
.form-groups:after {
display: none;
}
}
.topbar-search-wrapper {
position: relative;
&:after {
content: url("../images/map.svg");
position: absolute;
right: 20px;
bottom: -4px;
}
}
.topbar-range .range-icon {
top: 25px;
}
.person-caret {
top: 70%;
}
}
.topbar-search-wrapper input,
.toggle-person-info,
input[type="text"]:not(.numInput) {
margin-bottom: 0px !important;
padding: 0px !important;
border: none;
min-height: min-content !important;
}
.topbar-filter-submit {
font-weight: 700;
font-size: 16px;
line-height: 22px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: $text_color;
background-color: $link_color;
border-radius: 0px;
padding: 0px;
margin: 0px;
&:hover {
background-color: $link_color;
text-decoration: underline;
}
}
.spbooking-btn-link {
padding: 0px;
color: rgba(33, 40, 34, 0.6);
font-weight: 700;
&:hover {
color: rgba(33, 40, 34, 0.6);
}
}
.filter-button {
background: #cbd937;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 20px 30px;
}
.form-inlines {
padding: 21px 20px 20px 20px;
}
.btn-minus {
span {
position: relative;
top: 10px;
}
}
}
// view package topbar filter
.com-spbooking.view-packages {
.topbar-search-options {
.spbooking-col:not(:first-child) {
.topbar-search-wrapper:after {
display: none;
}
}
.spbooking-select,
input[type="number"]:not(.numInput) {
margin-bottom: 0px !important;
padding: 0px;
border: none;
min-height: min-content !important;
}
.topbar-search-wrapper .range-icon {
top: 27px;
}
.spbooking-select-result i.fa {
right: 10px;
}
.spbooking-col:nth-child(2) {
.topbar-search-wrapper:after {
right: 10px;
bottom: -4px;
display: block;
content: url("../images/user.svg");
}
}
}
}
// accomodation listing
.spbooking-accomodation-listing {
.accomodation-contents {
margin-bottom: 30px;
}
.spbooking-package-info {
border: none;
padding: 20px 0px 0px 0px;
display: flex;
flex-wrap: wrap;
h3.title {
border-bottom: 1px solid rgba(33, 40, 34, 0.1);
padding-bottom: 15px;
flex: 1 0 100%;
max-width: 100%;
a {
font-weight: 500;
font-size: 24px;
line-height: 32px;
color: $text_color;
&:hover {
color: #105416;
}
}
}
.spbooking-price-wrap {
flex: 1 0 40%;
max-width: 40%;
.price {
flex-wrap: wrap;
}
small {
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: rgba(33, 40, 34, 0.6);
display: 100%;
flex: 1 0 100%;
max-width: 100%;
}
span {
font-size: 24px;
line-height: 32px;
font-weight: 700;
color: #202821;
.short-curr {
font-weight: 300;
color: rgba(33, 40, 34, 0.6);
}
}
.person-tag {
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: rgba(33, 40, 34, 0.6);
}
}
.accomocation-location {
float: right;
float: right;
display: grid;
grid-template-columns: 30px 1fr;
flex: 1 0 auto;
grid-template-rows: 25px;
max-width: 100%;
i {
display: inline-block;
position: relative;
top: 8px;
&.fa-location-arrow:before {
content: url("../images/map-pin.svg");
}
}
.content-distance {
grid-column: 2;
span {
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: rgba(33, 40, 34, 0.6);
}
}
.text-mute {
font-weight: 400;
font-size: 17px;
line-height: 26px;
color: #212822 !important;
}
}
}
}
//accomodation listing module
.spbooking-accomodation-module {
.jeetravel-accomodation-wrap {
display: flex;
border-bottom: 1px solid rgba(33, 40, 34, 0.1);
padding-bottom: 22px;
margin-bottom: 25px;
margin-right: 60px;
&:after {
display: none;
}
}
.accomodation-img-wrap {
height: 120px;
flex: 1 0 180px;
max-width: 180px;
margin-right: 40px;
a {
position: relative;
background-color: $bg_color;
}
}
.accomodation-info-wrap {
position: relative;
width: 100%;
bottom: 0;
left: 0;
z-index: 10;
padding: 0px;
}
.accomodation-title h5 {
font-weight: 400;
font-size: 24px;
line-height: 32px;
text-transform: capitalize;
color: #212822;
margin-bottom: 16px;
}
.spbooking-price-wrap {
small {
font-weight: 400;
font-size: 14px;
line-height: 18px;
display: block;
color: rgba(33, 40, 34, 0.6);
}
> span {
font-weight: 700;
font-size: 24px;
line-height: 32px;
color: $text_color;
}
span.short-curr {
color: rgba(33, 40, 34, 0.6);
font-weight: 400;
}
span.person-tag {
font-weight: 400;
font-size: 14px;
line-height: 18px;
}
}
.accomodation-place {
color: rgba(33, 40, 34, 0.6);
}
.spbooking-col-md-6:nth-child(n + 5) {
.jeetravel-accomodation-wrap {
border: none;
}
}
}
// pagination
.pagination-wrapper {
display: flex;
justify-content: center !important;
.pagination-counter {
display: none;
}
}
.pagination {
border: 0px;
padding: 0px;
margin: 22px 0px 0px !important;
li {
&:first-child,
&:nth-child(2),
&:last-child {
display: none;
}
&.page-item {
margin: 0px 4px;
span.page-link,
a.page-link {
font-size: 17px;
line-height: 38px;
font-weight: 400;
height: 40px;
width: 40px;
border-radius: 50%;
padding: 0px;
margin: 0px 5px;
text-align: center;
color: fade-out($text-color, 0.4);
background: transparent;
border: 1px solid fade-out($text-color, 0.4);
}
&.active {
span {
color: #ffffff;
background: $footer-bg-color;
border-color: $footer-bg-color;
}
}
}
&:last-child.page-item .page-link {
font-size: 26px;
border: 0px;
display: none;
}
}
}
.view-style-switcher .view-style-grid,
.view-style-switcher .view-style-list {
padding: 0px;
}
// view accomodation style
.com-spbooking.view-accomodations {
#sp-main-body {
> .container {
width: 100%;
max-width: 100%;
padding: 0px 0px;
}
}
.spbooking.spbooking-accomodation-listing,
.hotel-page-accomodation {
max-width: 1290px;
margin: 0 auto;
padding: 0px 15px;
}
.sp-module-title {
font-weight: 500;
font-size: 62px;
line-height: 74px;
text-transform: capitalize;
margin-bottom: 60px;
}
}
.com-spbooking .pagination .page-item.active .page-link {
color: #ffffff;
border-color: #105416;
background-color: #105416;
}
.com-spbooking .pagination .page-item {
margin: 0px 0px;
}
.spbooking-accomodation-listing div.pagination,
.spbooking-view-pakcages div.pagination {
margin-bottom: 130px !important;
}
/* ------------------------- accomodation details --------------------- */
@mixin accomodation-title {
font-weight: 500;
font-size: 44px;
line-height: 52px;
border-bottom: 1px solid rgba(33, 40, 34, 0.1);
padding-bottom: 15px;
margin-bottom: 20px;
text-transform: capitalize;
@media (max-width: 767px) {
font-size: 26px;
line-height: 40px;
}
}
//overview
.accomodation-overview {
margin-bottom: 70px;
.overview {
@include accomodation-title;
margin-bottom: 20px;
}
.description {
font-weight: 400;
font-size: 17px;
line-height: 26px;
color: rgba(33, 40, 34, 0.8);
margin-bottom: 30px;
}
.amenities-wrapper {
ul {
list-style: none;
padding: 0px;
margin: 0px;
display: grid;
grid-template-columns: 1fr 1fr;
}
.amenities-holder {
margin-bottom: 15px;
}
.amenities-icon {
font-size: 20px;
margin-right: 20px;
color: #105416;
margin-top: 4px;
}
.amenities-holder span:last-child {
font-weight: 400;
font-size: 20px;
line-height: 28px;
text-transform: capitalize;
}
}
}
// other infomation
.accomodation-info-wrapper {
margin: 0px 110px 50px 0px;
.accomodation-info-item {
&:not(:last-child) {
border-bottom: 1px solid rgba(33, 40, 34, 0.1);
padding-bottom: 10px;
}
margin-bottom: 25px;
display: grid;
grid-template-columns: 40px 1fr;
}
.accomodation-info-list {
list-style: none;
padding: 0px;
margin: 0px;
}
.icon-image-wrap {
span {
font-size: 20px;
color: #105416;
}
}
.other-info-title {
font-weight: 700;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: rgba(33, 40, 34, 0.4);
}
.other-info-description {
grid-column: 2;
font-weight: 500;
font-size: 32px;
line-height: 40px;
text-transform: capitalize;
color: #212822;
}
}
// policies
.com-spbooking.view-accomodation {
//accomodation policies
.accomodation-policies {
margin-bottom: 45px;
h4 {
@include accomodation-title;
}
.accomodation-poclicies-item {
margin-bottom: 30px;
&:not(:first-child) {
.accomodation-policies-desc {
margin-left: 35px;
}
}
&:first-child {
.accomodation-policies-title {
display: none;
}
}
}
.accomodation-policies-title {
font-weight: 500;
font-size: 20px;
line-height: 28px;
span {
color: #105416;
margin-right: 10px;
}
}
.accomodation-policies-desc {
color: rgba(33, 40, 34, 0.8);
}
}
}
// view package
.com-spbooking.view-accomodation {
.spbooking.spbooking-view-package {
margin-top: 0px;
}
#sp-main-body {
padding: 73px 0px 100px 0px;
}
.sp-module-content-bottom {
display: none;
}
.rating-travellers-rating {
margin-bottom: 50px;
h4 {
text-align: left;
@include accomodation-title;
}
.review-category {
font-weight: 400;
font-size: 20px;
line-height: 28px;
}
li.traveller-review-item {
margin-bottom: 15px;
.review-category {
flex: 1 0 205px;
max-width: 205px;
text-align: left;
}
.review-count {
justify-content: flex-start;
}
}
.spbooking-box {
border: none;
padding: 0px;
}
}
}
// map
.accomodation-map-wrapper {
#accomodation-google-map,
#accomodation-osm-map {
height: 640px;
margin-bottom: 20px;
}
.spbooking-details-location {
margin-bottom: 8px;
span {
font-weight: 400;
font-size: 20px;
line-height: 28px;
color: $text_color;
}
}
.content-distance {
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: rgba(33, 40, 34, 0.8);
border-bottom: 1px solid rgba(33, 40, 34, 0.1);
padding-bottom: 16px;
}
}
// gallery
.accomodation-gallery {
margin-bottom: 80px;
.ac-gallery .image-holder {
height: 820px;
}
.carousel-content-wrapper {
display: flex;
align-items: flex-end;
padding: 0px 0px 45px 56px;
.carousel-left,
.carousel-right {
position: relative;
z-index: 2;
}
.carousel-left {
margin-right: 10%;
}
.carousel-title {
font-weight: 500;
font-size: 62px;
line-height: 74px;
color: #fff;
margin-bottom: 20px;
}
.carousel-rating {
.rating {
font-weight: 500;
font-size: 32px;
line-height: 40px;
color: #fff;
}
span i {
color: #fab95b;
font-size: 16px;
}
.review {
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #fff;
}
}
.carousel-price {
font-weight: 400;
font-size: 17px;
line-height: 26px;
color: rgba(255, 255, 255, 0.6);
margin-bottom: 30px;
.price-from {
font-weight: 400;
font-size: 14px;
color: rgba(255, 255, 255, 0.8);
line-height: 18px;
display: block;
margin-bottom: 10px;
}
.price {
font-weight: 400;
font-size: 40px;
line-height: 40px;
color: #fff;
}
}
.spbooking-btn.spbooking-btn-primary {
color: #212822;
background-color: #cbda36;
border-color: #cbda36;
font-weight: 700;
font-size: 16px;
line-height: 20px;
padding: 16px 28px;
border-radius: 0px;
}
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
width: 64px;
height: 64px;
background-color: rgba(255, 255, 255, 0.8);
border-color: #cbda36;
&:hover {
background-color: #105416;
border-color: #105416;
span {
color: #fff;
}
}
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"] span {
color: $text_color;
font-size: 35px;
}
.owl-carousel.owl-theme .owl-nav {
width: 105%;
top: 30%;
}
}
// Users Comments
.accomodation-user-comments {
margin: 40px 0px 0px 0px;
ul li {
background: none;
border: none;
padding: 0px 0px 30px 110px;
}
.user-comments-title {
@include accomodation-title;
padding-bottom: 16px;
margin-bottom: 45px;
}
.user-comment-list {
margin: 0px;
}
.fa.fa-star {
font-size: 16px;
}
.comment-header {
.user-name {
font-weight: 500;
font-size: 24px;
line-height: 32px;
margin: 0px 0px 0px 0px;
small {
margin-left: 15px;
}
}
img {
width: 64px;
height: 64px;
position: absolute;
top: 0px;
left: 0px;
}
}
}
// accomodation available rooms
.accomodation-available-rooms {
margin-bottom: 70px;
input.accomodation-checkin-out-range.form-control[type="text"] {
width: 514px;
text-align: left;
height: 56px;
background: rgb(255 255 255 / 60%);
font-weight: 400;
font-size: 20px;
line-height: 24px;
color: #212822;
border: 1px solid rgba(30, 63, 33, 0.6);
margin-left: 15px;
}
.list-group-item:first-child {
background-color: transparent;
}
.available-rooms-title {
@include accomodation-title;
margin-bottom: 45px;
}
}
//availabe room
.accomodation-available-rooms {
.rooms-info-body {
.title {
font-weight: 400;
font-size: 20px;
line-height: 24px;
}
.rooms-available {
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: rgba(33, 40, 34, 0.6);
}
.spbooking-select {
font-weight: 400;
font-size: 20px;
line-height: 24px;
border: none;
color: #212822;
padding: 0px;
width: auto;
min-height: 20px !important;
.spbooking-select-result {
display: flex;
align-items: center;
i.fa {
position: relative;
left: 0px;
right: 0px;
bottom: 0px;
top: 0px;
margin-left: 10px;
transform: translate(0px);
&:before {
content: "\f078";
}
}
}
}
}
.rooms-info-header p {
font-weight: 700;
font-size: 13px;
line-height: 24px;
letter-spacing: 0.06em;
text-transform: uppercase;
color: rgba(33, 40, 34, 0.4);
}
.room-services {
span i {
margin-right: 10px;
}
}
.spbooking-room-booknow {
font-weight: 700;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #212822;
padding: 10px 20px;
border: none;
border-radius: 0px;
background: transparent;
border: 1px solid;
&:hover {
border-color: rgba(30, 63, 33, 0.6);
background: rgba(30, 63, 33, 0.6);
color: #fff;
}
}
.spbooking-col.book-btn {
max-width: 160px;
flex: 1 0 160px;
}
.spbooking-col.capacity {
display: flex;
}
.sale-price span {
font-weight: 400;
font-size: 32px;
line-height: 40px;
color: $text_color;
}
.sale-price {
font-weight: 400;
font-size: 17px;
line-height: 30px;
color: rgba(33, 40, 34, 0.6);
.short-curr {
color: rgba(33, 40, 34, 0.6);
}
}
ul.list-group > li:nth-child(2) {
background: rgba(255, 255, 255, 0.9);
border: 1px solid rgba(33, 40, 34, 0.1);
border-bottom: 1px solid rgba(33, 40, 34, 0.1);
padding: 30px 30px 15px 30px;
}
.list-group-item {
background-color: rgba(255, 255, 255, 0.9);
}
.rooms-info-header {
.spbooking-col:nth-child(3) {
max-width: 250px;
flex: 1 0 250px;
}
.spbooking-col:nth-child(4) {
max-width: 210px;
flex: 1 0 210px;
}
.spbooking-col:nth-child(1) {
max-width: 210px;
flex: 1 0 210px;
}
.spbooking-col:nth-child(2) {
max-width: 230px;
flex: 1 0 230px;
}
}
}
.user-feedback {
.review-categories-list li .review-holder span.star-bar {
background: rgb(229, 230, 229);
}
.spbooking-btn.spbooking-btn-primary {
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: $text_color;
background-color: #cbda36;
border-color: #cbda36;
border-radius: 0px;
height: 54px;
&:hover {
background-color: #212822;
border-color: #212822;
color: #fff;
}
}
}
//Package Listing
.view-packages {
#sp-main-body {
background-color: #f5f4ef;
}
.spbooking-sidebar {
padding: 0 45px 0 0;
background-color: transparent;
border-right: 1px solid rgba(33, 40, 34, 0.1) !important;
border: 0;
height: 100%;
.custom-checkbox span:before {
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.6);
border: 1px solid rgba(33, 40, 34, 0.4);
border-radius: 3px;
top: 0;
}
.custom-checkbox {
margin-bottom: 15px;
font-weight: 400;
font-size: 17px;
line-height: 26px;
color: #000000;
text-transform: capitalize;
}
.spbooking-input-wrap {
margin-bottom: 40px;
h4 {
font-weight: 500;
font-size: 20px;
line-height: 28px;
color: #000000;
text-transform: capitalize;
font-family: initial;
margin-bottom: 15px;
}
}
.content-price-range {
margin-bottom: 45px;
margin-top: 0;
.price-range-title {
font-weight: 500;
font-size: 20px;
line-height: 28px;
color: #000000;
text-transform: capitalize;
font-family: initial;
}
.noUi-horizontal {
height: 5px;
background: rgba(33, 40, 34, 0.1);
margin-top: 30px;
.noUi-connect {
background: rgba(16, 84, 22, 0.6);
}
.noUi-handle {
top: -6px;
background: #105416;
width: 16px;
height: 16px;
border: 0;
}
}
}
}
.spbooking .spbooking-sidebar input[type="checkbox"]:checked ~ span:after {
//border-color: transparent;
border-color: red;
border-right-color: red;
border-bottom-color: red;
}
.spbooking-package-contents {
.spbooking-package {
.spbooking-package-img-wrap {
margin-bottom: 15px;
}
.spbooking-package-info {
padding: 0;
border-bottom: 0;
h3.title {
border-bottom: 1px solid rgba(33, 40, 34, 0.1);
padding-bottom: 10px;
font-family: initial;
a {
font-weight: 500;
font-size: 32px;
line-height: 40px;
text-transform: capitalize;
color: #212822;
&:hover {
color: #105416;
}
}
}
.spbooking-price-wrap {
.price {
display: block;
small {
display: block;
font-size: 14px;
color: rgba(33, 40, 34, 0.6);
}
ins {
font-weight: 400;
font-size: 24px;
line-height: 32px;
text-transform: capitalize;
color: #212822;
span.short-curr {
color: rgba(33, 40, 34, 0.6);
}
}
span.person-tag {
font-size: 14px;
line-height: 18px;
color: rgba(33, 40, 34, 0.6);
letter-spacing: normal;
font-weight: 400;
margin-left: 0;
}
}
.spbooking-package-meta {
margin-top: 0;
padding-right: 100px;
small {
i {
position: inherit;
color: rgba(33, 40, 34, 0.6);
}
display: block;
font-weight: 400;
font-size: 17px;
line-height: 26px;
color: #212822;
}
span {
padding-left: 25px;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: rgba(33, 40, 34, 0.6);
}
}
}
}
}
}
}
.view-package {
#sp-main-body {
background-color: #f5f4ef;
padding-top: $header_height;
margin-top: 5px;
}
.spbooking.spbooking-view-package {
margin-top: 0;
}
.package-details-top-wrapper {
background-color: #fff;
.spbooking-package-details-image-thumb {
.package-gallery {
.image-holder {
max-height: 598px;
height: 598px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
}
}
.spbooking-details-top-left {
padding-left: 25px;
p.spbooking-title {
font-family: initial;
font-weight: 500;
font-size: 62px;
line-height: 74px;
text-transform: capitalize;
color: #212822;
margin-bottom: 20px;
}
.spbooking-title-bottom {
.spbooking-details-date-wrap {
margin-bottom: 20px;
span.spbooking-details-start-date {
display: flex;
align-items: center;
background-image: url(../images/package-details-calender-img.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 32px;
height: 35px;
i {
margin-right: 20px;
font-size: 32px;
color: rgba(33, 40, 34, 0.4);
}
div {
padding-left: 50px;
p {
margin-bottom: 5px;
font-weight: 400;
font-size: 24px;
line-height: 32px;
text-transform: capitalize;
color: #212822;
}
.spbooking-package-details-time-wrap {
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: rgba(33, 40, 34, 0.6);
width: max-content;
padding-left: 0;
}
}
}
}
}
.spbooking-major-activities {
.spbooking-details-custom {
.spbooking-custom-item {
.spbooking-custom-description {
.package-details-gallery-bottom-info {
display: none;
}
.package-details-short-intro {
width: 60%;
margin-bottom: 45px;
color: rgba(33, 40, 34, 0.8);
}
}
}
}
.spbooking-details-major-activities {
display: flex;
.spbooking-major-activities-item {
margin-right: 65px;
display: flex;
flex-direction: column;
align-items: center;
color: #212822;
}
}
}
.spbooking-package-details-price-wrap {
display: flex;
margin-top: 45px;
border-top: 1px solid rgba(33, 40, 34, 0.1);
padding-top: 25px;
align-items: center;
width: 65%;
.spbooking-top-left-bottom {
a.spbooking-btn {
background-color: #cbda36;
border: 0;
font-size: 16px;
font-weight: 700;
line-height: 20px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #212822;
padding: 18px 30px;
margin-right: 25px;
&:hover {
background-color: rgb(62, 139, 111);
color: #fff;
}
}
}
.spbooking-price-box {
color: #212822;
margin-bottom: 0;
.sale-price {
margin-top: 10px;
margin-bottom: 0;
line-height: initial;
span.short-curr {
color: rgba(33, 40, 34, 0.6);
font-weight: 400;
}
}
}
}
}
}
.spbooking-container {
&.package-details-bottom-wrapper {
max-width: 1070px !important;
.spbooking-details-overview {
h4.overview {
font-weight: 500;
font-size: 44px;
line-height: 52px;
text-transform: capitalize;
color: #212822;
margin-bottom: 20px;
border-bottom: 1px solid rgba(33, 40, 34, 0.1);
padding-bottom: 15px;
}
.description {
width: 70%;
font-size: 17px;
line-height: 26px;
color: rgba(33, 40, 34, 0.8);
}
}
.spbooking-package-inc-exc {
margin-top: 15px;
border-bottom: 1px solid rgba(33, 40, 34, 0.1);
padding-bottom: 15px;
ul {
li {
align-items: center;
font-weight: 400;
font-size: 17px;
line-height: 26px;
color: #212822;
letter-spacing: initial;
&:not(:last-child) {
margin-bottom: 15px;
}
img {
width: 16px;
height: 11px;
margin-right: 10px;
}
}
}
.spbooking-package-excludes-wrap {
ul {
li {
img {
width: 20px;
height: 20px;
}
}
}
}
}
.tour-overview {
margin-top: 35px;
.package-overview-holder {
display: flex;
align-items: flex-start;
.icon-image-wrap {
padding-right: 10px;
margin-top: 5px;
}
.text-wrap {
h4 {
font-weight: 500;
font-size: 20px;
line-height: 28px;
color: #212822;
margin-bottom: 0;
text-transform: capitalize;
}
p {
color: rgba(33, 40, 34, 0.8) !important;
}
}
}
}
}
}
.spbooking-details-image {
.owl-nav {
width: 37% !important;
}
.owl-nav [class*="owl-"] {
width: 65px !important;
height: 65px !important;
font-size: 35px !important;
line-height: inherit !important;
}
}
.package-details-gallery-bottom-wrap {
margin-top: 20px;
.spbooking-details-custom {
padding: 0 120px 0 100px;
.package-details-short-intro {
display: none;
}
.left-content {
h4 {
font-weight: 500;
font-size: 32px;
line-height: 40px;
text-transform: capitalize;
color: #212822;
}
p {
line-height: 26px;
color: rgba(33, 40, 34, 0.8);
margin-bottom: 0;
}
}
.right-content {
display: flex;
align-items: center;
.icon-wrap {
i {
font-size: 40px;
color: rgba(16, 84, 22, 0.7);
}
}
.content-wrap {
p {
margin-bottom: 0;
line-height: 26px;
color: rgba(33, 40, 34, 0.8);
padding-left: 20px;
}
}
}
}
}
.sppb-container-inner {
max-width: 1070px;
margin: 0 auto;
}
.spbooking-container {
width: 1070px !important;
}
}
// input focus
.com-spbooking .form-control:hover,
.com-spbooking .form-control:focus,
.com-spbooking .toggle-person-info:hover,
.com-spbooking .topbar-checkin-out-range:hover,
.com-spbooking .topbar-checkin-out-range:focus {
border-color: rgba(30, 63, 33, 0.6) !important;
}
.accomodation-cart .cart-header,
.accomodation-cart .cart-mini,
.spbooking-cart .cart-header {
background: #105416;
}
.accomodation-cart .continue-to-checkout,
.customer-information .checkout-proceed {
background-color: #105416;
border-radius: 0px;
&:hover {
background-color: #212822;
color: #fff;
}
}
.com-spbooking.view-accomodation.header-white,
.com-spbooking.view-package.header-white,
.com-spbooking.view-checkout.header-white {
#sp-header {
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
color: rgba(33, 40, 34, 0.6);
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
color: #105416;
}
.sp-megamenu-parent > li:after {
background-color: #105416;
}
.logo-image {
filter: brightness();
}
> .container:after {
background-color: rgba(33, 40, 34, 0.6);
}
.menu-icon {
.sppb-icon-inner {
border-color: rgba(33, 40, 34, 0.3);
i {
color: #105416;
}
&:hover {
i {
color: #fff;
}
background-color: #105416;
}
}
}
}
}
.accomodation-room-adult + .spbooking-select {
margin-right: 10px;
margin-bottom: 0px;
}
.topbar-btn-group .btn {
color: #105416;
}
.view-accomodations #topbar-filter-form .topbar-btn-group .value,
#mod-spbooking-search-accomodation .topbar-btn-group .value {
color: #105416;
}
.fa-calendar.text-green {
color: #105416 !important;
}
#mod-spbooking-search-accomodation .topbar-btn-group .person-info-right {
align-items: center;
}
.com-spbooking .sp-page-title {
min-height: auto;
}
// Accordion Addon
.sppb-addon-accordion {
.sppb-panel-faq {
padding: 15px 0px;
.sppb-panel-heading {
border: 0px;
padding: 0px 24px 0px 0px;
.sppb-panel-title {
font-size: 20px;
line-height: 28px;
font-weight: 500;
font-family: "Playfair Display", sans-serif;
}
.sppb-toggle-direction {
color: $text-color;
right: 8px;
}
}
.sppb-panel-body {
border: 0px;
padding: 10px 8% 0px 0px;
color: rgba(33, 40, 34, 0.8);
}
}
}
.form-horizontal .controls {
margin: 0px;
}
// Tour Activities Tabs
.tour-activities {
.itenary-title {
text-align: left;
text-transform: capitalize;
border-bottom: 1px solid rgba(33, 40, 34, 0.1);
padding-bottom: 16px;
margin-bottom: 32px;
}
.itenary-tab {
display: flex;
.itenary-nav,
.itenary-panel {
display: block;
}
.itenary-nav {
width: 25%;
text-align: left;
padding-right: 35px;
li {
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px solid rgba(33, 40, 34, 0.1);
a.nav-link,
.spbooking-activity-content-date {
margin: 0px;
padding: 0px;
border: 0px;
}
a.nav-link {
font-size: 24px;
line-height: 32px;
font-weight: 500;
color: fade-out($text-color, 0.4) !important;
margin-bottom: 4px;
&.active {
color: #105416 !important;
}
}
.spbooking-activity-content-date {
font-size: 14px;
line-height: 18px;
font-weight: 400;
color: rgba(33, 40, 34, 0.8);
}
}
}
.itenary-panel {
width: 75%;
padding-left: 35px;
.spbooking-activity-content {
.tracking-bar,
ul:before,
ul li:not(:last-child)::after,
ul li:not(:first-child)::before {
display: none;
}
}
.spbooking-activity-content ul li {
padding-bottom: 30px;
}
.activity-box {
padding: 0px;
border: 0px;
}
.time-slot.text-mute {
font-size: 17px;
line-height: 26px;
font-weight: 400;
color: fade-out($text-color, 0.4) !important;
display: inline-flex;
align-items: center;
margin-bottom: 8px;
.activity-time-image {
padding-right: 16px;
}
span {
span {
font-size: 20px;
line-height: 28px;
font-weight: 600;
font-family: "Playfair Display", sans-serif;
color: $text-color;
}
}
}
.activity-desc {
font-size: 17px;
line-height: 26px;
font-weight: 400;
color: fade-out($text-color, 0.2);
padding-left: 40px;
}
}
}
}
//Package Listing Sidebar
.spbooking .spbooking-sidebar input[type="checkbox"]:checked ~ span:after {
border-right: 0;
border-bottom: 0;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f00c";
color: #fff;
transform: inherit;
transform-origin: unset;
animation: auto;
font-size: 10px;
top: -2px;
left: 5px;
}
.spbooking .spbooking-sidebar input[type="checkbox"]:checked ~ span:before {
border-color: #105416;
background-color: #105416;
}
.view-packages .spbooking-sidebar .spbooking-input-wrap {
.spbooking-btn-primary {
padding: 10px 30px;
text-transform: capitalize;
border-radius: 0px;
}
.reset-button {
text-transform: capitalize;
letter-spacing: 1px;
color: rgba(16, 84, 22, 0.7);
}
}
//filter button
.topbar-btn-group .btn:hover,
.topbar-btn-group .btn:focus {
color: #105416 !important;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
box-shadow: -10px 0 0 #105416 !important;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
background: #105416 !important;
}
.spbooking-major-activities-media-type {
margin-left: 0;
}
.com-spbooking.view-package,
.com-spbooking.view-accomodation {
&.header-white .burger-icon > span {
background-color: #000;
}
}