html {
    min-width: 360px;
    font-size: 22px;
}

.nkmr-widget, span.no_translate {
	display: none;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clear {
    clear: both;
}

h1 {
    text-align: left;
    font: 600 40px/57px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
    opacity: 1;
}

h2 {
    text-align: left;
    font: 600 35px/50px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
}

h3 {
    text-align: left;
    font: 600 25px/36px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
    opacity: 1;
}

a {
    color: #4E4E4E;
}

p {
    text-align: left;
    font: 18px/30px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
}

::-webkit-input-placeholder {
    font-style: italic;
    font-weight: normal;
    color: #BCBCBC;
}

:-ms-input-placeholder { 
    font-style: italic;
    font-weight: normal;
    color: #BCBCBC;
}

::placeholder {
    font-style: italic;
    font-weight: normal;
    color: #BCBCBC;
}

strong {
    font-weight: bold;
}

span.required {
    color: #ff0000;
}

audio {
    width: 100%;
    padding: 20px 0 0 0;
}

.entry-content img {
    height: auto;
    max-width: 100%;
}

/* Collapsible */
.collapsible {
    background-color: #E3E3E3;
    font: 600 30px/43px Source Sans Pro;
    color: #4E4E4E;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    border-top: 1px solid #707070;
}

.active {
    border-bottom: 1px solid #707070;
}

.collapsible:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    margin: 18px 10px 0 0;
    background: url("assets/images/collapse-down.svg") no-repeat right top;
}

.active:after {
    background: url("assets/images/collapse-up.svg") no-repeat right top;
}

.collapsible-content {
    max-height: 0;
    border-bottom: 1px solid #707070;
    overflow: hidden;
}

.collapsible-content .collapsible {
    border: none;
}

.collapsible-content .collapsible:first-child {
    margin-top: 20px;
}

.collapsible-content .collapsible-content:last-child {
    margin-bottom: 0px;
}

/* Read more */
.read-more {
    position: relative;
    overflow: hidden;
}

.read-more .read-more-button { 
    display: none;
    position: absolute;
    height: 60px;
    bottom: 0; 
    left: 0;
    width: 100%; 
    text-align: left; 
    /*background-image: linear-gradient(to bottom, transparent 0%, white 80% white 100%);*/
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
}

.read-more-button a {
    height: 22px;
    font: 600 16px/22px Source Sans Pro;
    letter-spacing: 0px;
    color: #E4002B;
    position: absolute;
    bottom: 0;
}

.site-header-main {
    position: relative;
    min-height: 160px;
    max-width: 1400px;
    margin: 0 auto;
}

.translation-info {
	display: none;
    background-color: #ffd700;
    /* color: #E4002B; */
    text-align: center;
    padding: 20px;
    font: 400 18px/22px Source Sans Pro;
}

.site-logo {
    float: left;
    padding-left: 50px;
}

.site-logo img {
    margin-top: 30px;
    height: 100px;
}

.user-panel, .language-panel {
    position: absolute;
    float: right;
    right: 0;
    margin-top: 30px;
}

.user-panel a, .language-panel a {
    text-decoration: none;
}

.user-panel {
    padding-right: 110px;
}

.language-panel {
    padding-right: 69px;
}

.language-select-mobile a {
    font: 400 18px/25px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
    text-decoration: none;
}

.language-panel a {
    font: 400 18px/25px Source Sans Pro;
}

.language-select-mobile a.selected,
.language-panel a.selected {
    font: 600 18px/25px Source Sans Pro;
}

.user-panel .user-name {
    color: #4E4E4E;
    margin-right: 30px;
    font: 600 18px/25px Source Sans Pro;
}

.user-panel .user-name:before {
    content: "";
    display: block;
    background: url("assets/images/user.svg") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 4px 6px 0 0;
}

.user-panel .user-name-mobile {
    display: none;
}

.site-menu {
    float: right;
    margin-top: 90px;
    padding-right: 50px;
}

#menu-galvena-izvelne li {
    display: inline-block;
    padding: 0 19px;
}

#menu-galvena-izvelne li a {
    font: 400 16px/30px Source Sans Pro;
    letter-spacing: 0;
    color: #725E45;
    text-decoration: none;
}

#menu-galvena-izvelne .current-menu-item a {
    border-bottom: 2px solid #725E45;
}

.mobile-toggle-container {
    float: right;
    margin-top: 50px;
    padding-right: 50px;
}

.mobile-toggle {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.mobile-toggle:hover {
    opacity: 0.7; 
}
.mobile-toggle.is-active:hover {
    opacity: 0.7; 
}
.mobile-toggle.is-active .mobile-toggle-inner,
.mobile-toggle.is-active .mobile-toggle-inner::before,
.mobile-toggle.is-active .mobile-toggle-inner::after {
    background-color: #725E45; 
}
  
.mobile-toggle-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
  
.mobile-toggle-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.mobile-toggle-inner, .mobile-toggle-inner::before, .mobile-toggle-inner::after {
    width: 40px;
    height: 4px;
    background-color:  #725E45;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.mobile-toggle-inner::before, .mobile-toggle-inner::after {
    content: "";
    display: block;
}

.mobile-toggle-inner::before {
    top: -10px;
}

.mobile-toggle-inner::after {
    bottom: -10px;
}

.mobile-toggle--collapse .mobile-toggle-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-toggle--collapse .mobile-toggle-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.mobile-toggle--collapse .mobile-toggle-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-toggle--collapse.is-active .mobile-toggle-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-toggle--collapse.is-active .mobile-toggle-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.mobile-toggle--collapse.is-active .mobile-toggle-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site-menu-mobile {
    display: block;
    margin-top: 20px;
    background: #EFEFEF 0% 0% no-repeat padding-box;
    transition: height .5s;
}

.site-menu-mobile li a {
    text-align: center;
    display: block;
    font: 400 18px/30px Source Sans Pro;
    letter-spacing: 0;
    color: #725E45;
    text-decoration: none;
    padding: 5px;
}

#menu-galvena-izvelne .current-menu-item a {
    border-bottom: 2px solid #725E45;
}

.main-banner {
    background: transparent linear-gradient(180deg, #957E5C 0%, #7A6447 100%) 0% 0% no-repeat padding-box;
    position: relative;
}

.main-banner-image {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
}

.main-banner-image-tablet,
.main-banner-image-mobile {
    display: none;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 250px;
}

.page-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px;
}


.page-container.container-1 {
    padding-bottom: 0;
}

.page-container.container-2 {
    padding-top: 0;
}

.main-banner-content {
    position: relative;
    padding: 50px 0;
    max-width: 1400px;
    margin: 0 250px;
    z-index: 2;
}

.main-page-title {
    font: Bold 60px/70px Caudex;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 50px 0;
    z-index: 3;
}

.button {
    display: block;
    background: #E4002B 0% 0% no-repeat padding-box;
    width: 230px;
    font: 600 26px/33px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 18px 23px;
    text-decoration: none;
}

.button:after {
    content: "";
    width: 32px;
    height: 32px;
    margin: 8px 0 0 0;
    display: block;
    float: right;
    background: url("assets/images/arrow-right-white.svg") no-repeat top right;
    
}

.button-outlined {
    width: 250px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #D71539;
    border: 4px solid #D71539;
}

.button-outlined:after {
    width: 32px;
    height: 32px;
    display: block;
    float: right;
    margin: 8px 0 0 0;
    background: url("assets/images/arrow-right-red.svg") no-repeat top right;
}

.button-arrow-down {
    width: 300px;
}

.button-arrow-down:after {
    background: url("assets/images/arrow-down-red.svg") no-repeat top right;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.button-save-red:after {
    width: 22px;
    display: block;
    float: right;
    margin: 8px 0 0 0;
    background: url("assets/images/save-red.svg") no-repeat top right;
}

.button-play:after {
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    float: right;
    margin: -3px 0 0 10px;
    background: url("assets/images/play.svg") no-repeat top right;
}

.featured-posts {
    padding: 50px;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.featured-posts a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 198px;
}

.featured-post {
    position: relative;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.featured-post-title {
    display: block;
    padding: 12px;
    text-align: left;
    font: 400 30px/28px Source Sans Pro;
    letter-spacing: 0;
    text-decoration: none;
    color: #FFFFFF;
}

.featured-post-excerpt {
    display: block;
    text-align: left;
    padding: 12px;
    font: 400 16px/22px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
}

.featured-post-thumbnail {
    float: right;
    max-height: 180px;
    max-width: 180px;
    padding: 9px;
}

.featured-post-thumbnail img {
    height: 180px;
    width: 180px;
    object-fit: cover;
}

.featured-post-arrow {
    width: 36px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.featured-post-arrow-thumbnail {
    right: 198px;
}

.site-description {
    overflow: hidden;
    position: relative;
    background: #EFEFEF 0% 0% no-repeat padding-box;
}

.pattern-left {
    display: block;
    height: 100%;
    width: 326px;
    position: absolute;
    left: -5px;
    top: -5px;
    background: url("assets/images/pattern2.svg") no-repeat bottom right;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pattern-middle {
    display: block;
    height: 100%;
    width: 600px;
    bottom: -10px;
    right: 50%;
    position: absolute;
    background: url("assets/images/pattern3.svg") no-repeat bottom right;
}

.pattern-right {
    display: block;
    height: 100%;
    width: 326px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    background: url("assets/images/pattern2.svg") no-repeat bottom right;
}

.description-text {
    margin: 0 auto;
    max-width: 1000px;
    padding: 83px 100px;
    text-align: justify;
    font: 600 26px/32px Source Sans Pro;
    letter-spacing: 0;
    color: #725E45;
}

.search-bar, .category-bar {
    max-width: 908px;
    margin: 0 auto;
}

.search-bar {
    border-bottom: 1px solid #4E4E4E;
}

.search-submit {
    border: 0;
    width: 7%;
    height: 32px;
    padding: 14px 0 0 0;
}

.search-reset {
    float: right;
    border: 0;
    width: 7%;
    height: 32px;
    padding: 14px 0 0 0;
}

.search {
    float: left;
    box-sizing: border-box !important;
    margin: 0 auto;
    width: 86%;
    font: Italic 18px/23px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
    border: 0;
    padding: 18px 35px;
    
    
}

.category-bar {
    margin-top: 30px;
    text-align: center;
}

.category {
    display: inline-block;
    padding: 6px 10px;
    margin: 12px 0 0 18px;
    font: 600 16px/20px Source Sans Pro;
    color: #725E45;
    border: 3px solid #725E45;
    cursor: pointer;
}

.selected-category {
    color: #ffffff;
    background: #725E45;
}

.child-category-bar {
    margin-top: 25px;
    padding-top: 30px;
    text-align: center;
    display: block;
    width: 100%;
    border-top: 1px solid #4E4E4E;
}

.no-posts {
    text-align: center;
    font: 600 28px/33px Source Sans Pro;
    color: #4E4E4E;
    margin-bottom: 50px;
}

.view {
    float: left;
    padding: 50px 0 0 0;
}

.view .view-button {
    display: inline-block;
    width: 20px;
    margin-right: 8px;
}

.view .view-button:hover, .buttons div:hover {
    cursor: pointer;
}

.buttons {
    float: right;
    padding: 0;
}

.buttons a {
    text-decoration: none;
}

.buttons div {
    display: block;
    padding: 8px 16px;
    width: 131px;
    background-color: #E3E3E3;
    border-radius: 37px;
    margin-bottom: 10px;
    text-align: left;
    font: 400 14px/18px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
}

.buttons div:after {
    content: "";
    width: 16px;
    height: 16px;
    margin: 0;
    display: block;
    float: right;
}

.button-print-saraksts:after, .button-print-elements:after {
    background: url("assets/images/print.svg") no-repeat top right;
}

.button-preview:after {
    background: url("assets/images/preview.svg") no-repeat right;
}

.button-save-saraksts:after, .button-save-elements:after {
    background: url("assets/images/save.svg") no-repeat top right;
}

.object-posts {
    padding: 50px;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.object-posts-list {
    padding: 50px;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
    width: auto;
}


.object-post {
    max-width: 625px;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.object-post a {
    height: 300px;
    display: block;
}

.object-posts-list .object-post {
    position: relative;
    height: 100px;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    margin-bottom: 25px;
    border-bottom: 3px solid #725E45;
    max-width: 1400px;
}

.object-post-title {
    display: flex;
    align-items: center;
    height: 60px;
    padding-bottom: 20px;
}

.object-posts-list .object-post-title {
    font: 600 25px/36px Source Sans Pro;
    padding-bottom: 0px;
    float: left;
    width: 40%;
}

.object-post-content {
    padding: 20px;
    text-align: left;
    font: 400 30px/28px Source Sans Pro;
    letter-spacing: 0;
    text-decoration: none;
    color: #FFFFFF;
    position: absolute;
    bottom: -66%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    transition: bottom 0.25s ease;
    box-sizing: border-box;
}

.object-posts-list .object-post-content {
    color: #4E4E4E;
    font: 400 25px/36px Source Sans Pro;    
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    bottom: 0;
}

.object-post:hover .object-post-content {
    bottom: 0;
}

.object-post-thumbnail img {
    height: 300px;
    width: 100%;
    object-fit: cover; 
}

.object-posts-list .object-post-thumbnail,
.object-posts-list .object-post-arrow {
    display: none;
}

.object-post-excerpt {
    vertical-align: bottom;
}

.object-post-excerpt p {
    text-align: left;
    font: 400 18px/23px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
}

.object-post-categories {
    text-align: left;
    font: 400 14px/18px Source Sans Pro;
    letter-spacing: 0px;
    color: #FFFFFF;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.object-posts-list .object-post-excerpt {
    float: left;
    text-align: left;
}

.object-posts-list .object-post-categories {
    float: right;
    text-align: right;
}

.object-posts-list .object-post-excerpt,
.object-posts-list .object-post-categories {
    position: initial;
    width: 30%;
    padding: 0;
    display: block;
    font: 400 12px/16px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
}

.object-posts-list .object-post-excerpt p {
    font: 400 12px/16px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
}

.object-post-arrow {
    width: 42px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.object-list {
    margin: 50px 0;
}

.object-list .button {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.nkm-list-item {
    width: 600px;
    display: block;
    margin: 20px auto;
    padding: 20px 30px;
    font: 600 26px/33px Source Sans Pro;
    background: #725E45 0% 0% no-repeat padding-box;
}

.nkm-list-item a {
    font: 600 26px/33px Source Sans Pro;
    color: #FFFFFF;
    text-decoration: none;
}

.page-list-item {
    margin-bottom: 50px;
}

.page-list-item-thumbnail {
    padding-top: 20px;
}

.page-list-item-thumbnail img {
    max-width: 100%;
    height: auto;
}

.page-list-item-date {
    padding-top: 20px;
    text-align: left;
    font: 600 30px/43px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
}

.page-list-item-title {
    padding-top: 20px;
    text-align: left;
    font: 600 25px/36px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
}

.page-list-item-excerpt {
    padding-top: 20px;
    text-align: left;
    font: 400 18px/30px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
}

.page-list-item-button {
    padding-top: 20px;
}

.page-list-item-button .button {
    font: 600 18px/24px Source Sans Pro;
    width: 158px;
}

.page-list-item-button .button-outlined:after {
    width: 24px;
    margin: 4px 0 0 0;
}

.aktualitates_loadmore, .nkmr_saraksts_loadmore {
    margin: 0 auto 30px auto;
}

.site-main .page, .site-main .post {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 804px;
    padding: 50px;
}

.site-main article {
    text-align: left;
    font: 400 16px/25px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
    opacity: 1;
    margin-bottom: 50px;
}

.site-main article .entry-title {
    padding: 0;
    text-align: center;
    font: 600 40px/50px Source Sans Pro;
    letter-spacing: 0;
    color: #5D5C61;
    opacity: 1;
}

.site-main article .entry-date {
    text-align: right;
    font: 400 16px/25px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
}

.site-main article .entry-content {
    padding: 30px 0 50px 0;
}

.site-main article p {
    padding: 10px 0;
}

.page-title {
    text-align: center;
    font: 600 40px/50px Source Sans Pro;
    letter-spacing: 0;
    color: #5D5C61;
    opacity: 1;
    margin: 25px 0;
}

.post-edit-link {
    font: 400 20px/45px Source Sans Pro;
    letter-spacing: 0;
    color: #725E45;
    text-decoration: none;
}

.back-link {
    display: block;
    text-align: left;
    font: 600 16px/25px Source Sans Pro;
    color: #4E4E4E;
    width: 100px;
    cursor: pointer;
}

.back-link-nkm-saraksts {
    display: block;
    text-align: left;
    font: 600 16px/25px Source Sans Pro;
    color: #4E4E4E;
    width: 150px;
    margin: 25px 0;
    text-decoration: none;
}

.back-link:before, .back-link-nkm-saraksts:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-top: 3px;
    display: block;
    float: left;
    background: url("assets/images/back.svg") no-repeat left top;
}



.column-left, .column-right { 
    width: 50%;
    padding: 0 50px;
    box-sizing: border-box;
}

.column-left {
    float: left;
}

.column-right {
    float: right;
}

/* Kontaktu forma */

.single-page-content {
    max-width: 1000px;
    margin: 0 auto 50px auto;
    padding: 50px;
}

.single-page-content-element {
    max-width: 1500px;
    margin: 0 auto 50px auto;
    padding: 50px;
}

.single-page-content-element-edit {
    max-width: 1200px;
    margin: 50px auto;
    padding: 50px;
}

.page-sidebar {
    float: left;
    width: 30%;
}

.page-sidebar h1 {
    margin-bottom: 80px;
}

.page-sidebar h3 {
    margin-bottom: 20px;
}

.page-sidebar img {
    width: 172px;
    margin: 80px auto 30px auto;
}

.page-content {
    width: 60%;
    float: right;
}

.page-content h2 {
    margin-bottom: 80px;
}

.page-content .kontakti-logo {
    margin-top: 100px;
    width: 100%;
}

.page-content .button {
    margin-top: 30px;
    padding: 0;
    width: 232px;
    height: 50px;
}

.textboxes {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.textbox-container {
    display: block;
}

.textbox {
    background: #F4F4F4 0% 0% no-repeat padding-box;
    height: 70px;
    border: none;
    padding: 20px;
    margin-top: 1rem;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font: 600 18px/25px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
    opacity: 1;
}

.textbox-textarea {
    height: 155px;
}

.textbox-container .textbox {
    margin-top: 0 !important;
}

.wpcf7-response-output, .wpcf7-not-valid-tip, span.wpcf7-not-valid-tip {
    font: 600 18px/25px Source Sans Pro;
}

/* Mana darba vieta */

.profile-title {
    text-align: left;
    font: 600 40px/57px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
    margin-bottom: 20px;
    margin-left: 166px;
}

.profile-form {
    border-right: 1px solid #707070;
}

.profile-form label {
    float: left;
    display: block;
    margin-top: 1rem;
    text-align: right;
    font: 400 18px/30px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
    width: 26%;
}

.profile-form .name {
    padding-top: 1rem;
    margin-left: 140px;
    color: #4E4E4E;
    font: 900 18px/30px Source Sans Pro;
}

.profile-form .textbox {
    width: 70%;
    float: right;
}

.profile-form .button {
    margin-left: 30%;
    margin-top: 25px;
    width: 180px;
    height: 50px;
    padding: 3px 12px;
}

.profile-shortcuts .button {
    width: 282px;
    height: 50px;    
    padding: 0px;
    font: 600 18px/25px Source Sans Pro;
    margin-top: 25px;
}

.profile-shortcuts .button:after {
    display: none;
}

/* NKM element */

.single-page-header {
    overflow: hidden;
    background: transparent linear-gradient(180deg, #957E5C 0%, #7A6447 100%) 0% 0% no-repeat padding-box;
    position: relative;
    height: 500px;
    float: right;
    width: 100%;
    z-index: 0;
}

.single-page-header .pattern-middle {
    z-index: -1;
}

.nkm-element p {
    text-align: justify;
}

.head-container {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.nkm-element-header-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px;
    z-index: 100;
}

.nkm-element-header-content .nkm-element-title, .nkm-element-header-content .nkm-element-excerpt {
    z-index: 100;
}

.nkm-element-featured-image {
    z-index: 2;
}

.nkm-element-featured-image img {
    display: block;
    min-height: 500px;
    width: 56%;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.nkm-element-featured-video {
    display: none;
    min-height: 500px;
    width: 56%;
    height: 500px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.nkm-element-featured-video .flowplayer {
    margin: 0 !important;
    min-height: 500px;
}

.nkm-element-featured-video-button {
    display: block;
    position: absolute;
    width: auto;
    left: 45%;
    bottom: 20px;
    background: #E4002B 0% 0% no-repeat padding-box;
    font: 600 26px/33px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 18px 23px;
    text-decoration: none;
    z-index: 100;
}

.nkm-element-featured-video-button:hover {
    cursor: pointer;
}

.nkm-element-title {
    text-align: left;
    font: 900 50px/60px Caudex;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0 18px;
    width: 35%;
}

.nkm-element-excerpt {
    text-align: justify;
    font: 400 18px/23px Source Sans Pro;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 20px 18px 0 18px;
    width: 35%;
}

.nkm-element .page-sidebar h3 {
    margin-bottom: 0;
}

.nkm-element .sidebar-block, .nkm-element .page-content-block {
    margin-bottom: 20px;
}

.sidebar-block hr {
    margin: 0 0 0 18px;
    border-top: 1px solid #707070;
}

.sidebar-block .sidebar-anchor {
    display: block;
    text-decoration: none;
    font: 400 20px/45px Source Sans Pro;
    letter-spacing: 0px;
    color: #725E45;
    padding: 0 18px;
}

.nkm-element h3 {
    padding: 0 18px;
    font: 600 30px/43px Source Sans Pro;
    color: #4E4E4E;
}

.nkm-element p {
    padding: 0 18px;
    font: 400 18px/30px Source Sans Pro;
    color: #4E4E4E;
}

.nkm-element ul, .nkm-element ol {
    padding: 0 38px;
    font: 400 18px/30px Source Sans Pro;
    color: #4E4E4E;
    list-style: disc;
}

.nkm-element blockquote {
    margin: 0 38px;
    padding-top: 10px;
    padding-bottom: 10px;
    font: 400 18px/30px Source Sans Pro;
    color: #4E4E4E;
    background-color: #EEEEEE;
}

.nkm-element p.element-category {
    display: inline-block;
    padding: 6px 10px;
    margin: 12px 0 0 18px;
    font: 600 16px/20px Source Sans Pro;
    color: #725E45;
    border: 3px solid #725E45;
}

.nkm-element-attachment {
    margin-top: 10px;
}

.attachment-title {
    padding: 0 16px;
    font: 600 16px/20px Source Sans Pro;
}

.attachment-subtitle {
    padding: 0 16px;
    font: 400 16px/20px Source Sans Pro;
}

#atteli, #video, #audio {
    margin-top: 20px;
}

#atteli .attachment-image {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 6px 0;
    margin: 0;
}

#atteli img {
    width: 100%;
}

/* NKM element edit */

.single-page-content-element-edit {
    position: relative;
}

.single-page-content-element-edit .page-sidebar {
    background: #F4F4F4;
    position: absolute;
    top: 50px;
    bottom: 50px;
    right: 50px;
    overflow: hidden;
    padding-bottom: 70px;
}

.single-page-content-element-edit .button-block button {
    border: 0;
    background-color: transparent;
    padding: 0;
    color: #4E4E4E;
}

.komentari-header {
    font: 600 25px/36px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
    background: #E3E3E3 0% 0% no-repeat padding-box;
    padding: 20px;
    border-bottom: 1px solid #4E4E4E;
}

.komentari {
    overflow-y: auto;
    height: 100%;
}

.komentari.collapsible-content {
    max-height: initial;
}

.komentari.collapsible-content .collapsible:first-child {
    margin-top: 0px;
}

.edit-page-title {
    text-align: left;
    font: 600 40px/57px Source Sans Pro;
    color: #4E4E4E;
}

.single-page-content-element-edit .subtitle .acf-input {
    display: none;
}

.single-page-content-element-edit .buttons {
    padding-top: 10px;
}

.single-page-content-element-edit .button-save-saraksts, 
.single-page-content-element-edit .button-save-elements {
    border: none;
    display: block;
    padding: 8px 16px;
    width: 163px;
    background-color: #E3E3E3;
    border-radius: 37px;
    margin-bottom: 10px;
    text-align: left;
    font: 400 14px/18px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
}

.single-page-content-element-edit .button-save-saraksts:after,
.single-page-content-element-edit .button-save-elements:after {
    content: "";
    width: 16px;
    height: 16px;
    margin: 0;
    display: block;
    float: right;
    background: url("assets/images/save-element.svg") no-repeat top right;
}

.single-page-content-element-edit .button-print-saraksts,
.single-page-content-element-edit .button-save-saraksts,
.single-page-content-element-edit .button-print-elements,
.single-page-content-element-edit .button-save-elements,
.single-page-content-element-edit .button-preview {
    display: block !important;
}

.single-page-content-element-edit .acf-fields>.acf-field {
    border-top: none;
    padding: 15px 0;
}

.tab {
    display: none;
}

.element-form-steps {
    position: relative;
    width: 500px;
}

.element-form-steps .back-line {
    display: block;
    position: absolute;
    height: 1px;
    width: 370px;
    background-color: #725E45;
    top: 48px;
    left: 0;
    z-index: -1;
}

.step {
    height: 34px;
    width: 34px;
    margin: 31px 74px 31px 0;
    background-color: #FFFFFF;
    border: solid 1px #725E45;  
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.step:last-child {
    margin: 31px 0 31px 0;
}

.step.active {
    background-color: #725E45;
}

.step.finish {
    background-color: #4CAF50;
}

input.invalid{
    background-color: #ffdddd;
}

.field-group-title {
    float: left;
    margin-top: 12px;
    font: 600 30px/43px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
}

.tooltip {
    position: relative;
    display: inline-block;
    color: #707070;
    margin: 0 0 0 10px;
}

.tooltipImg:hover {
    cursor: help;
}

.description {
    display: none !important;
}

.arrow:after {
    background: #F4F4F4  0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.ui-tooltip {
    max-width: 300px;
    color: #4E4E4E;
    background: #F4F4F4  0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    text-align: justify;
    padding: 20px !important;
    font: 400 14px/18px Source Sans Pro;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.arrow.left {
    right: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.acf-fields {
    float: right;
    width: 85%;
}

.single-page-content-element-edit .acf-field .acf-label label {
    display: initial;
}

.acf-label label {
    font: 600 18px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
}

.acf-table>tbody>tr {
    border-bottom: 2px solid #F4F4F4;
}

.acf-table>tbody>tr>td {
    padding: 3px !important;
}

.acf-repeater>table {
    margin: 0 0 14px !important;
}

.acf-input input[type="text"], .acf-input input[type="url"] {
    background: #F4F4F4 0% 0% no-repeat padding-box;
    height: 70px;
    border: none;
    padding: 20px !important;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font: 400 16px/20px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
    opacity: 1;
}

.acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="date"],
.acf-field input[type="datetime"],
.acf-field input[type="datetime-local"],
.acf-field input[type="email"],
.acf-field input[type="month"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="tel"],
.acf-field input[type="time"],
.acf-field input[type="url"],
.acf-field input[type="week"],
.acf-field textarea,
.acf-field select {
    font: 400 16px/20px Source Sans Pro;
    font-size: 16px !important;
}

.acf-input textarea {
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font: 400 16px/20px Source Sans Pro;
    letter-spacing: 0;
    color: #4E4E4E;
    opacity: 1;
    padding: 20px !important;
}

.quicktags-toolbar .button {
    height: auto;
    width: auto;
}

.acf-input input.needs-value, .acf-input textarea.needs-value {
    border: 2px solid #E4002B;
}

.a-2-repeater .acf-fields {
    float: initial;
    width: 100%;
}

.a-2-repeater .acf-table {
    border: 0;
}

.a-2-repeater .acf-table>tbody>tr {
    border-bottom: 2px solid #F4F4F4;
}

.a-2-repeater .acf-table {
    border: 0;
}

.a-2-repeater .acf-repeater .acf-row-handle.order+td {
    border: 0;
}

.a-2-repeater .acf-field .acf-label label {
    font: 400 16px/30px Source Sans Pro;
    color: #4E4E4E;
}

.a-2-repeater .a-2-nosaukums {
    width: 70%;
    float: left;
}

.a-2-repeater .a-2-nosaukums .acf-label {
    display: none;
}

.a-2-repeater .a-2-apvidvards, .a-2-repeater .a-2-vards-dialekta {
    padding: 0 !important;
    width: 20%;
    display: inline-block;
    margin-left: 20px !important;
}

.a-2-repeater .a-2-apvidvards {
    margin-top: 15px !important;
}

.a-2-repeater .a-2-apvidvards div, .a-2-repeater .a-2-vards-dialekta div {
    display: inline-block;
}

.a-2-repeater .a-2-apvidvards div.acf-input, .a-2-repeater .a-2-vards-dialekta div.acf-input {
    float: left;
    padding: 4px 6px 0 0;
}

.b-repeater .button {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 20px 0;
    height: auto;
}

.b-repeater .button:after {
    display: none;
}

.a-2-repeater .button, .b-repeater .button-primary {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 20px 0;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border: 2px dashed #C1C1C1;
    border-radius: 2px;
    color: transparent;
    height: auto;
}

.a-2-repeater .button:after, .b-repeater .button-primary:after {
    position: absolute;
    right: 47.5%;
    top: 14px;
    width: 32px;
    height: 32px;
    display: block;
    background: url(assets/images/add-circle.svg);
}

.b-repeater .acf-fields {
    float: initial;
    width: 100%;
}

.b-repeater .acf-table {
    border: 0;
}

.b-repeater .acf-table {
    border: 0;
}

.b-repeater .acf-repeater .acf-row-handle.order+td {
    border: 0;
}

.b-repeater .acf-field .acf-label label {
    font: 400 16px/30px Source Sans Pro;
    color: #4E4E4E;
}

.acf-repeater .acf-row-handle.order {
    display: none;
}

.acf-repeater .acf-row-handle.remove {
    background-color: #FFFFFF !important;
    border-right: 2px solid #F4F4F4;
    border-left: none;
}

.acf-repeater .acf-row-handle .acf-icon.-plus {
    display: none !important;
}

.acf-repeater .acf-row-handle .acf-icon.-minus {
    display: block !important;
    margin: -8px 0 0 10px;
    border: 2px solid #BCBCBC;
    width: 20px;
    height: 20px;
    line-height: 16px;
}

.acf-repeater .acf-row-handle .acf-icon.-minus:hover {
    background-color: #FFFFFF;
}

.acf-repeater .acf-row-handle .acf-icon.-minus:before {
    color: #BCBCBC;
    font-weight: bold;
}

.single-page-content-element-edit .acf-taxonomy-field .categorychecklist-holder {
    max-height: unset !important;
    border: none !important;
}

.single-page-content-element-edit .acf-taxonomy-field .categorychecklist-holder span {
    font: 400 16px/30px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
}

.media-modal .button:after{
    content: none;
}

.media-frame-title h1 {
    text-align: center;
    font-size: 2em;
}

.uploader-inline h2, .uploader-inline p, .post-upload-ui p {
    text-align: center;
}

.media-toolbar .button, .upload-ui .button {
    width: auto;
}

.media-modal-close {
    width: 100px !important;
}

.media-modal-content .media-frame select.attachment-filters {
    width: calc(32% - 12px) !important;
}

.select2 {
    font: 400 16px/20px Source Sans Pro;
}

.select2-container--default .select2-selection--single {
    background: #F4F4F4 0% 0% no-repeat padding-box !important;
    height: 70px !important;
    border: none !important;
    padding: 20px !important;
    border-radius: 0 !important;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
    background: #F4F4F4 0% 0% no-repeat padding-box !important;
    border: none !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 70px !important;
    right: 10px !important;
}

.select2-results, .select2-search--dropdown {
    font: 400 16px/20px Source Sans Pro;
}

/* .single-page-content-element-edit input[type=checkbox] {
    opacity: .5;
}

.single-page-content-element-edit .acf-taxonomy-field .categorychecklist-holder span:before {
    content: "";
    display: inline-block;   
    height: 27px;
    width: 27px;   
    border: 2px solid #707070;
    border-radius: 2px; 
}

.single-page-content-element-edit .acf-taxonomy-field .categorychecklist-holder span:after {
    content: "";
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;   
    transform: rotate(-45deg);  
    left: 4px;
    top: 7px;
}

.single-page-content-element-edit input[type=checkbox]:checked {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
} */

.nav-link {
    display: block;
    margin-top: 25px;
    font: 600 18px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #E4002B;
    width: 120px;
    cursor: pointer;
}

.nav-link.previous {
    float: left;
    margin-left: 15%;
}

.nav-link.previous:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-right: 15px;
    display: block;
    float: left;
    background: url("assets/images/previous.svg") no-repeat left top;
}

.nav-link.next {
    float: right;
}

.nav-link.next:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-top: 3px;
    display: block;
    float: right;
    background: url("assets/images/next.svg") no-repeat right top;
}

/* Mani NKM elementi */

.faq-link {
    color: #D71539;
    font: 600 18px/30px Source Sans Pro;
}

.mans-nkm-elements {
    padding: 37px 0;
    border-bottom: 1px solid #707070;
}

.mans-nkm-elements .title {
    display: block;
    float: left;
    text-align: left;
    font: 600 35px/50px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
}

.mans-nkm-elements .status {
    display: block;
    float: right;
    margin-top: 10px;
    padding: 7px 22px;
    background: #BCBCBC 0% 0% no-repeat padding-box;
    border-radius: 25px;
    text-align: center;
    font: 400 14px/18px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
}

.status-red {
    background: rgba(255, 0, 0, .5) 0% 0% no-repeat padding-box !important;
}

.status-yellow {
    background: rgba(255, 255, 0, .5) 0% 0% no-repeat padding-box !important;
}

.status-green {
    background: rgba(0, 128, 0, .5) 0% 0% no-repeat padding-box !important;
}

.mans-nkm-elements .author {
    margin-top: 20px;
    text-align: left;
    font: Bold 14px/18px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
}

.mans-nkm-elements .date {
    text-align: left;
    font: Bold 14px/18px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
}

.mans-nkm-elements .excerpt {
    margin-top: 25px;
}

.mans-nkm-elements .excerpt p {
    text-align: left;
    font: 400 18px/30px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
}

.mans-nkm-elements .button-bar {
    margin-top: 25px;
}

.mans-nkm-elements .button-bar .button-block {
    display: inline-block;
}

.mans-nkm-elements button {
    height: 50px;
    margin-right: 18px;
    padding-left: 25px;
    padding-right: 25px;
    font: 600 18px/22px Source Sans Pro;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #D71539;
    border: 4px solid #D71539;
}

/* .nodot-izskatisanai:after,
.iesniegt:after,
.ekspertu-izskatits:after,
.apstiprinat:after,
.publicet:after {
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url("assets/images/arrow-down-red.svg") no-repeat top right;
} */

.mans-nkm-elements .comment-toggle {
    display: block;
    float: left;
    text-decoration: underline;
    font: 400 14px/18px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
    margin: 18px 0 0 0;
    cursor: pointer;
}

.mans-nkm-elements .delete-element-form {
    float: right;
}

.mans-nkm-elements .delete-element {
    display: block;
    width: 21px;
    margin: 15px 0 0 30px;
    cursor: pointer;
}

.mans-nkm-elements .comments {
    padding-top: 37px;
    margin-top: 37px;
    border-top: 1px solid #707070;
    font: 400 14px/18px Source Sans Pro;
}

.comment {
    clear: both;
    margin-bottom: 25px;
}

.comment:last-child {
    margin-bottom: 0;
}

.sub-comment {
    margin-left: 7%;
}

.comment-author, .comment-date {
    text-align: left;
    font: Bold 14px/18px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
}

.comment-text {
    margin-top: 15px;
    text-align: justify;
    font: 400 14px/18px Source Sans Pro;
    letter-spacing: 0px;
    color: #4E4E4E;
    word-wrap:break-word;
}

.collapsible-field-group-name {
    box-sizing: border-box;
    border-top: none;
}

.comment-field-group-name {
    font: 600 25px/36px Source Sans Pro;
    color: #4E4E4E;
    display: block;
    float: left;
    margin: 21px 21px 0 21px;    
}

.go-to-field-group {
    cursor: pointer;
    margin: 21px 21px 0 21px;
    font: 600 16px/22px Source Sans Pro;
    letter-spacing: 0px;
    color: #E4002B; 
}

.go-to-field-group:before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin: 3px 6px 0 0;
    background: url("assets/images/previous.svg") no-repeat right;
}

.comment-list .comment {
    margin-bottom: 0;
    word-wrap:break-word;
}

.comment-list .comment:last-child {
    margin-bottom: 25px;
}

.comment-list .sub-comment {
    margin-left: 55px;
}

.comment-list .comment-author,
.comment-list .comment-date,
.comment-list .comment-text {
    padding-left: 21px;
    padding-right: 21px;
}

.comment-list .comment-author{
    padding-top: 23px;
}

.comment-list .comment-reply {
    float: right;
    margin: 21px 21px 0 21px;
}

.comment-list .comment-reply .comment-reply-link {
    font: 600 16px/22px Source Sans Pro;
    letter-spacing: 0px;
    color: #E4002B;
}

.comment-list .comment-reply .comment-reply-link:after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    margin: 3px 0 0 6px;
    background: url("assets/images/reply.svg") no-repeat right;
}

.comment-respond {
    margin-top: 10px;
    padding-left: 21px;
    padding-right: 21px;
}

.comment-respond .comment-group-select {
    float: left;
    height: 56px;
    width: 30%;
    margin-right: 10px;
    padding: 10px;
    font: 600 18px/30px Source Sans Pro;
    color: #4E4E4E;
    border: 0;
    background: #FFFFFF url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSI3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjMuNTQgNS4zMyAyLjQ4IDYuODIgMS40MSA1LjMzIDMuNTQgNS4zMyIvPjwvc3ZnPg==) no-repeat 95% -5px;
	-moz-appearance: none; 
	-webkit-appearance: none; 
    appearance: none;
    border-radius: 0;
}

.comment-respond .comment-group-select option {
    padding: 10px;
    font: 400 18px/30px Source Sans Pro;
    color: #4E4E4E;
}

.comment-respond .comment-form-comment textarea {
    padding: 10px;
    width: 65%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    font: 400 14px/18px Source Sans Pro;
    color: #4E4E4E;
    float: right;
    border: 0;
}

.comment-respond .form-submit {
    clear: both;
}

.comment-respond .form-submit .submit {
    font: 600 18px/25px Source Sans Pro;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 12px 25px;
    float: right;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #E4002B;
    border: 3px solid #E4002B;
}

.comment-list .comment-respond .comment-group-select {
    display: none;
}

.comment-list .comment-respond .comment-form-comment textarea {
    width: 100%;
}

.comment-reply-title {
    margin-bottom: 0 !important;
}

.comment-reply-title a {
    font: 600 16px/22px Source Sans Pro;
    letter-spacing: 0px;
    color: #E4002B;
}

/* Error page */

.block-404 {
    padding: 100px 0;
}

.alert-icon {
    width: 30px;
    margin: 0 auto;
}

/* Footer */

#top {
    position: relative;
    z-index: 101;
    float:right;
    background: url("assets/images/top.svg") no-repeat top right;
    width: 66px;
    height: 66px;
    top: -33px;
    margin-right: 100px;
}

#top:hover {
    cursor: pointer;
}

.site-footer {
    position: relative;
    background: transparent linear-gradient(180deg, #957E5C 0%, #7A6447 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.site-footer .pattern-left {
    z-index: 50;
    background: url("assets/images/pattern1.svg") no-repeat bottom left;
}

.site-footer .footer-content {
    z-index: 100;
    position: relative;
}

.site-footer .copyright {
    padding: 10px;
    border-top: 1px solid #999999;
}

.site-footer .copyright p {
    text-align: center;
    font: 400 16px/30px Source Sans Pro;
    letter-spacing: 0;
    color: #EFEFEF;
}

.footer-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
}

.footer-menus {
    padding: 50px 0;
    float: left;
}

.footer-menu-container {
    display: inline-block;
    vertical-align:top;
}

.footer-menu {
    padding-right: 170px;
}

.footer-menu-container .menu-name {
    text-align: left;
    font: Bold 24px/30px Source Sans Pro;
    letter-spacing: 0;
    color: #EFEFEF;
    opacity: 1;
}

.footer-menu-container li a {
    text-align: left;
    font: 400 16px/30px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
}

.footer-content .lnkc-logo {
    float: right;
    width: 250px;
    padding-top: 60px;
    fill: #FFFFFF;
}

.site-menu-mobile, .mobile-toggle, .language-select-mobile {
    display: none;
}

.hide-on-mobile {
    display: block;
}

.show-on-mobile {
    display: none;
}

.video-js .vjs-big-play-button {
    background: url("assets/images/play-video.svg") no-repeat top right;
    border: none;
    background-color: transparent;
    height: 4em;
    width: 4em;
}

.video-js .vjs-big-play-button::before {
    display: none;
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    background-color: transparent;
}

.vjs-big-play-centered .vjs-big-play-button {
    margin-top: -2em;
    margin-left: -2em;
}

.flowplayer {
    margin: 20px 16px 0 !important;
}

.wp-block-video { width: 100% !important }
.wp-block-video video { width: 100% !important; height: 100% !important; }

.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 40px 0 9px;
}

@media only screen and (max-width: 1520px) {
    .main-banner-content {
        margin: 0 50px;
    }

    .featured-posts {
        padding: 25px 50px;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .featured-post a {
        min-height: 160px;
    }

    .featured-post-title {
        padding-bottom: 6px;
        font: 600 22px/22px Source Sans Pro;
    }
    
    .featured-post-excerpt {
        padding-top: 6px;
        font: 600 12px/14px Source Sans Pro;
    }

    .featured-post-thumbnail {
        max-height: 150px;
        max-width: 150px;
        padding: 5px;
    }
    
    .featured-post-thumbnail img {
        height: 150px;
        width: 150px;
    }

    .featured-post-arrow-thumbnail {
        right: 165px;
    }

    .featured-post-arrow {
        width: 24px;
    }
}

@media only screen and (min-width: 1281px){
    .site-menu {
        display: block !important;
    }
    .mobile-toggle, .language-select-mobile {
        display: none !important;
    }
}

/* Tablet */

@media only screen and (max-width: 1280px) {
    p {
        font: 400 12px/14px Source Sans Pro;
    }

    .translation-info {
        font: 400 14px/20px Source Sans Pro;
    }

    .site-menu {
        display: none !important;
    }

    .user-panel, .language-panel {
        margin-top: 65px;
    }

    .user-panel {
        padding-right: 180px;
    }

    .language-panel {
        padding-right: 140px;
    }

    .mobile-toggle {
        display: block !important;
    }

    .main-banner {
        min-height: 800px;
    }

    .main-banner .pattern-middle {
        top: 0;
        right: 0;
        width: 400px;
        bottom: 300px;
        height: 50%;
        background: url("assets/images/pattern3.svg") no-repeat top right;
    }

    .main-banner-image-tablet {
        display: initial;
        top: 200px;
    }

    .main-banner-image,
    .main-banner-image-mobile {
        display: none;
    }

    .main-page-title {
        margin-top: 0;
        margin-left: 100px;
        font: Bold 30px/32px Caudex;
        width: 200px;
        float: left;
    }

    .main-page-button {
        margin-top: 38px;
        margin-right: 100px;
        float: right;
    }

    .main-page-button .button {
        font: 600 14px/14px Source Sans Pro;
        width: 157px;
    }

    .main-page-button .button:after {
        width: 24px;
        height: 24px;
        margin: 0;
    }

    .featured-posts {
        margin: 320px auto 0 auto;
    }

    .description-text {
        padding: 25px;
        max-width: 604px;
        font: 600 16px/22px Source Sans Pro;
    }

    .pattern-left, .pattern-right {
        width: 120px;
    }

    .object-list {
        margin: 0 0 50px 0;
    }

    .object-posts {
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    }

    .object-post:hover .object-post-content {
        bottom: -66%;
    }

    .object-post .object-post-title {
        font: 600 22px/22px Source Sans Pro;
    }

    .object-post .object-post-arrow {
        width: 34px;
        right: 20px;
        bottom: 20px;
    }

    .object-post .object-post-excerpt p {
        font: 400 12px/14px Source Sans Pro;
    }

    .buttons {
        padding: 50px 0 0 0;
    }

    .button-print-saraksts, .button-print-elements {
        display: none !important;
    }

    .single-page-header {
        height: 400px;
    }

    .nkm-element-featured-video, .nkm-element-featured-video .flowplayer {
        min-height: 400px;
    }
    
    .nkm-element-featured-image img {
        min-height: 400px;
    }

    .nkm-element-title {
        font: 900 30px/32px Caudex;
    }

    .nkm-element-excerpt {
        font: 400 12px/14px Source Sans Pro;
    }

    .column-left, .column-right { 
        width: 100%;
        padding: 0 25px;
    }

    .profile-form {
        border: 0;
    }

    .profile-form label {
        font: 400 12px/14px Source Sans Pro;
    }

    .profile-form .name {
        font: 900 12px/14px Source Sans Pro;
        margin-left: 34%;
    }

    .profile-form .textbox {
        font: 900 12px/14px Source Sans Pro;
        height: 50px;
    }

    .profile-form .textbox-textarea {
        height: 137px;
    }

    .profile-form .button {
        margin-left: 30%;
        margin-top: 25px;
        width: 127px;
        height: 40px;
        font: 600 14px/20px Source Sans Pro;
        padding: 6px 10px;
    }

    .button-save-red:after {
        width: 16px;
        margin: 2px 0 0 0;
    }

    .column-left.profile-form {
        width: 60%;
    }

    .column-right.profile-shortcuts {
        margin-top: 50px;
    }

    .profile-shortcuts .button {
        width: 274px;
        height: 40px;
        font: 600 14px/20px Source Sans Pro;
        margin-top: 25px;
    }

    .profile-title {
        font: 600 26px/31px Source Sans Pro;
        margin-left: 25px;
    }

    .single-page-content, .single-page-content-element {
        margin: 0px auto 50px auto;
    }

    .page-title {
        font: 600 30px/35px Source Sans Pro;
    }

    .mans-nkm-elements .title {
        font: 600 20px/28px Source Sans Pro;
    }

    .mans-nkm-elements .status {
        font: 400 10px/12px Source Sans Pro;
        padding: 6px 16px;
    }

    .mans-nkm-elements .author, .mans-nkm-elements .date {
        font: 900 10px/12px Source Sans Pro;
    }

    .mans-nkm-elements .excerpt p {
        font: 400 12px/14px Source Sans Pro;
    }

    .mans-nkm-elements .button-bar {
        margin-top: 0;
    }

    .mans-nkm-elements button {
        height: 40px;
        margin-top: 18px;
        margin-right: 18px;
        padding-left: 15px;
        padding-right: 15px;
        font: 600 14px/20px Source Sans Pro;
    }

    .mans-nkm-elements .comment-toggle {
        font: 400 10px/12px Source Sans Pro;
        margin-top: 36px;
    }

    .mans-nkm-elements .delete-element {
        width: 16px;
        margin: 32px 0 0 30px;
    }

    .comment-author, .comment-date {
        font: 900 10px/12px Source Sans Pro;
    }

    .comment-text {
        font: 400 10px/12px Source Sans Pro;
    }

    .site-footer .pattern-left {
        width: 300px;
    }

    .kontakti .page-sidebar, .kontakti .page-content {
        float: initial;
        width: 100%;
    }

    .kontakti .sidebar-block {
        width: 49%;
        display: inline-block;
        vertical-align:top;
    }

    .kontakti .page-sidebar img {
        margin: 0 auto 30px auto;
    }

    .kontakti h1 {
        margin: 0;
        font: 600 26px/31px Source Sans Pro;
    }

    .kontakti h2 {
        margin: 20px 0;
        font: 600 14px/20px Source Sans Pro;
    }

    .kontakti h3 {
        margin: 20px 0;
        font: 600 14px/20px Source Sans Pro;
    }

    .kontakti .textboxes {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }

    .kontakti .textbox {
        height: 50px;
        font: 600 12px/14px Source Sans Pro;
    }

    .kontakti .button {
        font: 600 14px/20px Source Sans Pro;
    }

    .kontakti .kontakti-logo {
        margin: 50px auto 0 auto;
        width: 100%;
        max-width: 400px;
        display: block;
    }

    .footer-menu {
        padding-right: 70px;
    }

    .footer-menu-container .menu-name {
        font: 600 14px/20px Source Sans Pro;
    }

    .footer-menu-container li a {
        font: 400 12px/20px Source Sans Pro;
    }

    .footer-content {
        max-width: 700px;
    }

    .footer-content .lnkc-logo {
        float: right;
        width: 115px;
        padding-top: 65px;
        fill: #FFFFFF;
    }

    .single-page-content-element-edit {
        margin: 25px auto;
        padding: 50px;
    }

    .edit-page-title {
        font: 600 30px/35px Source Sans Pro;
    }

    .step {
        height: 21px;
        width: 21px;
        margin: 31px 33px 31px 0;
    }

    .element-form-steps {
        width: 300px;
    }

    .element-form-steps .back-line {
        width: 200px;
        top: 42px;
    }

    .buttons div {
        padding: 7px 16px;
        width: 111px;
        border-radius: 24px;
        font: 400 12px/12px Source Sans Pro;
    }

    .single-page-content-element-edit .button-save-elements {
        padding: 7px 16px;
        width: 143px;
        border-radius: 24px;
        font: 400 12px/12px Source Sans Pro;
    }

    .buttons div:after, .single-page-content-element-edit .button-save-elements:after {
        margin: -2px;
    }

    .field-group-title {
        font: 600 20px/28px Source Sans Pro;
    }

    .tooltip img {
        width: 16px;
    }

    .ui-tooltip {
        font: 400 12px/14px Source Sans Pro;
        width: 200px;
    }

    .single-page-content-element-edit .button {
        font: 600 16px/20px Source Sans Pro;
    }

    .a-2-repeater .button:after, .b-repeater .button-primary:after {
        top: 10px;
        width: 26px;
        height: 26px;
    }

    .acf-label label {
        font: 600 12px/14px Source Sans Pro;
    }

    .a-2-repeater .acf-field .acf-label label {
        font: 400 12px/14px Source Sans Pro;
    }

    .a-2-repeater .a-2-nosaukums {
        width: 100%;
    }

    .a-2-repeater .a-2-apvidvards {
        margin-top: 8px !important;
    }
    
    .a-2-repeater .a-2-apvidvards, .a-2-repeater .a-2-vards-dialekta {
        margin-left: 10px !important;
        margin-top: 3px !important;
        width: auto;
    }

    .b-repeater .acf-field .acf-label label {
        font: 400 12px/14px Source Sans Pro;
    }

    .acf-input input[type="text"], .acf-input input[type="url"] {
        height: 50px;
        padding: 16px !important;
        font: 400 12px/14px Source Sans Pro;
    }

    .select2 {
        font: 400 12px/14px Source Sans Pro;
    }

    .acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="date"], .acf-field input[type="datetime"], .acf-field input[type="datetime-local"], .acf-field input[type="email"], .acf-field input[type="month"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="tel"], .acf-field input[type="time"], .acf-field input[type="url"], .acf-field input[type="week"], .acf-field textarea, .acf-field select {
        font: 400 12px/14px Source Sans Pro;
        font-size: 12px !important;
    }

    .single-page-content-element-edit .acf-taxonomy-field .categorychecklist-holder span {
        font: 400 12px/14px Source Sans Pro;
    }

    .single-page-content-element-edit .acf-fields>.acf-field {
        padding: 10px 0 0 0;
    }

    .nav-link {
        font: 600 12px/17px Source Sans Pro;
        width: 100px;
    }

    .nav-link.previous:before,
    .nav-link.next:after {
        margin-top: 0px;
    }

    .komentari-header,
    .komentari .collapsible {
        font: 600 20px/28px Source Sans Pro;
    }

    .komentari .collapsible:after {
        width: 16px;
        height: 16px;
        margin: 10px 10px 0 0;
    }

    .comment-respond .comment-group-select {
        height: 48px;
        width: 100%;
        margin-right: 10px;
        margin-bottom: 20px;
        padding: 10px;
        font: 600 12px/14px Source Sans Pro;
    }

    .comment-respond .comment-group-select option {
        font: 400 12px/14px Source Sans Pro;
    }

    .comment-respond .comment-form-comment textarea {
        padding: 10px;
        width: 100%;
        font: 400 12px/14px Source Sans Pro;
    }

    .comment-respond .form-submit .submit {
        font: 600 14px/20px Source Sans Pro;
        padding: 9px 21px;
    }

    .comment-list .comment-reply .comment-reply-link,
    .go-to-field-group,
    .comment-reply-title a
    {
        font: 600 12px/14px Source Sans Pro;
    }

    .go-to-field-group:before {
        width: 12px;
        height: 12px;
        margin: 1px 6px 0 0;
    }

    .comment-list .comment-reply .comment-reply-link:after {
        width: 12px;
        height: 12px;
        margin: 6px 0 0 6px;
    }

    #top {
        width: 36px;
        height: 36px;
        top: -18px;
    }

    #atteli .attachment-image {
        width: 100%;
    }
}

@media only screen and (max-width: 1160px) {
    .featured-posts {
        padding: 25px 50px;
        margin: 300px auto 0 auto;
        grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    }

    .featured-post a {
        min-height: 255px;
    }

    .featured-post-title {
        font: 600 24px/26px Source Sans Pro;
    }
    
    .featured-post-excerpt {
        font: 600 20px/24px Source Sans Pro;
    }

    .featured-post-thumbnail {
        max-height: 225px;
        max-width: 225px;
        padding: 15px;
    }
    
    .featured-post-thumbnail img {
        height: 225px;
        width: 225px;
    }

    .featured-post-arrow-thumbnail {
        width: 40px;
        right: 260px;
    }
}

@media only screen and (max-width: 1149px) {
    .main-banner {
        min-height: 700px;
    }
}

@media only screen and (max-width: 999px) {
    .main-banner {
        min-height: 600px;
    }

    .featured-posts {
        margin: 250px auto 0 auto;
    }

    .kontakti .textboxes {
        grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    }

    .object-posts {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media only screen and (max-width: 899px) {
    .main-banner {
        min-height: 500px;
    }

    .featured-posts {
        margin: 200px auto 0 auto;
    }

    .nkm-element-featured-video, .nkm-element-featured-video .flowplayer {
        min-height: 300px;
    }
    
    .nkm-element-featured-image img {
        min-height: 300px;
    }

    .single-page-header {
        height: 300px;
    }
}

@media only screen and (max-width: 800px) {
    .main-banner {
        min-height: 400px;
    }

    .featured-posts {
        margin: 150px auto 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
    
    .show-on-mobile {
        display: block;
    }

    h1 {
        font: 600 26px/35px Source Sans Pro;
    }
    
    h2, h3 {
        font: 600 14px/25px Source Sans Pro;
    }
    
    p {
        font: 12px/24px Source Sans Pro;
    }

    .translation-info {
        padding: 10px;
        font: 400 12px/16px Source Sans Pro;
    }

    .site-logo {
        padding-left: 25px;
    }

    .site-logo img {
        width: 143px;
        height: auto;
    }

    .user-panel {
        margin-top: 40px;
        padding-right: 100px;
    }

    .user-panel .user-name {
        display: none;
    }

    .user-panel .user-name-mobile {
        display: block;
    }

    .user-icon-mobile {
        display: inline-block;
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }

    .language-panel {
        display: none !important;
    }

    .language-select-mobile {
        width: 100%;
        text-align: center;
        padding: 5px 0;
        background: #F4F4F4;
        display: block !important;
    }

    .mobile-toggle-container {
        float: right;
        margin: 0;
        padding: 25px 25px 0 0;
    }

    .main-banner .pattern-middle {
        width: 300px;
        top: 0;
        height: 65%;
        background: url("assets/images/pattern3.svg") no-repeat top right;
    }

    .main-banner-content {
        padding: 25px 0;
        margin: 0 25px;
    }

    .main-banner-image-mobile {
        display: initial;
    }

    .main-banner-image,
    .main-banner-image-tablet {
        display: none;
    }

    .main-page-title {
        font: Bold 30px/35px Caudex;
        margin-left: 0;
        width: 100%;
    }

    .main-page-button {
        float: left;
        margin-top: 0;
    }

    .main-page-button .button {
        width: 134px;
        padding: 15px;
        margin: 0 auto;
    }

    .single-page-content, .single-page-content-element, .single-page-content-element-edit {
        margin-top: 0;
    }
    
    .page-sidebar, .page-content {
        float: initial;
        width: 100%;
    }

    .mans-nkm-elements .status {
        float: none;
        display: inline-block;
    }

    .kontakti .sidebar-block {
        width: 100%;
    }

    .kontakti .page-sidebar img {
        margin-top: 30px;
    }

    .kontakti .textboxes {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }

    .page-sidebar h1, .page-content h2 {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    .page-list-item-button .button {
        font: 600 14px/14px Source Sans Pro;
        padding: 9px 11px;
    }

    .featured-posts, .object-posts {
        padding: 25px;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    }

    .featured-post a {
        min-height: 140px;
    }

    .featured-post-title {
        font: 600 18px/20px Source Sans Pro;
    }
    
    .featured-post-excerpt {
        font: 600 12px/14px Source Sans Pro;
    }

    .featured-post-thumbnail {
        max-height: 130px;
        max-width: 130px;
        padding: 5px;
    }
    
    .featured-post-thumbnail img {
        height: 130px;
        width: 130px;
    }

    .featured-post-arrow-thumbnail {
        right: 145px;
        width: 22px;
    }

    .description-text {
        padding: 25px;
        font: 600 12px/14px Source Sans Pro;
    }

    .object-post {
        max-width: none;
    }

    .object-list {
        margin: 25px 0;
    }

    .object-posts-list .object-post-excerpt {
        display: none;
    }

    .object-posts-list .object-post-title {
        float: initial;
        width: 100%;
        display: block;
        height: 40px;
        font: 600 14px/18px Source Sans Pro;
    }

    .object-posts-list .object-post-categories {
        position: initial;
        float: initial;
        text-align: left;
        width: 100%;
        display: block;
        font: 400 10px/12px Source Sans Pro;
    }

    .button-print-saraksts, .button-save-saraksts, .button-print-elements, .button-save-elements {
        display: none !important;
    }

    .child-category-bar {
        margin-top: 0;
        padding-top: 0;
        border: 0;
    }

    .button-outlined {
        width: 158px;
        padding: 9px 11px;
        font: 600 14px/16px Source Sans Pro;
        border: 3px solid #D71539;
    }

    .button-outlined:after {
        display: block;
        height: 14px;
        float: right;
        margin: 0;
    }

    .page-list-item-button .button-outlined:after {
        margin: 0;
    }

    .site-main .page, .site-main .post, .single-page-content, .page-container {
        padding: 25px;
    }

    .single-page-content-element, .single-page-content-element-edit {
        padding: 0;
    }

    .single-page-header {
        height: auto;
    }

    .single-page-header .pattern-middle {
        right: 0;
        width: 300px;
        background: url("assets/images/pattern3.svg") no-repeat top right;
    }

    .nkm-element-featured-video {
        width: 100%;
        height: auto;
        position: initial;
    }

    .nkm-element-featured-video-button {
        left: 20px;
    }

    .page-title {
        padding-left: 25px;
        padding-left: 25px;
    }

    .category-bar-mobile {
        margin-top: 50px;
    }

    .child-category-bar-mobile {
        border-bottom: 3px solid #69533E;
    }

    .category-bar-mobile .category {
        display: block;
        text-decoration: none;
        font: 600 20px/45px Source Sans Pro;
        padding: 14px 18px;
        margin: 0;
        border: 0;
        background-color: #F2F2F2;
        color: #4E4E4E;
        border-bottom: 1px solid #D6D6D6;
    }

    .child-category-bar .category {
        background-color: #FFFFFF;
    }

    .category-bar-mobile .category.selected-category {
        color: #FFFFFF;
        background-color: #69533E;
    }

    .column-left.profile-form, .column-right.profile-shortcuts {
        width: 100%;
    }

    .profile-title {
        text-align: center;
    }

    .profile-form .textbox {
        width: 100%;
        float: initial;
        margin-top: 0.5rem;
    }

    .profile-form label {
        float: left;
        width: auto;
    }

    .profile-form .name {
        margin-left: 80px;
    }

    .profile-form .button {
        margin-left: 0;
    }

    .profile-shortcuts .button {
        width: 100%;
    }

    .profile-shortcuts h3 {
        font: 600 26px/35px Source Sans Pro;
        text-align: center;
    }

    .nkm-element-title, .nkm-element-excerpt {
        width: 100%;
    }

    .single-page-header {
        height: auto;
    }

    .nkm-element-featured-image img {
        display: block;
        width: 100%;
        min-height: 200px;
        height: auto;
        position: initial;
    }

    .nkm-element-featured-image img {
        display: block;
        width: 100%;
        min-height: 200px;
        height: auto;
        position: initial;
    }

    .nkm-element h3.first-block {
        padding: 18px 18px 0 18px;
        font: 600 30px/43px Source Sans Pro;
        color: #4E4E4E;
    }

    p.element-category-mobile {
        display: block;
        text-decoration: none;
        font: 600 20px/45px Source Sans Pro;
        padding: 14px 18px;
        border-bottom: 1px solid #E3E3E3;
    }

    .nkm-element .page-content-block.nmk-element-card-block {
        margin-bottom: 0;
    }

    .mobile-subtitle {
        padding: 14px 18px;
        font: 600 30px/43px Source Sans Pro;
        color: #4E4E4E;
        border-bottom: 1px solid #707070;
    }

    .sidebar-anchor:first-child {
        border-top: 1px solid #707070;
    }

    .sidebar-anchor:last-child {
        border-bottom: 1px solid #707070;
    }

    .sidebar-anchor {
        display: block;
        text-decoration: none;
        font: 600 20px/45px Source Sans Pro;
        padding: 14px 18px;
        border-bottom: 1px solid #E3E3E3;
    }

    .collapsible {
        border-bottom: none;
        padding: 14px 18px;
    }

    .collapsible-subtle, .collapsible-content-subtle {
        border: none;
    }

    .active {
        border-bottom: 1px solid #707070;
    }

    .collapsible-subtle.active {
        border: none;
    }

    #atteli .nkm-element-attachment {
        display: block;
        box-sizing: border-box;
        padding: 20px 20px 0 20px;
    }

    #atteli img {
        width: 100%;
    }

    .search-submit {
        width: 10%;
    }
    
    .search-reset {
        width: 10%;
    }
    
    .search {
        width: 80%;
    }

    #top {
        width: 36px;
        height: 36px;
        top: -18px;
        margin-right: 25px;
    }

    .footer-menu-container {
        margin-bottom: 25px;
    }

    .footer-content .footer-menus  {
        width: 250px;
        float: initial;
        margin: 0 auto;
        padding: 25px 0;
    }

    .footer-content .lnkc-logo {
        display: block;
        float: initial;
        margin: 0 auto;
        width: 130px;
        padding-top: 0;
        margin-bottom: 40px;
    }

    .site-footer .pattern-left {
        width: 300px;
    }

    .site-footer .copyright p {
        font: 400 10px/20px Source Sans Pro;
    }

    .flowplayer {
        margin: 20px auto 0 !important;
    }

    .edit-page-title {
        text-align: center;
        margin: 25px;
    }

    .single-page-content-element-edit .page-sidebar {
        background: #F4F4F4;
        position: initial;
        top: 0px;
        bottom: 0px;
        right: 0px;
        overflow: initial;
        padding-bottom: 0px;
    }

    .element-form-steps {
        width: 220px;
        margin: 0 auto;
    }

    .acf-fields {
        float: right;
        width: 100%;
    }

    .tab {
        padding: 0 30px;
    }

    .acf-repeater .acf-row-handle .acf-icon.-minus {
        margin: -8px 0 0 10px;
        width: 18px;
        height: 18px;
        line-height: 12px;
    }

    .nav-bar {
        padding: 0 30px;
    }

    .nav-link.previous {
        margin-left: 0%;
    }

    .komentari-header.collapsible {
        width: auto;
    }

    .komentari-header.collapsible:after {
        width: 16px;
        height: 16px;
        margin: 12px 10px 0 0;
    }

    .komentari.collapsible-content .collapsible:first-child {
        margin-top: 0px;
    }    

    .komentari.collapsible-content .collapsible-content {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .komentari.collapsible-content .collapsible {
        background-color: #F4F4F4;
    }

    .komentari.collapsible-content {
        max-height: 0;
    }

    .comment-respond .comment-group-select {
        background: #FFFFFF url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSI3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjMuNTQgNS4zMyAyLjQ4IDYuODIgMS40MSA1LjMzIDMuNTQgNS4zMyIvPjwvc3ZnPg==) no-repeat 98% -5px;
    }

    .single-page-content-element-edit .buttons {
        padding: 30px 25px 0 25px;
        width: 292px;
        float: initial;
        margin: 0 auto;
    }

    .single-page-content-element-edit .buttons div {
        padding: 14px 26px;
        border-radius: 54px;
        width: 240px;
    }

    .single-page-content-element-edit .button-save-elements {
        padding: 14px 26px;
        border-radius: 54px;
        width: 292px;
    }
}

@media only screen and (max-width: 500px) {
    .featured-posts, .object-posts {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

.entry-content p {
    line-height: normal;
}