/* poppins-100 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-100.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-200 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-200.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-100italic - latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-100italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-200italic - latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-200italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-300 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-300.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-300italic - latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-300italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-italic - latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-500 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-500.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-500italic - latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-500italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-600 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-600.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-600italic - latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-600italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-700 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-700.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-700italic - latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-700italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-800 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-800.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-800italic - latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-800italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-900 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-900.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* poppins-900italic - latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900;
    src: url('/theme/vendor/google-fonts/poppins/poppins-v15-latin-900italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

html,
body {
    height: 100%;
}

body a{
    text-decoration: none !important;
}

.wrap {
    margin-left: 50%;
    transform: translate(-50%);
    min-height: 100%;
    min-width: 100vw;
    height: auto;
    padding: 0 0 60px;
    background: url(/theme/img/page-not-found.png) no-repeat center center;
    background-size: cover;
}

.space-8 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
}

.btn-red {
    background: #ed4756 !important;
    color: #ffffff;
    border-color: #ed4756 !important;
}

.page-404__title {
    color: #242f3d !important;
}

.font-weight-semi-bold {
    font-weight: 600!important;
}

.btn-wide {
    max-width: 9.6875rem;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}

.wrap > .container {
    /*padding: 70px 15px 20px;*/
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

div.article-cell {
    height: 700px;
}

.pre-label {
    display: block;
    padding: 8px 15px;
    margin-bottom: -5px;
    font-weight: 400;
    color: #323232;
    background-color: #e5e5e5;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    z-index: 2;
    position: relative;
}

#site-title, .site-title, #site-title a, .site-title a, .entry-title, .entry-title a, h1, h2, h3, h4, h5, h6, .widget-title {
    font-family: "Poppins";
    font-weight: 700;
}

#site-title, .site-title, #site-title a, .site-title a, .entry-title, .entry-title a, h1, h2, h3, h4, h5, h6, .widget-title {
    padding-bottom: 20px;
    color: #444952;
}

.control-label {
    font-size: 16px;
    color: #42515f;
    margin-bottom: 10px;
    font-weight: 700;
}

.has-error input {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.has-success input {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.wp-block-button__link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    background: #ed4756 !important;
    color: #ffffff !important;
    outline: none;
    border-color: #ed4756 !important;
}

.wp-block-button__link:hover {
    box-shadow: 0 4px 11px rgb(237 71 86);
}


.help-block {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
}

.help-block-error {
    color: #de4437;
}

.link-muted {
    font-size: 13px;
    color: #888888 !important;
}

.alert {
    margin-bottom: 3rem;
    font-size: 12px;
    margin-top: 25px;
}

@media (max-width: 767.98px) {
    .nav-classic .nav-link {
        font-size: 0.75rem !important;
        padding: 1rem 0.5rem !important;
    }
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ed4756;
    background-color: #ed4756;
}

.loading-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(247, 247, 247, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.8rem;
    z-index: 100;
}

.d-none {
    display: none !important;
}

.loading-block .loading-image {
    min-width: 75px;
    min-height: 75px;
    background-image: url(/theme/svg/preloaders/circle-preloader.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 25px 0px 0px;
    display: flex;
}


.loading-block p {
    padding-right: 13px
}

.wp-block-image {
    display: flex;
    justify-content: center;
}

.short-desc {
    margin-bottom: 16px;
}


#breadcrumbs {
    margin-left: 15px;
    padding: 40px 0;
    text-align: center;
    font-size: 16px;
}

#breadcrumbs a {
    color: #ed4756;
}

#breadcrumbs a:hover {
    color: #242F3D;
}

.breadcrumb_last {
    color: #242e3d;
}



