| Server IP : 216.250.13.251 / Your IP : 216.73.217.37 Web Server : nginx/1.24.0 System : Linux gunay 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : root ( 0) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/gunay/wp-content/themes/rttheme19/css/sass/partials/ |
Upload File : |
/* ==========================================================================
TOP BAR
========================================================================== */
$top-bar-height: 45px;
.rt-top-bar{
position: relative;
background: #e6aa21;
z-index: 110;
max-width: $content-row-max-width+px;
margin: auto;
&.fullwidth{
max-width: 100%;
}
.top-bar-inner{
@include clearfix();
max-width: $content-row-max-width + px;
padding-left: $rt-grid-gutter-width / 2 + 10;
padding-right: $rt-grid-gutter-width / 2 + 10;
margin: auto;
&.fullwidth{
max-width: 100%;
}
}
.top-bar-left{
float: left;
}
.top-bar-right{
float: right;
}
.widget{
line-height: $top-bar-height;
}
.rt_form, form{
line-height: 1;
}
}
/* Top Bar Widgets
========================================================================== */
.topbar-widget{
display: inline-block;
vertical-align: middle;
position: relative;
&:not(:last-child){
margin-right: 15px;
padding-right: 15px;
}
&:not(:last-child):after{
border-style: solid;
border-width: 0 1px 0 0;
content: "";
display: block;
height: 17px;
position: absolute;
right: 0;
top: 50%;
@include transform(translateY(-50%));
}
> *{
vertical-align: middle;
}
a{
text-decoration: none;
}
&.widget_text{
p:last-child{
margin-bottom: 0;
}
}
.search{
border: 0;
}
> ul{
list-style: none outside none;
margin: 0;
padding: 0;
> li{
display: inline-block;
}
> li:not(:last-child){
padding-right:5px;
}
}
}
/* Top Bar Menus
========================================================================== */
.rt-top-bar .menu{
list-style: none outside none;
margin: 0;
padding: 0;
> li{
position: relative;
display: inline-block;
float: left;
//top level items
> a{
padding: 0;
display: inline;
text-align: center;
text-decoration: none;
outline: none;
line-height: $top-bar-height;
padding-left: 15px;
}
&:not(:last-child) > a{
border-width: 0 1px 0 0;
border-style: solid;
padding-right: 15px;
}
&:before {
margin-right: -6px;
}
// hover and active states
> a:hover,
&.current-menu-ancestor > a,
&.current-menu-item > a,
{
text-decoration:none;
}
}
// sub menus
ul{
display: none;
position: absolute;
width: 160px;
list-style: none outside none;
z-index: 99999;
margin: 0;
padding: 0;
text-align: left;
line-height: 1.3;
li{
position: relative;
// sub level items
a{
padding: 10px;
display: block;
text-decoration:none;
}
// hover and active states
a:hover, > .current-menu-ancestor > a{
text-decoration:none;
}
}
li:not(:last-child) a{
border-style: solid;
border-width: 0 0 1px 0;
}
//2+ level sub menus
ul{
margin-left: 160px;
top: 0;
}
ul ul{
top: 0;
}
}
li:hover > ul{
display: block;
}
> li.menu-item-has-children > a:after{
content: "\f107";
font-family: fontello;
padding-left: 5px;
}
// Opposite direction for the drop down menus
> li.o-direction .sub-menu{
right: 0;
//2+ level sub menus
ul{
margin-right: 160px;
margin-left: auto;
}
}
}
.top-bar-left .menu{
> li:first-child > a{
padding-left: 0;
}
}