| Server IP : 119.59.104.26 / Your IP : 216.73.217.55 Web Server : Apache/2 System : Linux ns69.hostinglotus.net 4.18.0-553.141.2.el8_10.x86_64 #1 SMP Wed Jul 8 10:28:18 EDT 2026 x86_64 User : com12370 ( 1517) PHP Version : 7.2.34 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/com12370/public_html/wp-content/themes/MIXThemes/assets/css/sass/components/ |
Upload File : |
/* Pop Up */
// blur element
.tie-popup-is-opend #tie-wrapper{
transition: filter 0.2s;
filter: blur(4px);
}
//Pop up modal
.tie-popup {
position: fixed;
z-index: 99999;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(#000, 0.8);
display: none;
perspective: 600px;
}
.tie-popup-container {
position: relative;
z-index: 100;
width: 90%;
max-width: 370px;
margin: 10em auto 0;
border-radius: $base-border-radius;
box-shadow: 0 0 20px rgba(#000, .2);
transition: 0.3s;
will-change: transform, opacity;
transform: scale(0.9) rotateX(12deg) translateY(-50px);
opacity: 0;
.container-wrapper{
background-color: #ffffff ! important;
border-radius: $base-border-radius ! important;
}
}
#tie-popup-adblock{
.tie-popup-container{
max-width: 500px;
}
.container-wrapper{
background: $danger_color !important;
text-align: center;
color: #fff;
}
.fa{
font-size: 120px;
margin-bottom: 10px;
}
.adblock-message{
font-size: 12px;
}
}
#pop-up-live-search{
will-change: transform, opacity;
transition: 0.3s;
transform: scale(0.97) rotateX(10deg) translateY(-10px);
opacity: 0;
}
.tie-popup-is-opend #pop-up-live-search,
.tie-popup-is-opend .tie-popup-container{
opacity: 1;
transform: scale(1) rotateX(0) translateY(0);
}
// Fullwidth overlay search
#tie-popup-search-wrap {
.container {
padding: 0;
}
@include placeholder(){
color: #ffffff;
}
form {
position: relative;
height: 80px;
margin-bottom: 20px;
}
}
.popup-search-wrap-inner {
position: relative;
padding: 100px 15px 0;
}
#tie-popup-search-input {
width: 100%;
height: 80px;
line-height: 80px;
background: rgba(#000, 0.6);
font-weight: 600;
font-size: 25px;
border: 0;
padding-right: 80px;
padding-left: 20px;
color: #ffffff;
}
#tie-popup-search-submit {
font-size: 35px;
color: $brand-color;
position: absolute;
right: 25px;
top: 16px;
background: transparent !important;
transition: 0.15s;
&:hover{
color: $dark-brand-color;
}
.fa-spinner{
color: #555;
cursor: default;
}
}
// Live Search -------------------------------------------------
.autocomplete-suggestions { // wrapper
overflow: auto;
padding: 20px;
color: $base-color;
position: absolute;
display: none;
width: 370px;
z-index: 9999;
.post-meta{
margin: 3px 0 0;
}
}
.autocomplete-suggestion { // item
padding-bottom: 20px;
clear: both;
overflow: hidden;
&:last-child {
padding-bottom: 0 !important;
}
}
.autocomplete-no-suggestion{
text-align: center;
font-weight: 600;
}
.live-search-dark{
color: $dark-base-color;
background: $darker-bg;
border: 1px solid rgba(255,255,255,0.07);
margin: 0 -1px;
&.search-in-top-nav{
background-color: $top-nav-dark-bg;
}
}
.live-search-dark,
.live-search-popup{
.post-title a:not(:hover){
color: #ffffff;
}
}
.live-search-light{
border: $base-border;
background: #ffffff;
}
// PopUP Search
.live-search-popup{
position: fixed !important;
width: 100% !important;
z-index: 999999 !important;
background: rgba(#000, 0.6);
.autocomplete-suggestion {
padding-bottom: 30px;
}
.post-widget-body .post-title{
@include font-size(18px);
line-height: 23px;
padding-top: 5px;
}
.button{
@include font-size(14px);
padding-top: 12px;
padding-bottom: 12px;
}
}