.page_wrap.with_bg {
background-repeat: no-repeat;
background-position: top center;
-webkit-background-size: cover;
background-size: cover;
}
.page_wrap.with_bg.contain_size {
background-repeat: repeat;
background-position: top center;
-webkit-background-size: contain;
background-size: contain;
}
.page_wrap.with_bg.fixed {
background-attachment: fixed;
}
.page_wrap.with_bg .page_content_wrap {
background-color: transparent;
}
.page_wrap.with_bg [class*="scheme_"].top_panel {
background-color: transparent;
}
.page_wrap.with_bg_fixed .page_content_wrap {
background-color: transparent;
}
.page_wrap.with_bg_fixed [class*="scheme_"].top_panel {
background-color: transparent;
}
.page_wrap.with_bg_fixed .custom_bg_fixed {
display: block;
position: fixed;
z-index: 0;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-repeat: no-repeat;
background-position: top center;
-webkit-background-size: cover;
background-size: cover;
}
.page_wrap.with_bg_fixed .custom_bg_fixed.contain_size {
background-repeat: repeat;
background-position: top center;
-webkit-background-size: contain;
background-size: contain;
}
.post_item_404 .page_title {
font-size: 20.85vw;
color: var(--theme-color-text_link);
}
.post_item_404 .page_subtitle {
font-size: 3.353em;
color: var(--theme-color-text_link);
}
.post_item_404 .page_description {
font-size: 1rem;
}
.post_item_404 .go_home {
border-color: var(--theme-color-text_link2) !important;
background-color: var(--theme-color-text_link2) !important;
}
.post_item_404 .go_home:hover, .post_item_404 .go_home:focus {
border-color: var(--theme-color-text_hover2) !important;
background-color: var(--theme-color-text_hover2) !important;
}
.post_item_404 .post_content .all-svg {
display: none;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
color: var(--theme-color-extra_dark);
}
.num-hover,
.num-hover * {
color: var(--theme-color-bd_color);
}
.map_marker_2 {
width: 80px;
height: 80px;
background-color: var(--theme-color-text_link2);
}
.map_marker_2:before {
color: var(--theme-color-inverse_link);
}
.sc_price_simple_shadow .sc_price_item {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.sc_blogger_default.sc_blogger_default_classic_3 .sc_blogger_item_default.sc_blogger_item_on_plate {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.sc_services_modern .sc_services_item_thumb .all-svg .svg-1,
.sc_services_modern .sc_services_item_thumb .all-svg .svg-2 {
display: none;
}
.sc_services_modern .sc_services_item:hover .sc_button_arrow,
.sc_services_modern .sc_services_item .sc_button_arrow:hover {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.button_bg_icon_color .sc_button_icon {
background-color: var(--theme-color-alter_bg_color);
}
@media (max-width: 767px) {
.post_item_404 .page_title {
font-size: 140px;
}
.post_item_404 .page_subtitle {
font-size: 37px;
}
.sc_item_title:not(.sc_typed) br {
display: none;
}
}