hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/www.obusignal.com/www.obusignal.com/wp-content/themes/fox/ |
html {
overflow-y: scroll;
}
// typography
$body: "Helvetica Neue", Helvetica, Arial, sans-serif;
$heading: "Helvetica Neue", Helvetica, Arial, sans-serif;
$nav: "Helvetica Neue", Helvetica, Arial, sans-serif;
// color
$accent: #db4a37;
$link-color: #db4a36;
$border: #c0c1c0;
// content width
$container: 1080px;
// screen widths
$desktop: 1279px;
$ipad: 1023px;
$ipad-p: 767px;
$iphone: 600px;
$iphone-p: 479px;
$iphone-5: 374px;
$ipad-f: 0.88;
$ipad-p-f: 0.71;
$iphone-f: 0.5;
$iphone-p-f: 0.42;
// mobile header height
$mobile-height: 54px;
$fb: #3b5998;
$ms: #0084ff;
$tw: #55acee;
$pin: #cc2127;
$lin: #0077b5;
$em: #111;
$wa: #128c7e;
$rd: #ff4500;
/* IMPORT
-------------------------------------------------------------------------------------------------------------------- */
// 01 - LIB
@import 'v55/css/lib/bourbon/bourbon';
@import 'v55/css/lib/media-queries';
@import 'v55/css/lib/utilities'; // since 4.3
@import 'v55/css/lib/fontawesome-5.15.4/scss/fontawesome';
@import "v55/css/lib/fontawesome-5.15.4/scss/solid.scss";
@import "v55/css/lib/fontawesome-5.15.4/scss/brands.scss";
@import 'v55/css/lib/feather';
@import 'v55/css/lib/flexslider';
@import 'v55/css/lib/slick';
@import 'v55/css/lib/tooltipster';
@import 'v55/css/lib/magnific.popup'; // since 4.0
// 02 - COMPONENTS
@import 'v55/css/common55'; // typography, reusable code, general layout, WP default elements, form input, button
@import 'v55/css/elements'; // heading, instagram, authors, social
@import 'v55/css/header55'; // mega menu
@import 'v55/css/blog'; // blog layout, blog item, pagination, titlebar, archive page
@import 'v55/css/plugins'; // wpcf7, mailchimp, elementor
/**
* let those classes in the end of file
*/
.hide_on_desktop {
display: none !important;
}
.show_on_tablet {
@include media( tablet ) {
display: block !important;
}
}
.hide_on_tablet {
@include media( tablet ) {
display: none !important;
}
}
.show_on_mobile {
@include media( mobile ) {
display: block !important;
}
}
.hide_on_mobile {
@include media( mobile ) {
display: none !important;
}
}
/* FOX BLOCK PAGE
---------------------------------------------------------------------------------------------------------------------------- */
.single-fox_block {
.site-content {
min-height: 100vh;
}
}
.demonstration {
display: block;
background: #000;
color: #fc0;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 999;
padding: 10px;
font-family: Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5;
text-align: center;
p {
margin: 0;
}
}
.fox-library-modal-btn {
margin-left: 5px;
background: #000;
vertical-align: top;
}
.fox-library-modal-btn:before {
content: "";
width: 24px;
height: 24px;
background-image: url(images/foxhead.png);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
margin-right: 10px;
}
.elementor-add-new-section .elementor-add-section-area-button.fox-library-modal-btn {
width: auto;
font-size: 14px;
font-family: Helvetica, sans-serif;
font-weight: bold;
background: #006ba1;
border-radius: 0;
padding: 0 10px;
display: flex;
align-items: center;
}
/* TEMPLATE BUILDER PROBLEM
---------------------------------------------------------------------------------------------------------------------------- */
@include media( mobile ) {
.archive-builder,
.single-builder {
.container {
max-width: 100%;
}
}
}
/* FIXES
---------------------------------------------------------------------------------------------------------------------------- */
.container {
width: var(--content-width);
}
.sticky-section-height {
display: none;
height: 60px; // just a number
}
@media (max-width: 767px) {
.elementor .elementor-hidden-mobile + .sticky-section-height,
.elementor .elementor-hidden-phone + .sticky-section-height {
display: none !important;
}
}
.fox-sticky-section {
z-index: 980;
-webkit-transition: all .6s ease-out !important;
transition: all .6s ease-out !important;
&.elementor-section-stretched {
-webkit-transition: top .6s ease-out, opacity .3s, visibility .3s !important;
transition: top .6s ease-out, opacity .3s, visibility .3s !important;
}
&.before-sticky {
position: fixed !important;
top: -300px;
left: 0 !important;
right: 0 !important;
width: 100%;
// border: 0 solid $border;
border: 0;
// border-width: 0 0 1px; // since 2.9
padding-top: 0;
padding-bottom: 0;
overflow: hidden; /* when user hovers the menu doesn't behave weird */
}
&.is-sticky {
top: 0;
overflow: visible;
}
}
.admin-bar .fox-sticky-section.is-sticky {
top: 32px;
}
.fox-sticky-section.before-sticky + .sticky-section-height {
display: block;
}