/*
Theme Name: KP Theme
Description: Avada Child theme
Author: Laboratorium.ee - Jakub Wojdak
Template: Avada
*/

html {
    overflow-y: auto;
}

html,
body {
    height: 100%;
}

ul {
    list-style-type: none;
}

ol > li > ul,
ul > li > ol,
ol > li > ol,
ul > li > ul {
    padding: 15px 0 15px 30px;
}

.description ol > li,
.description ul > li {
    padding-bottom: 10px;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    color: #df5a51;
    outline: none !important;
}

input {
    outline: none !important;
}

body .apla {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
}

body.apla-showed .apla {
    display: block;
    opacity: 0.6;
    z-index: 1;
}

#popup .options {
    text-align: center;
}

#popup .table-row {
    display: table-row;
}

#popup .table {
    display: table;
    height: 120px;
}

#popup .message {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

#popup {
    display: none;
    height: 200px;
}

#popup.popup-showed {
    display: table;
    width: 400px;
    margin-left: -220px;
    margin-top: -100px;
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 3;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.relative {
    position: relative;
}

.clear {
    clear: both;
    display: block;
}

.fusion-button {
    text-shadow: none;
    background-color: #e74634;
    color: #fff;
}

h1. h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
}

#main {
    font-size: 16px;
    color: #444;
    font-family: 'Ubuntu', sans-serif;
}

#main h1 {
    line-height: 1.1em;
    font-size: 2.5em;
    font-weight: 500;
}

#main h2 {
    font-size: 1.5em;
    line-height: 1.2em;
}

#main h3 {
    font-size: 1.2em;
}

.page #main .description,
#main p {
    font-weight: 300;
}

.sb-toggle-wrapper .sb-toggle:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #363839;
    bottom: -9px;
    content: "";
    left: 50%;
    margin-left: -8px;
    position: absolute;
}

.sb-toggle-wrapper .sb-toggle.open:after {
    content: "-";
}

.sb-toggle-wrapper .sb-toggle:after {
    background-color: #f2f1ec;
    border-radius: 50%;
    color: #363839;
    content: "i";
    font-family: 'Ubuntu', sans-serif;
    display: block;
    font-weight: 500;
    font-size: 16px;
    left: 50%;
    line-height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 50%;
    width: 32px;
}

.sb-toggle-wrapper {
    background-position: 0px 0px;
    border: 0px none;
    width: 44px;
    height: 44px;
    display: block;
    background-color: #363839;
}

#slidingbar-area .textwidget,
#slidingbar-area p {
    font-size: 1.1em;
    line-height: 1.3em;
}

#slidingbar-area .content-block * {
    text-shadow: none;
}

#slidingbar-area .textwidget a {
    margin-top: 0.5em;
    display: block;
    color: #fff;
    text-decoration: underline;
}

#slidingbar-area h3,
#slidingbar-area .title {
    text-transform: none;
    margin-bottom: 1em;
    font-weight: 600;
    color: #fff;
    font-size: 1.2em;
}

#slidingbar-area .avada-row {
    position: relative;
}

#slidingbar-area .logo {
    position: absolute;
    top: 31px;
    display: inline-block;
}

#slidingbar .content-blocks {
    padding-left: 312px;
}

#slidingbar .content-block {
    display: block;
    float: left;
    min-height: 100px;
    padding: 30px 20px 30px 30px;
    width: 50%;
}

@media (max-width: 920px) {
    #slidingbar .content-block:first-child {
        padding-bottom: 10px;
    }

    #slidingbar .content-block {
        width: 100%;
    }
}

#slidingbar {
    padding: 0 10px;
}

#slidingbar-area .avada-row,
#header .avada-row,
#main .avada-row {
    max-width: 1100px;
}

#popup .close-btn,
#login-form .close-btn {
    cursor: pointer;
}

#popup .btn {
    display: inline-block;
}

#popup,
#login-form {
    background-color: #f9f8f4;
    z-index: 2;
    display: none;
    position: fixed;
    width: 400px;
    margin-left: -200px;
    margin-top: -100px;
    left: 50%;
    top: 50%;
}

#login-form {
    margin-left: -184px;
    width: 368px;
    margin-top: -128px;
}

#login-form[data-state="show"] {
    display: block;

}

.vertical-center {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease 0.2s, margin-top 0.5s;
    transition: opacity 0.5s ease 0.2s, margin-top 0.5s;
}

#wrapper,
#main,
#header {
    background-color: #f0efeb;
}

#header {
    min-height: 180px;
    position: absolute;
    width: 100%;
}

#main {
    min-height: 100vh;
    padding-top: 180px;
    padding-bottom: 50px;
}

#header .user-panel {
    float: right;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    margin-right: 100px;
    position: relative;
    z-index: 1;
}

@media (max-width: 950px) {
    #header .user-panel {
        margin-right: 50px;
    }
}

#wrapper {
    min-height: 100%;
}

#search-container .menu li.join-link {
    background-image: url('images/join-ico.png');
}

#search-container .menu li.info-link {
    background-image: url('images/info-ico.png');

}

#search-container .menu li a {
    display: block;
    line-height: 20px;
    padding-top: 210px;
    text-transform: lowercase;
    outline: none !important;
}

#search-container .menu {
    text-align: center;
}

#search-container .menu li {
    margin: 0px 20px;
    display: inline-block;
    width: 210px;
    text-align: center;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
}

#search-container {
    height: 710px;
    margin: 0px auto;
    width: 653px;
    max-width: 100%;
}

#search-form #search-input:after {
    position: absolute;
    bottom: -1px;
    content: "";
    left: 0px;
    width: 50%;
    border-bottom: 1px solid #444444;
}

#search-form #search-input {
    position: relative;
}

#search-form #goto-results-list {
    display: none;
}

#search-container.has-results #goto-results-list {
    display: block;
}

#search-form #search-input:before {
    background-image: url("images/icons/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    padding-right: 20px;
    position: absolute;
    right: -14px;
    top: 8px;
    width: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

#search-form.whaiting #search-input:before {
    opacity: 1;
}

.home .alter-links-box {
    margin-top: 0.3em;
    text-align: right;
}

#search-form #search-input {
    position: relative;
}

#search-container .mobile-info-link {
    display: none;
}

#search-form input {
    border: 0px none;
    width: 100%;
    line-height: 30px;
    margin-top: 8px;
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 8px;
    font-size: 24px;
    padding: 0px;
    box-shadow: none;
}

#search-form .border {
    background-color: #fff;
    margin-top: 30px;
    padding: 0px 18px;
    border: 1px solid #444444;
}

.single-expert_profile .profile-absolute-content {
    position: absolute;
}

.single-expert_profile .profile-relative-content {
    position: relative;
}

.single-expert_profile .external-links-info {
    font-size: 0.9em;
    font-style: italic;
    font-weight: 300;
    margin-top: 1em;
}

.page .description p,
.single-expert_profile .expert-description p {
    margin-bottom: 1em;
}

@media (max-width: 991px) {
    .page #main h1 {
        margin-top: 0.8em;
    }
}

.single-expert_profile .login-in:hover {
    text-decoration: underline;
}

.single-expert_profile .login-in {
    clear: left;
    display: block;
    font-size: 0.8em;
    margin-top: -1.7em;
    cursor: pointer;
    color: #e74634;
    margin-bottom: 1em;
}

.single-expert_profile .contact-container {
    float: left;
    width: 100%;
}

.single-expert_profile .expert-photo-container {
    max-width: 200px;
    margin-bottom: 1.5em;
}

.single-expert_profile .phone {
    background-color: #444;
    background-image: url("images/icons/phone.png");
    background-position: 13px center;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 1.13em;
    line-height: 2em;
    margin-bottom: 1.5em;
    max-width: 200px;
    padding-left: 40px;
    width: 100%;
}

@media (max-width: 991px) {
    .single-expert_profile .expert-photo-container {
        width: 200px;
        float: left;
        margin-right: 20px;
    }

    .single-expert_profile .phone {
        margin-top: 0px;
    }

    .single-expert_profile .profile-absolute-content {
        position: static;
        margin-top: 40px;
    }
}

.single-expert_profile .expert-photo {
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-top: 100%;
}

.single-expert_profile .organization:before {
    height: 1.2em;
    width: 7px;
    content: '';
    display: inline-block;
    margin-right: 7px;
    background-color: #e74634;
    vertical-align: top;
}

.single-expert_profile .organization {
    font-size: 1.13em;
    line-height: 1.2em;
    margin: 0.7em 0px;
}

.occurrences-links a.podcast:before {
    background-image: url('images/icons/mic.png');
}

.occurrences-links a.video:before {
    background-image: url('images/icons/cam.png');
}

.occurrences-links a.document:before {
    background-image: url('images/icons/txt.png');
}

a:hover,
.occurrences-links a:hover {
    color: #e74634;
}

.occurrences-links a {
    color: #444;
    display: inline;
    line-height: 20px;
    position: relative;
}

.occurrences-links li {
    margin-bottom: 10px;
    padding-right: 25px;
    padding-left: 30px;
}

.occurrences-links a::after {
    background-color: #e74634;
    border: 0 none;
    border-radius: 50%;
    color: #fff;
    content: ">";
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    right: -25px;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 20px;
}

.occurrences-links a::before {
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 30px;
    left: -30px;
    line-height: 100%;
    margin-right: 20px;
    position: absolute;
    top: -4px;
    vertical-align: middle;
    width: 20px;
}

.page-template-tpl-join-us-php #wrapper {
    overflow: hidden;
}

.grot-button {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    padding: 0px 7px;
    display: inline-block;
    background-color: #e74634;
    color: #fff;
    margin-right: 14px;
}

.grot-button.selected {
    font-weight: 700;
}

.single-expert_profile .categories li {
    display: inline-block;
}

.single-expert_profile .categories {
    margin-bottom: -15px;
    margin-top: 0.7em;
}

.single-expert_profile .categories .category:hover {
    text-decoration: none;
    color: #fff;
}

.single-expert_profile .categories .category {
    margin-right: 27px;
    margin-bottom: 15px;

}

.single-expert_profile h2 {
    margin-top: 2em;
}

.single-expert_profile #main > .avada-row {
    min-height: 500px;
}

.iconable li.email a:hover:before,
.socials li a:hover:before {
    background-color: #e84838;
}

.socials li a:hover,
.iconable a:hover {
    color: #e84838;
}

.iconable a {
    color: #444;
}

.iconable li,
.socials li {
    line-height: 26px;
    margin-bottom: 12px;
}

.socials li a {
    display: inline-block;
    line-height: 26px;
    color: #444;
}

.iconable li:before,
.iconable li.email *:before,
.socials li a:before {
    margin-right: 10px;
    vertical-align: top;
    content: "";
    width: 26px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
    background-color: #444;
    background-position: center;
}

.iconable li.email:before {
    display: none;
}

.socials li.social_facebook a:before {
    background-image: url('images/icons/fb.png');
}

.socials li.social_youtube a:before {
    background-image: url('images/icons/yt.png');
}

.socials li.social_twitter a:before {
    background-image: url('images/icons/twitter.png');
}

.iconable li.district:before {
    background-image: url('images/icons/pin.png');
}

.iconable li.email *:before {
    background-image: url('images/icons/mail.png');
}

.grot-button::after {
    border-bottom: 10px solid transparent;
    border-left: 11px solid #e74634;
    border-top: 10px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: 100%;
    width: 0;
}

.page-template-tpl-join-us-php .avada-row .fusion-title {
    overflow: inherit;
}

.page-template-tpl-join-us-php .fusion-title .title-sep-container {
    display: none;
}

.page-template-tpl-join-us-php .avada-row .fusion-one-half {
    margin-left: 4%;
    width: 44%;
}

.footer-area {
    border-top: 0px none;
}

.page-template-tpl-join-us-php .fusion-button-title {
    display: none;
}

.page-template-tpl-join-us-php .fusion-title {
    margin: 0px;
}

.page-template-tpl-join-us-php .button {
    clear: both;
    margin-top: 1em;
}

@media (min-width: 801px) {
    .page-template-tpl-join-us #header .user-panel a,
    .page-template-tpl-join-us #header .user-panel {
        color: #fff;
    }

}

@media (max-width: 800px) {
    .page-template-tpl-join-us .avada-row .fusion-one-half {
        width: 100%;
    }

    .page-template-tpl-join-us .avada-row .fusion-column {
        float: none;
    }

    .page-template-tpl-join-us-php .avada-row .fusion-one-half h1::before {
        display: none;
    }
}

#main .description-block {
    margin-bottom: 2em;
}

/* forms */

.error-message {
    color: #e74634;
    font-size: 1em;
    margin: 10px auto;
}

#user_pass,
.registration-form .input-text,
.registration-form input[type="text"] {
    width: 300px;
    background-color: #fff;
}

#user_pass {
    border: 1px solid #d2d2d2;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    color: #747474;
    font-size: 13px;
    margin-right: 1%;
    padding: 8px 15px;
    width: 100%;
}

.registration-form textarea.input-text {
    width: 600px;
    max-width: 100%;
}

.registration-form p {
    margin-bottom: 10px;
}

.registration-form .file-selector {
    opacity: 0;
}

.registration-form label.required::after {
    content: '*';
    position: absolute;
    color: #e74634;
}

.registration-form label {
    text-align: right;
    line-height: 32px;
}

@media (max-width: 991px) {
    .registration-form label {
        text-align: left;
    }

}

@media (max-width: 480px) {
    #user_pass,
    .registration-form .input-text,
    .registration-form input[type="text"] {
        width: 100%;
    }
}

.registration-form .file-selected input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    cursor: pointer;
}

.registration-form .file-selected .file-name {
    height: 17px;
    line-height: 17px;
    overflow: hidden;
    position: absolute;
    width: 90%;
    z-index: 0;
}

.registration-form .file-selected {
    position: relative;
    min-height: 35px;
    display: inline-block;
}

.registration-form input[type="radio"],
.registration-form input[type="checkbox"] {
    display: none;
}

.registration-form label.checkbox {
    cursor: pointer;
    display: block;
    position: relative;
    text-align: left;
}

.registration-form .request-info {
    margin-bottom: 1em;
}

.registration-form label.checkbox::before {
    border: 1px solid #848281;
    content: "";
    display: inline-block;
    height: 14px;
    left: -30px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 14px;
    background-color: #fff;
}

.registration-form label.checkbox.reg-accept::before {
    top: 8px;
}

.registration-form input[type="radio"]:checked + label.checkbox::before,
.registration-form input[type="checkbox"]:checked + label.checkbox::before {
    color: #000;
    content: "✓";

    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.registration-form input[type="checkbox"].not-correct + label.checkbox::before {
    border: 1px solid red;
    color: red;
}

.registration-form .field-description {
    font-size: 0.8em;
    display: block;
}

.registration-form .reg-accept {
    margin-left: 25%;
}

@media (max-width: 990px) {
    .registration-form .reg-accept {
        margin-left: 32px;
    }
}

.registration-form h1,
.registration-form h2 {
    margin-bottom: 0.5em;

}

.registration-form h2 {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}

.single-search-result .expert-photo {
    width: 85px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.single-search-result .expert-name {
    font-weight: 300;
    font-size: 18px;
}

.single-search-result .district:before {
    background-image: url("images/icons/redpin.png");
    background-position: left center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 17px;
}

.single-search-result .district {
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 0px;
}

.single-search-result .categories {
    line-height: 1.8em;
}

.single-search-result .search-phrase,
.single-search-result .specializations,
.single-search-result .categories {
    font-size: 14px;
}

.single-search-result .search-phrase,
.single-search-result .specializations,
.single-search-result .categories,
.single-search-result .expert-name {
    margin-left: 98px;

}

.single-search-result .specializations {
    display: block;
    margin-top: 0.3em;
}

#results .single-search-result em {
    font-weight: 500;
    font-style: normal;
}

.home #results {
    max-height: 250px;
    overflow: auto;
    margin: 0px;
}

.has-results #results {
    margin: 15px 0px;
}

#results .single-search-result:hover .see-profile {
    opacity: 1;
}

#results .jspPane .single-search-result:last-of-type {
    margin-bottom: 0px;
}

.search #results .single-search-result {
    margin-bottom: 1.8em;
}

#results .single-search-result {
    margin-bottom: 15px;
    cursor: pointer;
    color: #000;
    min-height: 85px;
    display: block;
    padding-right: 5px;
    position: relative;
}

.tax-specialization #results,
.post-type-archive-expert_profile #results {
    max-height: none;
}

.tax-specialization #results .single-search-result,
.page-template-tpl-search-results #results .single-search-result,
.post-type-archive-expert_profile #results .single-search-result {
    min-height: 95px;
    margin-bottom: 35px;
}

#results .alternate-container .block-2 {
    opacity: 0;
    display: none;
}

#results .single-search-result:hover .alternate-container .block-1 {
    opacity: 0;
    display: none;
}

#results .single-search-result:hover .alternate-container .block-2 {
    opacity: 1;
    display: block;
}

#results .expert-photo .see-profile {
    position: absolute;
    top: 70px;
    left: 0px;
    opacity: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    background-color: #e74634;

}

/* search results page */
#main .description,
.big-list-experts #results {
    margin-top: 2.25em;
}

.big-list-experts .single-search-result .expert-photo {
    width: 95px;
    height: 95px;
}

.home .single-search-result .expert-photo {
    width: 85px;
    height: 85px;
    background-size: cover;
}

.single-search-result .expert-photo {
    background-image: url('images/no-photo.png');
}

.big-list-experts #results .expert-photo .see-profile {
    top: 80px;
}

.big-list-experts .single-search-result .search-phrase,
.big-list-experts .single-search-result .categories,
.big-list-experts .single-search-result .specializations,
.big-list-experts .single-search-result .organization,
.big-list-experts .single-search-result .expert-name {
    margin-left: 108px;
}

.big-list-experts .single-search-result .organization {
    font-size: 0.9em;
    margin-bottom: 0.3em;
}

#header-sticky .logo, #header .logo {
    text-align: left !important;
    display: inline-block;
}

#wrapper #header .logo {
    max-width: 100%;
    padding-right: 75px;
}

.post-type-archive-expert_profile .big-list-experts p {
    font-size: 1.5em;
    margin-top: 100px;
}

/* taxonomy tree */
.rolldown .node-list {
    height: auto;
}

.taxonomy-copy-container {
    display: none;
}

.tax-specialization #main h1 {
    padding-right: 230px;
}

@media (max-width: 991px) {
    .taxonomy-tree {
        margin-bottom: 2em;
    }
}

@media (max-width: 800px) {
    .tax-specialization .page-title {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 800px) {
    .taxonomy-tree .rolldown .node-list {
        display: none;
    }

    .taxonomy-copy-container {
        display: block;
    }

    .taxonomy-copy-container .node-list a {
        color: #333;
        font-size: 1.1em;
    }

    .taxonomy-copy-container .node-list li.current a,
    .taxonomy-copy-container .node-list a:hover {
        color: #df5a51;
    }

    .taxonomy-copy-container .node-list {
        height: auto;
        display: block;
    }
}

@media (max-width: 480px) {
    .taxonomy-tree .rolldown .node-list {
        display: none;
    }

    .taxonomy-copy-container {
        display: block;
    }

    .taxonomy-copy-container .node-list a {
        color: #333;
        font-size: 1.1em;
    }

    .taxonomy-copy-container .node-list li.current a,
    .taxonomy-copy-container .node-list a:hover {
        color: #df5a51;
    }

    .taxonomy-copy-container .node-list {
        height: auto;
        display: block;
    }
}

.node-list {
    overflow: hidden;
    height: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

.category-list-title {
    font-weight: 500;
    margin-top: 13px;
}

.taxonomy-tree li a {
    color: #444;
}

.taxonomy-tree li.child:hover {
    text-decoration: underline;
}

.taxonomy-tree li.child.current:hover {
    text-decoration: none;
}

.taxonomy-tree li.child.current {
    font-weight: 500;
}

.taxonomy-copy-container li.child,
.taxonomy-tree li.child {
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 0.4em;
    margin-left: 5px;
    margin-top: 0.3em;
}

.taxonomy-tree li.parent.rolldown > *:first-child:before {
    background-color: #e74634;
    border: 1px solid #e74634;
    color: #fff;
    content: "-";
}

.taxonomy-tree li.parent > *:first-child::before {
    background-color: transparent;
    border: 1px solid #444;
    color: #444;
    content: "+";
    display: inline-block;
    height: 22px;
    left: -24px;
    line-height: 20px;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    width: 22px;
}

.taxonomy-tree li.parent > * {
    cursor: pointer;
    display: block;
    padding-left: 10px;
    position: relative;
}

.taxonomy-tree li.parent {
    font-size: 1.1em;
    margin-bottom: 0.6em;
    padding-left: 24px;
}

.archive .page-title,
.taxonomy .page-title {
    text-transform: lowercase;
}

.archive .page-title:first-letter,
.taxonomy .page-title:first-letter {
    text-transform: uppercase;
}

.district-select select {
    background-color: #fff;
    float: right;
    width: 215px;
    margin-right: 0px;
}

.district-select {
    width: 100%;
    text-align: right;
    margin-top: -2.2em;
}

@media (max-width: 790px) {
    .district-select {
        display: block;
        margin-top: 10px;
    }

    .district-select select {
        float: left;
    }
}

/* login form */
#loginform-custom label {
    display: inline-block;
    line-height: 30px;
}

#login-form {
    padding: 10px 15px;
    background-color: #f9f8f4;
}

#login-form .close-btn {
    font-size: 20px;
    float: right;
    color: #e74634;
}

#loginform-custom p label {
    padding-left: 18px;
}

#loginform-custom p {
    overflow: hidden;
    text-align: left;
    margin-bottom: 1.3em;
}

#loginform-custom input[type="password"],
#loginform-custom input[type="text"] {
    width: 332px;
    float: right;
    display: inline-block !important;
}

#loginform-custom .login-submit {
    text-align: left;
}

#loginform-custom .login-remember {
    text-align: left;
}

#loginform-custom .login-remember input {

}

#loginform-custom {
    padding-top: 35px;
}

#login-form .btn-add-account {
    right: 15px;
    height: 45px;
}

#login-form .btn,
#popup .btn,
#wp-submit {
    border-color: #fff;
    border-width: 0px;
    color: #fff;
    background: none repeat scroll 0 0 #e74634;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    line-height: 17px;
    padding: 13px 29px;
    cursor: pointer;
}

#login-form .status {
    font-weight: bold;
}
#login-form .login-submit {
    display: flex;
    justify-content: space-between;
}
#login-form .login-submit .button {
    display: inline-block;
    margin: 0;
}

#footer {
    border-top: 1px solid #333;
    padding: 22px 10px;
}

#footer,
#slidingbar {
    color: #a3a1a1;
    background: none repeat scroll 0 0 #363839;
}

.copyright a {
    font-weight: 400;
}

.copyright {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #aaa;
    display: table-cell;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left !important;
    text-shadow: none;
    vertical-align: middle;
}

#footer .copyright-area-content {
    display: block;
    padding-right: 50px;
}

.left-menu li a {
    display: block;
    font-size: 1.1em;
    line-height: 1.2em;
    padding-left: 14px;
    position: relative;
}

.left-menu a {
    width: 100%;
    color: #444;
    display: block;
}

.left-menu .menu {

}

.left-menu {
    margin-top: 2.75em;
    padding-top: 2.5em;
}

.left-menu li {
    margin-bottom: 0.6em;
}

.left-menu a.current-spy-item,
.left-menu li.menu-item-type-post_type.current-menu-item a,
.left-menu li a:hover {
    color: #fff;
    background-color: #e74634;
}

.left-menu li a::before {
    background-color: #e74634;
    content: "";
    display: inline-block;
    height: 100%;
    margin-left: -14px;
    margin-right: 7px;
    position: absolute;
    vertical-align: top;
    width: 7px;
}

.logos-container .logo img {
    vertical-align: middle;
    max-height: 70px;
}

.logos-container .logo {
    text-align: center;
}

@media (min-width: 991px) {
    .logos-container .logo {
        line-height: 95px;
    }
}

.logos-container .center-block {
    text-align: center;
}

.logos-container .title,
.logos-container .desc {
    clear: both;
    display: inline-block;
    margin: 1em 0;
    width: 100%;
}

.logos-container li {
    margin-bottom: 10px;
    margin-top: 10px;
}

.logos-container {
    padding-bottom: 50px;
}

.home .logos-container .title {
    color: #e74634;
    font-family: "Ubuntu", sans-serif;
    font-size: 1em;
    margin-bottom: 0.5em !important;
    text-align: left;
    padding-left: 15px;
}

.home .logos-container .desc {
    color: #000;
    margin-bottom: 1em;
    font-family: 'Ubuntu', sans-serif;
    padding: 0 20px;
}

form .category-select-block .categories label {
    display: inline-block;
    line-height: 1.3em;
    text-align: left;
    font-weight: 300;
    margin: 0.4em 15px;
}

#expert-form .new-domain {
    margin-top: -0.5em;
    margin-bottom: 2em;
    color: #e74634;
    cursor: pointer;
}

form .category-select-block {
    overflow: hidden;
    margin-bottom: 1em;
}

.category-select-blocks .category-select-block label.required::after {
    display: none;
}

.category-select-blocks .category-select-block:first-child label.required::after {
    display: inline-block;
}

#header .mobile-menu {
    display: none;
    position: absolute;
    right: 0px;
    top: 65px;
    z-index: 1;
}

@media (max-width: 800px) {
    #header .user-panel {
        display: none;
    }

    #header .mobile-activator {
        background-image: url('images/icons/hamburger.svg');
        height: 44px;
        width: 44px;
        background-position: left center;
        position: absolute;
        right: 20px;
        top: 22px;
    }

    #header.mobile-menu-showed .mobile-activator {
        background-position: right center;
    }

    #header.mobile-menu-showed .mobile-menu {
        display: block;
    }
}

/* mobile menu */

.mobile-menu {
    background-color: #444;
    clear: both;
    float: right;
    height: 0;
    opacity: 0;
    overflow: hidden;
    text-align: left;
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    width: 325px;
}

.mobile-menu {
    display: block;
    height: auto;
    opacity: 1;
}

.mobile-menu li {
    width: 100%;
}

.mobile-menu ul {
    list-style-type: none;
}

.mobile-menu li a {
    color: #fffdf2;
}

.mobile-menu li,
.mobile-menu .title-menu {
    background-position: 275px center;
    background-repeat: no-repeat;
    border-top: 1px solid #525555;
    color: #fffdf2;
    font-family: "Whitney", sans-serif;
    font-size: 14px;
    line-height: 40px;
    padding-left: 30px;
    text-transform: uppercase;
}

.mobile-menu .title-menu {
    border-bottom: 1px solid #525555;
}

.mobile-menu .menu-item {
    border-top: 0px;
    padding-left: 60px;
}

.play3 iframe {
    max-width: 100%;
}

.fusion-video {
    margin: 0px auto
}

.page-template-default #main h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
}

.page #main .fusion-title .title-sep {
    color: #e74634;
}

.page #main .fusion-title title {
    padding-top: 1em;
}

.page #main strong {
    font-weight: 500;
}

.fusion-title .title-sep.sep-single {
    border-bottom: 3px solid #e74634;
}

#goto-results-list {
    margin-top: 0.3em;
    position: absolute;
    font-weight: 300;
}

.page-template-tpl-search-results #results .single-search-result em {
    font-weight: 300;
}

#scroll-spy-menu {
    position: relative;
}

.fixed-container {
    margin: 0 auto;
    max-width: 1100px;
    position: absolute;
    width: 100%;
}

.fixed-container > div {
    position: absolute;
}

@media (min-width: 991px) {
    #scroll-spy-menu.sticky {
        width: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 10;
    }

    .fixed-container > div {
        position: absolute;
    }

    #scroll-spy-menu.sticky .fixed-container {
        margin: 0px auto;
        position: relative;
        max-width: 1100px;
        width: 100%;
    }
}

@media (max-width: 990px) {
    .fixed-container > div,
    .fixed-container {
        position: static;
    }
}

@media (max-width: 600px) {
    #search-container {
        height: 850px;
    }
}

#search-container #goto-results-list .fa,
.alter-links-box .fa {
    display: none;
}

@media (max-width: 480px) {
    #search-container .menu li {
        display: none;
        margin: 0px auto;
    }

    #search-container {
        height: 350px;
    }

    #search-container.has-results #search-form {
        margin-bottom: 2.5em;
    }

    #goto-results-list,
    .home .alter-links-box a {
        display: block;
        line-height: 2.5em;
        margin-top: 0em;
    }

    .home .alter-links-box {
        text-align: center;
    }

    #search-container #goto-results-list .fa {
        display: inline-block;
    }

    #search-container .mobile-info-link {
        display: block;
    }

    #goto-results-list .fa,
    .alter-links-box .fa {
        display: inline-block;
        margin-right: 0.5em;
    }

    .home .alter-links-box {
        margin-top: 20vh;
    }

    .home .has-results .alter-links-box {
        margin-top: 0vh;
    }

    /*.home .alter-links-box,*/
    .home .single-search-result .expert-photo {
        display: none;
    }

    .single-search-result .search-phrase,
    .single-search-result .specializations,
    .single-search-result .categories,
    .single-search-result .expert-name {
        margin-left: 0px;
    }

    .single-search-result .expert-name {
        margin-bottom: 0.5em;
    }

    .home .single-search-result .district {
        padding-right: 100px;
        position: static;
        margin-left: 0px;
    }

    .big-list-experts .single-search-result .district {
        position: static;
        margin-bottom: 0.5em;
    }

    .single-search-result .expert-name,
    .single-search-result .district {
        position: static;
        margin-left: 0px;
    }

    .big-list-experts .expert-photo {
        float: left;
        position: static;
    }

    .big-list-experts .single-search-result .district {
        display: block;
        margin-left: 110px;
    }

    .big-list-experts .single-search-result .search-phrase {
        clear: left;
        margin-left: 0px;
        padding-top: 0.5em;
    }

    .big-list-experts #results .expert-photo .see-profile {
        display: none;
    }

    #goto-results-list {
        width: 100%;
        text-align: center;
    }

    #search-container {
        height: auto;
    }

    #search-form .border {
        margin-top: 0px;
    }
}

.message-status-1,
.message-status-2 {
    color: #e74634;
}

.cookie-info-container .cookie-info {
    background-color: #444;
    border-radius: 10px;
    padding: 10px;
}

.cookie-info-container .cookie-accept {
    background-color: #df5a51;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 2em;
    margin: 5px auto;
    max-width: 186px;
    padding: 0 9px;
    text-transform: uppercase;
}

.cookie-info-container {
    background-color: #f0efeb;
    bottom: 0;
    color: #fff;
    line-height: 25px;
    padding: 5px 10px;
    display: none;
    text-align: center;
    width: 100%;
    z-index: 10001;
}

@media (min-width: 790px) {
    .cookie-info-container .cookie-info {
        padding-right: 40px;
    }
}

.cookie-info-show .cookie-info-container {
    display: block;
}

.home .logos .box {
    overflow: hidden;
    float: left;
}

.home .logos .box-1 {
    width: 38%;
}

.home .logos .box-2 {
    width: 38%;
}

.home .logos .box-3 {
    width: 24%;
}

@media (max-width: 990px) {
    .logos-container {
        padding: 0px 40px;
    }

    .home .logos-container .desc {
        padding-left: 0px;
    }

    .home .logos-container .title {
        padding-left: 0px;
        font-size: 1.5em;
        line-height: 1.8em;
    }

    .home .logos .box {
        width: 100%;
        margin-bottom: 20px;
    }

    .logos-container .logo {
        margin-left: 15px;
        float: left;
        margin-right: 15px;
    }

    .logos-container {
        padding-bottom: 40px;
    }
}

@media (max-width: 700px) {
    .logos-container .logo {
        margin-left: 0px;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 50px;
    }

    .home .logos-container .title {
        text-align: center;
        margin-bottom: 30px !important;
    }

    .home .logos .box {
        margin-bottom: 50px;
    }

    .logos-container .logo img {
        max-height: 118px;
        max-width: 160px;
    }

    .home .logos-container .desc {
        text-align: center;
        padding: 0px;
    }
}

#toTop:hover {
    background-color: #df5a51;
}

/* join us page */
#wrapper .vertical-center .fusion-one-half {
    color: #fff;
}

#wrapper .vertical-center .fusion-one-half:first-child {
    color: #444;
}

#wrapper .vertical-center .fusion-one-half .button {
    background: none repeat scroll 0 0 #fff;
    color: #e74634;
}

#wrapper .vertical-center .fusion-one-half:first-child .button:hover {
    background-color: #e74634;
    color: #fff;
}

#wrapper .vertical-center .fusion-one-half .button:hover {
    background-color: #fff;
    color: #e74634;
}

#wrapper .vertical-center .fusion-one-half:first-child .button {
    background: none repeat scroll 0 0 #e74634;
    text-shadow: none;
    border-color: #fff;
    color: #fff;
}

.vertical-center::before {
    background-color: #e74634;
    content: "";
    display: block;
    height: 300vh;
    left: 50%;
    position: absolute;
    top: -100vh;
    width: 50vw;
    z-index: 0;
}

.vertical-center {
    position: relative;
}

.page-template-tpl-join-us-php h1 {
    margin-bottom: 0.5em;
}

@media (max-width: 800px) {
    .page-template-tpl-join-us .avada-row .fusion-one-half {
        width: 92%;
    }

    .vertical-center::before {
        display: none;
    }

    #wrapper .vertical-center .fusion-one-half {
        color: #444;
    }

    #wrapper .vertical-center .fusion-one-half .button {
        background: none repeat scroll 0 0 #e74634;
        color: #fff;
    }

}

.page-template-default #main h3 {
    font-size: 1.2em;
    margin-bottom: 1.5em;
    margin-top: 2em;
}

/* category page navigation */
@media (min-width: 481px) {
    .mobile-category-activator {
        display: none;
    }

    .copy li.rolldown > a {
        display: none;
    }
}

@media (max-width: 480px) {
    .copy {
        padding: 0px 10px;
    }

    .copy .node-list {
        margin-top: 10px;
    }

    .copy li.child {
        margin-left: 10px;
    }

    .category-list-title {
        display: none;
    }

    .mobile-category-activator i {
        float: right;
        line-height: inherit;

    }

    .mobile-category-activator {
        background-color: #df5a51;
        color: #fff;
        font-weight: 500;
        margin-top: 13px;
        padding: 5px 10px;
    }

    .post-type-archive-expert_profile .big-list-experts {
        display: none;
    }

    .taxonomy-hidden-container {
        -webkit-transition: height 0.5s;
        transition: height 0.5s;
        height: 0px;
        overflow: hidden;
    }
}