﻿.widget-title
{
    margin: 0 0 8px;
    padding: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}
.gt3_widget select
{
    margin-top: 5px;
}
.widget li, aside>.widget
{
    position: relative;
}
.elementor-widget-sidebar>.widget+.widget, aside>.widget+.widget
{
    margin-top: 40px;
}
aside>.widget:last-child
{
    margin-bottom: 35px;
}
.widget.main_wrapper ul li:before
{
    content: "";
    font: normal normal normal 6px/1 FontAwesome;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.widget.main_wrapper ul li a
{
    font-size: 14px;
    line-height: 1.6;
}
.widget.gt3_widget ul
{
    margin-left: 0;
}
.widget .post_count:before
{
    content: "(";
}
.widget .post_count:after
{
    content: ")";
}
@media only screen and (max-width: 1025px) and (min-width: 768px)
{
    .post_count
    {
        display: none!important;
    }
}