This file contains 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
.handheld-header-v2 .header-logo img, | |
.mobile-header-v1 .header-logo img, | |
.mobile-header-v2-inner .header-logo img { | |
max-width: 136px; | |
} | |
.handheld-header-v2 .handheld-header-links>ul li.my-account, | |
.mobile-header-v1 .handheld-header-links>ul li.my-account, | |
.mobile-header-v2-inner .handheld-header-links>ul li.my-account { | |
margin-left: 0; |
This file contains 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
.video-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist.added:before, | |
.movie-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist.added:before, | |
.tv-show-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist.added:before, | |
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover:before, | |
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a:before, | |
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before, | |
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before, | |
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before, | |
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before, | |
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layer |
This file contains 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
@media screen (max-width: 767px) { | |
.header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu>li.open.focus>ul.sub-menu { | |
display: block !important; | |
} | |
.header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu>li.focus>ul.sub-menu { | |
display: none !important; | |
} | |
.header-5 .main-navigation .sub-menu { |
This file contains 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
@media (min-width: 1199.98px) and (max-width: 1479.98px) { | |
.products-4-1-4-block .wp-block-elgb-products, | |
.products-4-1-4-block .wp-block-elgb-product-featured{ | |
display: flex; | |
height: 100%; | |
} | |
.products-4-1-4-block .wp-block-elgb-products > div, | |
.products-4-1-4-block .wp-block-elgb-product-featured > div { | |
display: flex; |
This file contains 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
.off-canvas-bg-opacity { | |
transform: translateX(-250px) !important; | |
} | |
.off-canvas-navigation { | |
left: auto; | |
right: -250px; | |
} |
This file contains 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
.off-canvas-navigation-wrapper { | |
position: absolute !important; | |
z-index: 9; | |
right: 0; | |
bottom: 20px; | |
} | |
.mobile-header-v1 .site-search, | |
.mobile-header-v2 .site-search { | |
margin-right: 60px; |
This file contains 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
@media (min-width: 992px) and (max-width: 1199px) { | |
.editor-styles-wrapper .comingsoon-launch-section .btn-subscribe { | |
padding: 14px 20px; | |
} | |
.editor-styles-wrapper .comingsoon-launch-section .email { | |
max-width: 84px; | |
} | |
} |
This file contains 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
.tokoo-search-form-wrapper form.search-form, | |
.tokoo-search-form-wrapper .woocommerce-product-search, | |
.widget_search form.search-form, | |
.widget_search .woocommerce-product-search, | |
.widget_product_search form.search-form, | |
.widget_product_search .woocommerce-product-search { | |
z-index: 10; | |
} | |
.twitter-typeahead .tt-menu { |
This file contains 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
table.cart .actions .checkout-button, | |
#payment .place-order button[type=submit], | |
.single_add_to_cart_button.button { | |
color: #fff; | |
background-color: #F25125; | |
border-color: #F25125; | |
} | |
table.cart .actions .checkout-button:hover, | |
#payment .place-order button[type=submit]:hover, |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- Title --> | |
<title>Hotel Single v3 | MyTravel - Responsive Website Template</title> | |
<!-- Required Meta Tags Always Come First --> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |