/*!
Theme Name: Wordpress 2022

*/
body {
    background-color: #ffffff;
    font-size: 16px;
    line-height: 23px;
}

#content {
    min-height: 560px;
}

.container-net {
    width: 1366px;
    max-width: 1366px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto !important;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: auto;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: auto;
}

a, button, input {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

blockquote {
    font-size: 1.25rem;
    padding: 1.25rem 1.75rem;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table th, table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

table table {
    background-color: #fff;
}

figcaption {
    padding-top: 0;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: 0.5rem 1.25rem;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    cursor: pointer;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

select {
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

blockquote {
    font-style: italic;
    font-size: 1.15rem;
    border-left: 3px solid rgba(33, 37, 41, 0.25);
    padding: 0.5rem 1.75rem;
    background: rgba(33, 37, 41, 0.05);
}

blockquote p {
    font-size: 1.15rem;
}

blockquote p:last-child {
    margin-bottom: 0;
}

.navbar-dark .navbar-nav .dropdown-menu a {
    display: inline;
    width: 100%;
    padding: 6px 0px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: 16px;
    font-size: 16px;
}

.site-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 50%;
}

.post-thumbnail {
    margin-top: 1.5em;
    display: inline-block;
}

.card-title.entry-title {
    margin-bottom: .25rem;
}

.entry-meta {
    font-size: .9rem;
}

.entry-footer {
    font-size: .9rem;
    margin-top: 1rem;
}

.widget_unu ul {
    padding-left: 0!important;
    list-style: none;
}

.widget_unu a, .widget_doi a, .widget_trei a {
    color: #fff!important;
    font-size: 14px;
    line-height: 25px;
}

.widget_doi ul {
    padding-left: 0 !important;
    list-style: none;
}

.widget_trei ul {
    padding-left: 0!important;
    list-style: none;
}

.comments-link {
    float: right;
    margin: 4px 0px 4px 10px;
    font-size: 90%;
    padding-top: 0.2em;
}

.cat-links .badge, .tags-links .badge {
    font-size: 90%;
    font-weight: normal;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 4px 10px 4px 0;
    padding: 0.4em .9em;
}

.cat-links a, .tags-links a {
    color: #6c757d;
}

.cat-links a:hover, .tags-links a:hover {
    text-decoration: none;
    color: #212529;
}

.entry-meta a, .comments-link a, .edit-link a {
    color: #6c757d;
}

.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover {
    text-decoration: none;
    color: #007bff;
}

.entry-title a:hover {
    color: #007bff !important;
}

.content-area.wp-bp-404 .card-body {
    padding: 2.5rem 4rem;
}

.sidebar-1-area .widget, .footer-widgets .widget {
    margin-bottom: 0;
    padding: 2rem;
}

.sidebar-1-area .widget ul, .footer-widgets .widget ul {
    padding-left: 20px;
    color: #6c757d;
    margin-bottom: 0;
}

.sidebar-1-area .widget ul li, .footer-widgets .widget ul li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a {
    color: #6c757d;
}

.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover {
    color: #212529;
    text-decoration: none;
}

.footer-widgets .widget {
    padding: 0;
}

#wp-calendar #next {
    text-align: right;
}

#wp-calendar #prev a, #wp-calendar #next a {
    color: #6c757d;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
    color: #212529;
    text-decoration: none;
}

#calendar_wrap table th, #calendar_wrap table td {
    padding: .25rem;
}

.hentry.card .card-body {
    padding: 1.5rem;
}

select {
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.entry-title a:hover {
    text-decoration: none;
}

.mt-3r {
    margin-top: 2rem;
}

.wp-bs-4-jumbotron {
    margin-bottom: 0;
}

.wp-bs-4-jumbotron .jumbotron-heading {
    font-weight: 600;
}

.wp-bs-4-jumbotron .container {
    max-width: 40rem;
}

.comments-area {
    clear: both;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.comments-area .media-body {
    overflow: auto;
}

.comments-area .comment-list {
    list-style: none;
    padding-left: 0;
}

.comments-area .comment-list > li {
    border-bottom: 1px solid #dee2e6 !important;
    padding: 2.5rem 4rem;
}

.comments-area .comment-list ul.children {
    list-style: none;
    padding-left: 2rem;
}

.comments-area .comment-list ul.children li {
    padding: 2.5rem 0 0;
}

.comments-area .comment-list .comment-respond {
    padding: 2.5rem 4rem;
}

.comments-area .comments-title {
    padding: 2.5rem 4rem;
    border-bottom: 1px solid #dee2e6 !important;
}

.comments-area .comment-navigation {
    padding: 1rem 4rem 0;
    border-bottom: 1px solid #dee2e6 !important;
}

.comments-area .wb-comment-form {
    padding: 2.5rem 4rem;
}

.comments-area .wb-cancel-reply {
    margin-left: 2rem;
}

.comments-area .logged-in-as {
    padding-left: 15px;
    font-size: .9rem;
}

.comments-area .logged-in-as a {
    color: #6c757d;
}

.comments-area .logged-in-as a:hover {
    color: #212529;
    text-decoration: none;
}

.comments-area .wb-comment-notes {
    font-size: .9rem;
}

.comments-area .no-comments {
    padding: 1rem 4rem;
}

.comments-area small {
    font-size: .9rem;
}

.comments-area p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.comments-area .comment-reply-link, .comments-area .comment-edit-link {
    margin-right: 1rem;
    color: #6c757d;
}

.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover {
    color: #212529;
    text-decoration: none;
}

.comments-area .comment-author a:hover {
    text-decoration: none;
    color: #212529;
}

.wp-bp-sticky {
    position: absolute;
    top: 0;
    right: 1rem;
}

.single .post-navigation .nav-links a {
    color: #6c757d;
    margin-bottom: 2rem;
    display: inline-block;
}

.single .post-navigation .nav-links a:hover {
    color: #212529;
    text-decoration: none;
}

.navbar {
    padding: 5px;
}

#wp-bp-posts-slider {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#wp-bp-posts-slider .carousel-item img {
    width: auto;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

#wp-bp-posts-slider .carousel-caption {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 4rem;
}

#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next {
    width: 10%;
}

.custom-logo-link {
    margin-right: 1rem;
}

.site-title a, .navbar-dark .navbar-brand, .site-description {
    color: #fff;
    margin-bottom: 0;
}

.navbar-brand {
    font-size: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    opacity: 1;
    font-size: 15px;
    padding: 0px 0px;
    font-weight: 500;
    z-index: 9;
    position: relative;
    margin: 0px 6px;
    border-bottom: 1px solid #3aa5ff00;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 16px;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #2186cc;
    opacity: 1;
    border-bottom: 1px solid #2186cc;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #0a0d35;
    opacity: 1;
    border-bottom: 1px solid #0a0d35;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link {
    color: #212529;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #ff0000;
}

.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 {
    margin-top: 0 !important;
}

.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
    display: none;
}

.navbar-toggler {
    background-color: #1f73be;
    color: rgb(255 255 255) !important;
    line-height: 22px;
    padding: 5px 20px 8px 20px;
}

.site-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0px 60px;
    background: #fff;
}

.paddis {
    padding: 15px 60px;
}

body.custom-background .wp-bp-main-content .col-md-8 {
    background: #f8f9fa;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.site-footer a:hover {
    text-decoration: none;
}

.admin-bar .site-header.sticky-top {
    top: 32px;
    box-shadow: 0 -4px 13px -4px #000;
}

.wb-bp-front-page .site-header {
    border-bottom: 0;
    padding: 0px 60px;
    border-top: 2px solid #007bff;
}

.wb-bp-front-page .wp-bs-4-jumbotron {
    padding: 0;
    background-size: cover;
    background-position: center;
    background-color: #343a40;
    border-radius: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
    padding: 10rem 2rem;
    /* background: rgba(#212529, 0.7); */
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead {
    opacity: .75;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.wb-bp-front-page .wp-bp-services-section {
    padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content {
    padding: 0rem 0;
}

.wb-bp-front-page .wp-bp-main-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.wb-bp-front-page .wp-bp-main-content blockquote {
    font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content blockquote p {
    font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content .post-thumbnail {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.wb-bp-front-page .wp-bp-feat-card-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.wp-caption .wp-caption-text {
    font-size: 0.95rem;
}

b, strong {
    font-weight: 700 !important;
}

.instal_servi h3 {
    font-size: 23px;
    line-height: 33px;
}

.title_section h2 {
    font-size: 30px;
    line-height: 30px;
}

/*--------------------------------------------------------------
# Rezolutie
--------------------------------------------------------------*/
@media (max-width: 768px) {
    .wb-bp-front-page .site-header {
        padding:0px;
    }
	
	#primary-menu li {
    justify-content: normal!important;
}
	
	.telefon_footer a {
    font-size: 21px!important;
    line-height: 30px!important;
}

.email_footer a {
    font-size: 24px!important;
    line-height: 30px!important;
}

.adresa_footer a {
    font-size: 21px!important;
    line-height: 22px!important;
}

.program_footer a {
    font-size: 21px!important;
}
	
	.section_top h2 {
    font-size: 26px !important;
}

.section_top {
    background-position: 30% 0% !important;
    padding: 20px  0px !important;
}

.tratament_section img {
    position: relative!important;
}

.beneficii_section li {
    font-size: 17px!important;
    line-height: 25px!important;
    margin-bottom: 20px!important;
}

    .dropdown-menu {
        border: none;
    }

    .title-instalator h1 {
        font-size: 25px!important;
    }

    .imagine_instalator img {
        display: none;
    }

    .telefon_title h2 {
        font-size: 40px !important;
        line-height: 40px!important;
    }

    .mt-100 {
        margin-top: 10px !important;
    }

    .box_blue h3 {
        font-size: 20px!important;
    }

    .h1home {
        font-size: 32px !important;
        line-height: 40px!important;
    }

    .h2telefon h3 {
        font-size: 40px !important;
        line-height: 40px!important;
    }

    .custom-logo {
        height: 60px !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 21px !important;
        padding: 5px 0px!important;
        margin: 0px !important;
    }

    .site-header {
        padding: 0px;
    }

    .paddis {
        padding: 15px 0px
    }

    #primary-menu {
        padding: 10px 20px;
    }
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
    .hentry.card .card-body {
        padding: 2.5rem 4rem;
    }

    .wb-hide-mobile-sidebar .wp-bp-sidebar-width {
        display: block;
    }
}

/* --- Inceput formular --- */
.formular_contact input[type="text"], .formular_contact .wpcf7 input[type="email"] {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #aeaeae;
    background: #fff;
    color: #000;
}

.formular_contact select {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    background: #fff;
    color: #000;
}

.formular_contact textarea {
    border-radius: 10px;
    border: 1px solid #aeaeae;
    background: #fff;
    color: #000;
}

.formular_contact form {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 0px 18px -11px #000;
    border-radius: 7px;
}

label {
    width: 100%;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

/* --- Sfarsit formular --- */
.btn_programare a {
    background: #ff6613;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    border-radius: 7px;
    padding: 10px 20px;
    border: 1px solid transparent;
    display: inline-block;
    font-weight: 600;
}

.btn_programare a:hover {
    background: #fff;
    color: #ff6613;
    font-size: 18px;
    line-height: 34px;
    border-radius: 7px;
    padding: 10px 20px;
    border: 1px solid #ff6613;
    text-decoration: none;
    box-shadow: 0 13px 32px -18px #000;
}

.section_top {
    padding: 100px 0px;
}

.section_top h2 {
    font-size: 36px;
}

.cta_section {
    overflow: initial !important;
}

.cta_under_section {
    margin-top: -60px;
}

.text_under_section {
    padding: 30px 40px !important;
    box-shadow: 0 0px 32px -18px #000;
    border-radius: 10px;
}

.lista_reparatii h3 {
    font-size: 20px;
    line-height: 25px;
}

.lista_reparatii i {
    color: #2087cc;
}

.lista_reparatii li {
    font-size: 17px;
    line-height: 35px;
}

.tratament_section {
    padding: 50px 0px;
    position: relative;
}

.tratament_section img {
    position: absolute;
    bottom: -50px;
    right: 0px;
}

.beneficii_section li {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 10px;
	position: relative;
    padding-left: 35px;
}

.beneficii_section {
    padding: 50px 0px;
}

.testimoniale_section {
    padding: 50px 0px;
}

.testimoniale_section p {
    background: #fff;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 0px;
    border: 2px solid transparent;
}

.testimoniale_section p:hover {
    box-shadow: 0 0px 32px -18px #000;
    border: 2px solid #ff6613;
}

.combate_section {
    padding: 50px 0px;
}

.combate_section p {
    font-size: 18px !important;
    line-height: 24px !important;
}

.opreste_durerea {
    padding: 50px 0px;
}

.opreste_durerea h2 {
    color: #fff;
}

.opreste_durerea p:hover {
    box-shadow: 0 0px 32px -18px #000;
}

.opreste_durerea p {
    background: #ffffffd6;
    padding: 20px 40px !important;
    border-radius: 7px;
    min-height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700 !important;
    text-align: center !important;
}

.text_imagini h3 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
}

.imagine_zone .vc_single_image-wrapper {
    position: relative;
}

.imagine_zone img {
    box-shadow: 0 0px 32px -18px #000;
    border-radius: 7px;
}

.imagine_zone .vc_single_image-wrapper:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 102%;
    height: 102%;
    background: #1366d4;
    z-index: -1;
    transform: rotate(3deg);
    border-radius: 7px;
}

.formular_section {
    padding: 50px 0px;
}

.telefon_footer {
    position: relative;
    margin-bottom: 30px;
}

.telefon_footer i {
    position: absolute;
    left: 0px;
    font-size: 32px;
    bottom: 10px;
    text-align: center;
    width: 43px;
}

.telefon_footer span {
    font-size: 25px;
    line-height: 25px;
    margin-left: 55px;
    color: #000;
    display: block;
    font-weight: 700;
}

.telefon_footer a {
    font-size: 22px;
    line-height: 30px;
    margin-left: 55px;
    color: #000;
    display: block;
}

.email_footer {
    position: relative;
    margin-bottom: 30px;
}

.email_footer i {
    position: absolute;
    left: 0px;
    font-size: 32px;
    bottom: 8px;
    text-align: center;
    width: 43px;
}

.email_footer span {
    font-size: 25px;
    line-height: 25px;
    margin-left: 55px;
    color: #000;
    display: block;
    font-weight: 700;
}

.email_footer a {
    font-size: 22px;
    line-height: 30px;
    margin-left: 55px;
    color: #000;
    display: block;
}

.adresa_footer {
    position: relative;
    margin-bottom: 30px;
}

.adresa_footer i {
    position: absolute;
    left: 0px;
    font-size: 32px;
    bottom: 9px;
    text-align: center;
    width: 45px;
}

.adresa_footer span {
    font-size: 25px;
    line-height: 25px;
    margin-left: 55px;
    color: #000;
    display: block;
    font-weight: 700;
}

.adresa_footer a {
    font-size: 22px;
    line-height: 30px;
    margin-left: 55px;
    color: #000;
    display: block;
}

.program_footer {
    position: relative;
    margin-bottom: 30px;
}

.program_footer i {
    position: absolute;
    left: 0px;
    font-size: 32px;
    bottom: 10px;
    text-align: center;
    width: 45px;
}

.program_footer span {
    font-size: 25px;
    line-height: 25px;
    margin-left: 55px;
    color: #000;
    display: block;
    font-weight: 700;
}

.program_footer a {
    font-size: 22px;
    line-height: 30px;
    margin-left: 55px;
    color: #000;
    display: block;
}

.gdpr span {
	font-size: 13px;
	line-height: 13px;
}

#primary-menu li {
	display: flex;
    justify-content: center;
    align-items: center;
}

.citestemaimult a {
	padding: 12px 19px;
	color: #FFF;
	border: 1px solid #FFF;
	transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
	-webkit-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
	-moz-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
}

.citestemaimult a:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
	text-decoration:none;
}

.coloane {
	column-count: 2;
}

.coloane a {
	color:#fff;
}

.prefooter {
	font-size:14px;
}

.coloane li {
	margin-bottom:10px;
}

.navbar-toggler i {
	font-size:15px;
	margin-right: 5px;
}

.section_top {
    background-image: url(https://oxxygene.ro/hernie-de-disc/wp-content/uploads/2022/02/slide-hernie-mod.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.beneficii_section li i {
    position: absolute;
    left: 0;
    top: 10px;
}

.program_footer p {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-left: 55px;
    color: #000;
    display: block;
}

.pasi li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
}

.pasi li i {
    position: absolute;
    left: 0;
    top: 10px;
}

.imagine_recenzie .wpb_single_image {
	background:#fff;
	padding: 20px;
	min-height: 350px;
}

.text_mic_sectiune {
	max-width:518px;
}