/*
Theme Name: Linx
Theme URI: https://wordpress.org/
Author: Catalin Pantazi
Author URI: http://www.zugo.ro/
Description: Linx theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: linx
Text Domain: linx
*/

* {
    outline: none;
}
body {
    color: #555;
}
p {
    margin-bottom: 10px;
}
a {
    color: #aa0036;
    text-decoration: none;
}
a:hover {
    color: #aa0036;
    text-decoration: underline;
}
.clear {
    clear: both;
}
.container {
    max-width: 1000px;
    position: relative;
}
.page_header .container {
    overflow: visible !important;
}
article.post {
    margin: 20px 0;
}
article.post .post-thumbnail {
    float: left;
    margin: 0 10px 0 0;
    max-width: 40%;
    width: 225px;
    height: auto;
    display: block;
}
article.post .post-thumbnail img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 5px #ddd;
    border-radius: 2px;
}
article.post h2 {
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 700;
    margin: 0 0 10px 0;
    float: left;
    display: block;
    width: calc(60% - 10px);
}
article.post .post-date {
    font-size: .7em;
    margin-bottom: 5px;
    display: block;
    width: calc(60% - 10px);
    float: left;
}
article.post .post-text {
    font-size: .9em;
    line-height: 1.1em;
    float: left;
    display: block;
    max-width: calc(60% - 10px);
}
article.post .post-text > a {
    border-radius: 2px;
    display: block;
    margin-top: 10px;
    width: 120px;
    height: 22px;
    line-height: 22px;
    font-size: .8em;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #65767f;
    background: -moz-linear-gradient(top, #65767f 0%, #495359 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65767f), color-stop(100%,#495359));
    background: -webkit-linear-gradient(top, #65767f 0%,#495359 100%);
    background: -o-linear-gradient(top, #65767f 0%,#495359 100%);
    background: -ms-linear-gradient(top, #65767f 0%,#495359 100%);
    background: linear-gradient(to bottom, #65767f 0%,#495359 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65767f', endColorstr='#495359',GradientType=0 );
}
article.post .post-text > a:hover {
    background: #a90036;
    background: -moz-linear-gradient(top, #a90036 0%, #7f0141 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90036), color-stop(100%,#7f0141));
    background: -webkit-linear-gradient(top, #a90036 0%,#7f0141 100%);
    background: -o-linear-gradient(top, #a90036 0%,#7f0141 100%);
    background: -ms-linear-gradient(top, #a90036 0%,#7f0141 100%);
    background: linear-gradient(to bottom, #a90036 0%,#7f0141 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90036', endColorstr='#7f0141',GradientType=0 );
}
.page_header {
    background: #394247;
    color: #fff;
    margin: 0 0 20px 0;
}
.navbar {
    padding: 13px 0;
    align-items: flex-end;
}
.navbar-toggler-icon i {
    display: block;
    text-align: center;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    color: #fff;
}
.navbar-brand {
    background: url(images/logo-white.png) no-repeat center center;
    display: block;
    width: 145px;
    height: 70px;
    padding: 0;
    margin: 0;
}
.navbar-collapse a {
    color: #fff;
    border-radius: 2px;
}
.navbar-nav .nav-link {
    margin: 0 5px;
    font-weight: 500;
    font-size: 15px;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 2px;
    z-index: 99999;
}
.navbar-nav .dropdown-menu a {
    color: #394247;
    padding: .5rem 1rem;
    font-size: 15px;
    font-weight: 500;
}
h1.entry-title {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}
.page_footer {
    background: #394247;
    color: #fff;
    margin: 20px 0 0 0;
    padding: 25px 0;
}
#menu-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu-footer li {
    display: inline-block;
    margin-right: 20px;
}
#menu-footer a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
#menu-footer a:hover {
    color: #aaa;
}
.site_info {
    color: #aaa;
    font-size: 11px;
}
.site_info a {
    color: #aaa;
}
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
img.size-full,
img.size-large {
    max-width: 90%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
}
.wp_page_content h2 {
    font-weight: 700;
    font-size: 17px;
    margin: 20px 0 40px 0;
}
.fb_link {
    float: right;
    color: #394247;
    background: #fff;
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 28px;
    position: relative;
    top: 9px;
}
.page_search {
    display: none;
    background: #464f54;
    color: #fff;
    margin: -20px 0 20px 0;
    padding: 100px 0;
}
.page_search .search-field {
    background: none;
    border: none;
    border-bottom: 1px solid yellow;
    color: #fff;
    padding: 5px 10px;
    font-size: 25px;
    width: calc(100% - 60px);
    font-weight: 200;
    height: 45px;
    line-height: 60px;
}
.page_search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}
.page_search ::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
.page_search :-ms-input-placeholder { /* IE 10+ */
    color: white;
}
.page_search :-moz-placeholder { /* Firefox 18- */
    color: white;
}
.search-button {
    background: url(images/search-icon-home.png) no-repeat center center;
    float: right;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.head_buttons {
    position: absolute;
    right: 24px;
    top: 12px;
    z-index: 999;
}
.head_buttons i {
    font-size: 22px;
    cursor: pointer;
    margin-right: 20px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    float: left;
}
.head_buttons a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    float: right;
}
#menu-main li:last-child a {
    margin-right: 0;
}
.box_about {
    display: none;
    background: #f4f7fc;
    color: #394247;
    position: absolute;
    font-size: 13px;
    width: 350px;
    padding: 30px 50px 40px 50px;
    z-index: 88;
    right: 0;
    top: -5px;
}
.box_about a {
    color: #aa0036;
    float: left;
    margin-top: 10px;
}
.box_about i {
    float: right;
    margin: 0;
}
.box_about h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
body.home article.post .post-thumbnail {
    float: none;
    width: auto;
    max-width: unset;
    margin: 0;
}
body.home article.post h2 {
    float: none;
    width: unset;
    margin: 10px 2px;
}
body.home article.post .post-text {
    float: none;
    max-width: unset;
    margin: 0 2px;
}
.homepage_separator {
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 10px 0;
}
.last_posts_title {
    font-size: 17px;
    position: relative;
    top: 10px;
    margin-left: 2px;
}
body.home .page_header {
    background: #fff;
    color: #394247;
}
body.home .head_buttons a {
    color: #394247;
}
body.home .navbar-collapse a {
    color: #394247;
}
body.home .navbar-brand {
    background: url(images/logo-dark.png) no-repeat center center;
}
body.home .navbar-toggler-icon i {
    color: #394247;
}
.homepage_banner img {
    width: 100%;
}
.navbar-toggler {
    border: 1px solid #394247;
    border-radius: 2px;
}
h1.post-title {
    font-size: 24px;
    font-weight: 700;
    color: #394247;
    margin-top: 10px;
}
post .post-date {
    float: right;
    font-size: 12px;
}
post div.fb-like {
    float: right;
    clear: right;
}
post .post-author {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
}
.breadcrumbs li.current-item {
    display: none;
}
.breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li:before {
    content: '|';
    padding-right: 3px;
}
.breadcrumbs li:first-child:before {
    display: none;
}
.breadcrumbs a {
    color: #212529;
}
.mltlngg_switcher {
    float: right;
    margin-left: 10px;
    padding: 0 5px;
    border-radius: 2px;
    position: relative;
    top: -1px;
}
.mltlngg_switcher ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mltlngg_switcher button {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
}
.mltlngg_switcher img {
    width: 26px;
}
.mltlngg_switcher ul ul {
    display: none;
}
.mltlngg_switcher:hover ul ul {
    display: block;
}
.mltlngg_switcher:hover {
    background: #fff;
}

.r_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.r_menu li {
    display: block;
    float: left;
    height: 60px;
    width: 50%;
    color: white;
    background: #394247;
    text-align: center;
    cursor: pointer;
}
.r_menu li.active {
    background: #e8e813;
    color: #394247;
}
.r_menu div {
    height: 60px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 20px;
}
.r_menu span
{
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    font-size: 17px;
    font-weight: 600;
}
.r_list {
    list-style: none;
    margin: 15px 0 0 0;
    width: 100%;
    border: 6px solid #e8e813;
    padding: 15px;
    display: none;
    background: #fff;
}
.r_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.r_list div {
    font-size: 22px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
}
.r_list > li {
    display: none;
}
.r_list li.inactive {
    display: none;
}
.r_list li.active div:before {
    content: '\f00d';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
}
.r_list ul ul {
    display: none;
}
.r_list li.active ul {
    display: block;
}
.r_list ul ul li {
    border-top: 1px solid #394247;
}
.r_list ul ul li:first-child {
    border-top: 0;
}
.r_list a {
    display: block;
    color: #394247;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    padding: 7px 0;
}
.main_page_title,
.pagagrusi h3 {
    display: block;
    margin: 15px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}
.rusi_menu {
    position: absolute;
    right: 15px;
    z-index: 9999;
    width: 400px;
}
.rusi_banner {
    margin-bottom: 15px;
}
.rusi_banner img {
    width: 100%;
}
.sidebar h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.sidebar ul {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
}
.sidebar a {
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #394247;
    font-weight: 500;
    margin: 0 0 15px;
}
.sidebar img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px #ddd;
}
.other_articles_title {
    font-size: 19px;
    font-weight: 700;
    margin: 40px 0 5px 0;
}
.other_articles {
    margin: 0;
}
.other_articles a {
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: 500;
}
figure.wp-caption {
    max-width: 90%;
    margin: 20px auto;
    text-align: right;
    font-size: 14px;
    font-style: italic;
}
figure.wp-caption img {
    max-width: 100%;
    margin: 0 0 5px 0;
}
.navigation.pagination h2 {
    display: none;
}
.navigation.pagination {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
}
.navigation.pagination .page-numbers {
    padding: 0 5px;
}
.wpcf7-form-control {
    border: 1px solid #394247;
    background: #fff;
    border-radius: 3px;
    padding: 5px;
    color: #394247;
    font-weight: 500;
}
.wpcf7-submit {
    padding: 5px 15px;
    background: #394247;
    color: white;
}
.wpcf7-textarea {
    height: 100px;
    width: 600px;
}
.screen-reader-response {
    display: none;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
    color: red;
    padding-left: 5px;
}










@media (max-width: 991px) {
    .navbar-collapse #menu-main {
        padding-top: 20px;
    }
    #menu-footer {
        margin-bottom: 20px;
    }
    .box_about {
        width: 100vw;
        right: -15px;
    }
    .head_buttons {
        right: 15px;
    }
    .rusi_banner {
        display: none;
    }
    .rusi_menu {
        position: relative;
        margin-bottom: 15px;
        width: auto;
        right: 0;
    }
    .wpcf7-form-control {
        width: 100%;
    }
    .wpcf7-textarea {
        width: calc(100% + 6px);
    }
}
@media (min-width: 992px) {
    .navbar-collapse a:hover {
        color: #394247;
        background: #efefef;
    }
}