| Server IP : 149.28.60.191 / Your IP : 216.73.217.128 Web Server : nginx/1.31.1 System : Linux vultr.guest 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : mda ( ) PHP Version : 7.4.33 Disable Function : getmyuid,passthru,leak,listen,diskfreespace,tmpfile,link,shell_exec,dl,exec,system,highlight_file,source,show_source,fpassthru,virtual,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix_getppid,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,proc_open,proc_close,proc_nice,proc_terminate,escapeshellcmd,ini_alter,popen,pcntl_exec,socket_accept,socket_bind,socket_clear_error,socket_close,socket_connect,symlink,posix_geteuid,ini_alter,socket_listen,socket_create_listen,socket_read,socket_create_pair,stream_socket_server MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/mda/webapps/mda-restore/wp-content/themes/Avada/assets/css/ |
Upload File : |
/* stylelint-disable no-descending-specificity */
.fusion-page-title-bar {
clear: both;
padding: 0 10px;
height: var(--page_title_height);
width: 100%;
background-position: center center;
background-repeat: no-repeat;
background-origin: border-box;
background-color: var(--page_title_bg_color);
border-top: 1px solid;
border-bottom: 1px solid;
background-image: var(--page_title_bg);
border-color: var(--page_title_border_color);
background-size: auto;
}
.fusion-page-title-bar h1,
.fusion-page-title-bar h3 {
margin: 0;
padding: 0;
line-height: 26px;
font-weight: normal;
font-size: 14px;
color: #343333;
}
.fusion-page-title-bar h1 {
font-size: 18px;
color: var(--page_title_color);
}
.fusion-page-title-bar .fusion-page-title-row h1 {
font-size: var(--page_title_font_size);
line-height: var(--page_title_line_height);
}
.fusion-page-title-bar h3 {
font-size: var(--page_title_subheader_font_size);
line-height: calc(var(--page_title_subheader_font_size) + 12px);
color: var(--page_title_subheader_color);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
.fusion-page-title-bar {
background-image: var(--page_title_bg_retina, var(--page_title_bg));
background-size: cover;
}
}
.fusion-page-title-bar .fusion-breadcrumbs {
font-size: var(--breadcrumbs_font_size);
color: var(--breadcrumbs_text_color);
}
.fusion-page-title-bar .fusion-breadcrumbs li,
.fusion-page-title-bar .fusion-breadcrumbs li a {
font-size: var(--breadcrumbs_font_size);
}
.fusion-page-title-bar .fusion-breadcrumbs a {
color: var(--breadcrumbs_text_color);
}
.fusion-page-title-bar .fusion-breadcrumbs a:hover {
color: var(--breadcrumbs_text_hover_color);
}
.avada-has-pagetitle-bg-full .fusion-page-title-bar {
background-size: cover;
}
.fusion-page-title-row {
margin: 0 auto;
height: 100%;
}
.fusion-page-title-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
height: 100%;
width: 100%;
}
.page-title-bar-search .fusion-page-title-captions {
width: auto;
}
.fusion-page-title-secondary {
flex-shrink: 0;
text-align: right;
}
.fusion-page-title-secondary .searchform {
display: inline-block;
width: 100%;
max-width: 250px;
}
.fusion-breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
}
.fusion-breadcrumbs span {
display: inline-block;
}
.fusion-page-title-bar-left .fusion-page-title-secondary {
margin-left: 10px;
}
.fusion-page-title-bar-center .fusion-page-title-captions {
text-align: center;
width: 100%;
}
.fusion-page-title-bar-center .fusion-page-title-secondary {
display: block;
width: 100%;
text-align: center;
}
.fusion-page-title-bar-center .searchform {
margin-top: 10px;
}
.fusion-page-title-bar-right .fusion-page-title-wrapper {
flex-flow: row-reverse;
}
.fusion-page-title-bar-right .fusion-page-title-captions {
text-align: right;
}
.fusion-page-title-bar-right .fusion-page-title-secondary {
margin-right: 10px;
text-align: left;
}
html:not(.avada-has-site-width-percent) .fusion-page-title-bar {
padding-left: 30px;
padding-right: 30px;
}
html.avada-has-site-width-percent.avada-has-site-width-100-percent .fusion-page-title-bar {
padding-left: var(--hundredp_padding);
padding-right: var(--hundredp_padding);
}
.avada-has-pagetitle-bg-parallax .fusion-page-title-bar {
background-attachment: fixed;
background-position: top center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
.avada-has-pagetitlebar-retina-bg-image .fusion-page-title-bar {
background-image: var(--page_title_bg_retina);
background-size: cover;
}
}
.avada-has-titlebar-content_only.fusion-body .fusion-page-title-bar {
background: none;
border: none;
}
.wrapper_blank .page-title-bar {
margin-bottom: 25px;
}
.rtl .fusion-page-title-bar {
direction: ltr;
}
.rtl .fusion-page-title-bar-left .fusion-page-title-captions {
text-align: left;
}
.rtl .fusion-page-title-bar-center .fusion-breadcrumbs,
.rtl .fusion-page-title-bar-left .fusion-breadcrumbs,
.rtl .fusion-page-title-bar-right .fusion-breadcrumbs,
.rtl .fusion-page-title-bar-center .fusion-page-title-captions,
.rtl .fusion-page-title-bar-left .fusion-page-title-captions,
.rtl .fusion-page-title-bar-right .fusion-page-title-captions,
.rtl .fusion-page-title-bar-center .searchform,
.rtl .fusion-page-title-bar-left .searchform,
.rtl .fusion-page-title-bar-right .searchform {
direction: rtl;
}