Created
February 7, 2021 18:32
-
-
Save nenadpoznanovichtec/930906df3c8128c2452eb98517d7d5b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.block1 { | |
background-color: rgba(255, 255, 255, 0.8); | |
padding: 25px; | |
width: 60%; | |
} | |
.columnstyle { | |
height: 500px; | |
} | |
.columnstyle .bg-mask { | |
opacity: 0; | |
} | |
li.vc_tta-tab { | |
background-color: #f2f2f2; | |
} | |
li.vc_tta-tab.vc_active { | |
background-color: #c6eaea; | |
} | |
.hotel-alone .menu-style-2 .menu .current-menu-ancestor>a{ | |
background: transparent !important; | |
} | |
.footer-custom a{ | |
color: #333; | |
} | |
.search-form-wrapper { | |
display: none !important; | |
} | |
#header.header-style-4 #topbar { | |
display: flex !important; | |
} | |
@media (max-width: 991px) { | |
#header.header-style-4 .header { | |
flex-direction: row-reverse; | |
} | |
} | |
.login, .signup { | |
display: none !important; | |
} | |
.topbar-right .st-list.topbar-items .topbar-item.link-item .login { | |
display: inline-block !important; | |
} | |
.st-header-4.single #header.header-style-4, .st-header-4.error404 #header.header-style-4, .st-header-4.page-template-template-checkout #header.header-style-4, .st-header-4.page-template-template-payment-success #header.header-style-4, .st-header-4.woocommerce-page #header.header-style-4, .st-header-4.author #header.header-style-4 { | |
background: #B38095; | |
} | |
#st-content-wrapper .st-breadcrumb ul, | |
#st-content-wrapper .widgets { | |
background-color: transparent; | |
} | |
#st-content-wrapper .st-description .cut-gradient { | |
background-image: linear-gradient(rgba(255, 255, 255, 0) 1%, transparent 80%) | |
} | |
#st-content-wrapper.st-single-tour .st-overview .st-description { | |
height: auto !important; | |
} | |
.st-overview .st-link, | |
.review-score, | |
.advance-menu { | |
display: none !important; | |
} | |
#main-footer > div { | |
padding: 0px 0; | |
} | |
.sidebar-item-wrapper, .search-result-page.st-tours .grid-item .service-border, | |
#st-content-wrapper.st-single-tour .st-list-tour-related .item{ | |
background-color: white; | |
} | |
#header.header-style-4 .header .header-right #st-main-menu .main-menu li:last-child i { | |
display: none; | |
} | |
@media (max-width: 767px) { | |
.dropdown-language.hidden-xs.hidden-sm { | |
display: block !important; | |
text-align: right; | |
padding-right: 0 !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment