/*
Theme Name: kopilot
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: eJump team
Author URI: https://ejump.com/
Description:
Version: 2022
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* cyrillic-ext */

@font-face {
    font-family: 'Articulat CF';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(./assets/css/fonts/ArticulatCF-Normal.woff) format('woff');
}

@font-face {
    font-family: 'Articulat CF';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(./assets/css/fonts/ArticulatCF-Bold.woff) format('woff');
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media screen and (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

*:focus {
    outline: none;
}

a {
    color: #515769;
    text-decoration: none !important;
    position: relative;
}

a:hover {
    color: #515769;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Articulat CF';
    color: #515769;
    font-size: 16px;
}

p {
    font-size: 16px;
}

header {
    border-bottom: 0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

body.menu-active header {
    border: 0;
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 26px
}

ol,
ul {
    list-style: none
}

article ul {
    list-style: disc
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: auto;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

.container {
    max-width: 1130px;
    width: 100%;
}

.entry-content {
    padding: 0 0 50px
}

.entry-content table {
    border-collapse: collapse;
    width: 100%;
}

.entry-content td,
.entry-content th {
    border: 1px solid #ddd;
    padding: 8px;
}

.page-template-default .entry-content a {
    text-decoration: underline !important;
    color: #373951;
}

/**HEADER**/

/***MENU***/

.fixedHeader {
    position: fixed;
    width: 100%;
    z-index: 999999;
    background: #fff;
    top: 0;
    left: 0;
}

.wrapper-header {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    padding: 25px 0;
}

.fixedHeader .wrapper-header {
    /* padding: 15px 0; */
}

.fixedHeader .wrapper-header .custom-logo {}

.wrapper-header .row {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .header-container .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

#top-menu {
    float: none;
    display: table;
    line-height: 30px;
    margin: 0 auto;
    padding: 0;
}

.top-right-menu {
    float: right;
    padding: 0;
    display: block;
    width: 100%;
    margin: 0;
}

#menu-header-menu {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.top-right-menu li {
    float: right;
    padding-left: 26px;
}
.top-right-menu ul{
	display: flex;
}
.top-right-menu li a.contul-meu {
    font-family: 'Articulat CF';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #353D4C;
    position: relative;
}

.my-account img {
    position: relative;
    margin-right: 0px;
    top: -3px;
}

.top-right-menu li.cere-demo a {
    font-family: 'Articulat CF';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    background: #00AB57;
    box-shadow: 0px 10px 20px rgb(57 198 151 / 20%) !important;
    border-radius: 6px;
    color: #FFFFFF !important;
    padding: 14px 30px;
    border: 1px solid #00AB57;
    transition: .25s all;
    text-decoration: none !important;
}

.top-right-menu li.cere-demo a:hover {
    background: #fff;
    color: #00AB57 !important;
    transition: .25s all;
}

#top-menu li {
    float: left;
    padding: 5px 20px;
}

#top-menu-responsive li a,
#menu-header-right-menu-engleza li,
#menu-header-right-menu li a,
#top-menu li a {
    font-size: 16px;
    color: #000;
    transition: .75s all;
    text-decoration: none !important;
    position: relative;
    font-family: 'Articulat CF';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    text-align: center;
    color: #373951;
}

#top-menu-responsive li a span,
#top-menu li a span {
    color: #00AB57;
}

#menu-header-right-menu-engleza li a:hover,
#menu-header-right-menu li a:hover,
#top-menu li a:hover {
    color: #373951;
    transition: .25s all;
}

header li.wpml-ls-item a {
    text-transform: uppercase;
    width: 22px;
    overflow: hidden;
    display: inline-block;
    letter-spacing: 1px;
}

li.wpml-ls-item ul.sub-menu {
    float: right;
    padding-left: 0px;
    display: inline-block
}

.current-menu-item a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    background-color: #373951;
    width: 100%;
    transition: width .55s;
    right: 0;
    margin: 0 auto;
    display: none;
    text-align: center;
}

.current-menu-item a {
    font-weight: normal;
    color: #373951 !important;
}

.menu-header-menu-container {
    float: none;
    display: inline-block;
    width: 100%;
}

#menu-header-right-menu-engleza,
#menu-header-right-menu {
    padding: 0;
    margin: 0;
    float: right;
}

#menu-header-right-menu-engleza li,
#menu-header-right-menu li {
    float: left;
    margin-left: 10px;
}

@media screen and (min-width: 991px) and (max-width: 1140px) {
    .menu-header-menu-container .menu li a {
        padding: 5px 10px !important;
    }
}

@media screen and (max-width: 991px) {
	li.cere-demo a {
    font-family: 'Articulat CF';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    background: #00AB57;
    box-shadow: 0px 10px 20px rgb(57 198 151 / 20%) !important;
    border-radius: 6px;
    color: #FFFFFF !important;
    padding: 14px 30px;
    border: 1px solid #00AB57;
    transition: .25s all;
    text-decoration: none !important;
}
    .header-container {
        padding: 0;
    }
    .menu-header-menu-container {
        display: none;
    }
    li.responsive-menu-current-item>.responsive-menu-item-link {
        border: 0 !important;
        background: transparent !important;
    }
    .current-menu-item a::after {
        background: transparent !important;
    }
    .top-right-menu li a.contul-meu {
        font-family: 'Articulat CF';
        font-style: normal;
        font-weight: 500;
        font-size: 18px !important;
        line-height: 30px;
        text-align: center;
        margin-bottom: 30px !important;
        display: block;
    }
    .top-right-menu li a.cere-demo {
        font-family: 'Articulat CF';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height */
        text-align: center;
        text-transform: uppercase;
        background: #00AB57;
        border-radius: 6px;
        color: #FFFFFF !important;
        padding: 15px 46px !important;
        border: 1px solid #00AB57;
        transition: .25s all;
        margin: 30px auto 0 !important;
        display: table !important;
        width: auto !important;
        font-size: 14px !important;
        line-height: 24px;
    }
    .top-right-menu li a.cere-demo:hover {
        background: #fff;
        color: #00AB57 !important;
        transition: .25s all;
    }
    .top-right-menu {
        margin: 10px 0;
        padding: 0;
    }
}

.wrapper-custom {
    width: 100%;
    margin: 0 auto;
    display: table;
}

.responsive-menu {
    display: none;
}

.custom-logo-link img {
    width: auto;
    height: auto;
}

@media screen and (max-width: 991px) {
	.menu-meniu-kopilot-pro-container li{
		margin-bottom: 20px !important
	}
    .custom-logo-link {
        padding: 0;
        display: inline-block;
    }
    .mobile-trigger {
        display: inline-block;
        cursor: pointer;
    }
    header .icon-trigger {
        right: 15px;
        position: absolute;
        z-index: 99;
        margin: 0;
        padding: 0;
        background: transparent;
        border: 0;
        top: calc(50% + 29px);
    }
    .fixedHeader .icon-trigger {}
    .bar1,
    .bar2,
    .bar3 {
        width: 35px;
        height: 3px;
        background-color: #000;
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 3px);
        transform: rotate(-45deg) translate(-9px, 3px);
        background-color: #000;
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-9px, -4px);
        transform: rotate(45deg) translate(-9px, -4px);
        background-color: #000;
    }
    .responsive-menu {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .responsive-menu .topnav {
        position: fixed;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100vh;
        background: #fff;
        display: none;
        z-index: 10;
        max-width: 100vw;
    }
    .responsive-menu .topnav.responsive {
        display: block;
    }
    #myTopnav .menu-header-menu-container {
        display: inline-block;
        width: 100%;
    }
    #myTopnav ul {
        padding: 0;
        margin: 0;
        float: none;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }
    #myTopnav li {
        margin: 0;
        width: 100%;
        float: none;
        text-align: center;
        line-height: 40px;
        padding: 0;
    }
    #myTopnav li a {
        color: #373951;
        font-size: 16px;
    }
    #myTopnav .custom-logo-link {
        display: table;
        margin: 100px auto 0px;
    }
    ul#menu-header-right-menu-engleza-1,
    ul#menu-header-right-menu-1 {
        margin-top: 30px;
    }
    ul#menu-header-right-menu-engleza-1 li,
    ul#menu-header-right-menu-1 li {
        line-height: 30px;
    }
    ul#menu-header-right-menu-engleza-1 li a,
    ul#menu-header-right-menu-1 li a {
        font-size: 16px;
    }
    #myTopnav li.wpml-ls-item ul.sub-menu {
        width: auto;
        display: inline-block;
    }
    body.menu-active {
        overflow: hidden;
    }
}

/*FOOTER**/

.site-footer .copyright-wrapper ul li {
    margin: 0;
    float: left;
    margin: 0 0 0 20px;
}

.copyright-wrapper {
    display: inline-block;
    width: 100%;
    padding-top: 80px;
}

.copyright-row {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.copyright-row p {
    font-family: 'Articulat CF';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #6C7480;
    margin: 0
}

.copyright-row li a {
    font-family: 'Articulat CF';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    text-align: right;
    color: #6C7480;
}

.site-footer,
.site-content {
    width: 100%;
    padding: 80px 0 30px;
    display: block;
}

.site-footer .wrapper-custom {
    background: transparent;
}

.site-footer .container aside {
    /* display: block; */
    /* width: 100%; */
}

#text-6 .textwidget {
    display: flex;
    align-items: flex-start;
    flex-direction: row
}

.icon.icon-search,
.icon-mail-reply {
    width: 10px;
    height: 10px;
}

.site-footer .widget-title {
    color: #98a2b2;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 40px;
    position: relative;
    margin: 0;
}

.info-contact a,
.site-footer p {
    font-family: 'Articulat CF';
    font-style: normal;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 28px !important;
    color: #6C7480;
}

.site-footer .widget-title {
    font-family: 'Articulat CF';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #373951;
}

.site-footer a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    display: inline-block;
    font-family: 'Articulat CF';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */
    color: #6C7480;
}

.site-footer a:hover {
    transition: .25s all;
    color: #00AB57;
}

.site-footer ul {
    padding: 0;
    display: block;
}

.site-footer ul li {
    margin: 0 0 10px;
}

.nf-before-form-content {
    display: none;
}

.home .nf-error-msg,
.ninja-forms-req-symbol {
    position: absolute;
    font-size: 14px;
    margin-top: -1px;
    line-height: 1.3;
}

.home .nf-error.field-wrap .nf-field-element:after {
    display: none;
}

#demo input[type="text"],
#demo input[type="email"],
footer input[type="email"] {
    background: #F5F7FA;
    border-radius: 6px;
    font-family: 'Articulat CF';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    padding: 12px 20px;
    color: #373951;
    border: 0;
    width: 100%;
    margin: 0 0 20px;
}

#demo input[type="text"],
#demo input[type="email"] {
    margin: 0;
}

#demo fieldset {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100%;
}

#demo input[type="submit"],
footer input[type="submit"] {
    font-family: 'Articulat CF' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center;
    text-transform: uppercase !important;
    color: #00AB57 !important;
    background: #fff !important;
    border-radius: 6px !important;
    border: 1px solid #00AB57;
    padding: 15px 30px !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

#demo input[type="submit"] {
    background: #00AB57 !important;
    color: #fff !important;
    margin-top: 30px !important;
}

#demo input[type="submit"]:hover {
    background: #fff !important;
    color: #00AB57 !important
}

footer input[type="submit"]:hover {
    background: #00AB57 !important;
    color: #fff !important
}

footer input[type="submit"] {
    float: left
}

.copyright-footer {
    text-align: center;
    color: #98a2b2;
    font-size: 15px;
    line-height: 1.2;
    display: block;
    padding-bottom: 45px;
}

.social-media-footer {
    margin: 30px 0 0;
}

.social-media-footer a {
    margin-bottom: 5px;
}

.social-media-footer a:last-child {
    margin: 0;
}

.section-contact-home .nf-response-msg p {
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
}

.hs-form-field {
    position: relative;
}

footer .no-list.hs-error-msgs,
#demo .no-list.hs-error-msgs {
    position: absolute;
    padding: 0;
    color: red;
    font-weight: 400 !important;
    bottom: -40px;
    font-size: 12px;
}

footer .no-list.hs-error-msgs {
    bottom: -17px
}

@media screen and (min-width: 992px) {
    #text-6 {
        float: right;
        text-align: left;
    }
    .site-footer ul {
        padding: 0;
        margin: 0;
        display: inline-block;
        float: right;
    }
    .social-media-footer {
        margin-left: 0;
        display: flex;
        flex-direction: column;
    }
    .social-media-footer li {
        margin-bottom: 10px;
    }
    #text-7 .textwidget p:first-child {
        margin-bottom: -18px
    }
}

@media screen and (max-width:991px) {
    .site-footer .widget-title {
        margin-top: 30px;
        padding-bottom: 10px;
    }
    #text-7 h2 {
        margin-bottom: -20px;
    }
    footer {
        text-align: center;
        padding: 40px 0 !important;
    }
    #nf-form-1-cont {
        max-width: 440px;
        margin: 0 auto;
    }
    #nf-form-2-cont {
        max-width: 440px;
        margin: 0 auto;
    }
    .copyright-row {
        flex-direction: column;
    }
    .copyright-row .col-md-7 {
        order: 1;
    }
    .copyright-row .col-md-5 {
        order: 2;
    }
    .copyright-row .menu {
        margin-bottom: 15px;
        text-align: center;
    }
    .copyright-row p {
        text-align: center;
        max-width: 250px;
        margin: 0 auto;
        display: table;
    }
    #text-6 .textwidget {
        flex-direction: column;
        align-items: center;
    }
    .social-media-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        margin: 15px 0 20px;
    }
    .social-media-footer a {
        margin: 0 10px !important;
    }
    .copyright-wrapper {
        padding-top: 20px;
    }
    .site-footer .copyright-wrapper ul li {
        float: none;
        text-align: center;
        margin: 0 !important
    }
    #menu-terms {
        margin: 10px 0 30px;
    }
    #text-7 .textwidget p:first-child {
        margin: 20px 0 -20px;
    }
    .publicat-meta div {
        margin: 0 5px;
        line-height: 1.4;
    }
}