.page-id-21779 footer {
    display: none !important;
}

html[dir] {
    margin-top: 0 !important;
}

#wpadminbar {
    display: none !important;
}

@font-face {
    font-family: 'Century Schoolbook';
    src: url('../fonts/subset-CenturySchoolbook.woff2') format('woff2'),
    url('../fonts/subset-CenturySchoolbook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/subset-BebasNeueRegular.woff2') format('woff2'),
    url('../fonts/subset-BebasNeueRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/subset-Calibri.woff2') format('woff2'),
    url('../fonts/subset-Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/subset-BebasNeueBold.woff2') format('woff2'),
    url('../fonts/subset-BebasNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    width: 100%;
    max-width: 100%;
    min-width: 393px;
}

body {
    min-width: 393px;
}

a,
a:link {
    background: none;
    outline: none !important;
}

a:hover,
a.active {
    background-image: linear-gradient(to top, #FEE118 0, #FEE118 10px);
    background-size: 100% 9px;
    background-position: left 0 bottom 3px;
    background-repeat: repeat-x;
}

.hv-page-wrapper {
    color: #1B1B1B;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hv-wrapper {
    min-height: 100vh;
    display: flex;
    position: relative;
}

.hv-col-l {
    flex: 0 0 41.6%;
    max-width: 41.6%;
    position: relative;
    background: #FFDE58;
}

.hv-col-r {
    flex: 0 0 58.4%;
    max-width: 58.4%;
    position: relative;
    background: #F39FC4;
}

.hv-pic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hv-pic-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -31%;
}

.hv-pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    opacity: 0;
    transition: all .5s ease;
}

.hv-pic img.active {
    opacity: 1;
}

.hv-pic-front {
    margin: 0 -23.7% 0 6.4%;
}

.hv-pic-front img {
    width: 100%;
    height: auto;
    display: block;
}

.hv-wall {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0 40px 6.4%;
}

@media (min-width: 992px) {

    .hv-wall {
        max-width: 880px;
    }

}

.hv-wall-pic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.hv-wall-pic-inner {
    height: 100%;
    min-width: 810px;
    position: relative;
}

.hv-wall-pic img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.hv-col-l-content {
    position: relative;
    padding: 96px 40px 0 40px;
}

.hv-navbar-wrapper {
    padding: 20px 40px;
    position: absolute;
    z-index: 500;
    left: 0;
    right: 0;
    top: 0;
}

.hv-navbar-menu {
    display: flex;
    justify-content: space-between;
}

.hv-navbar-l {
    max-width: 40%;
}

ul.hv-navbar-nav {
    font-family: 'SteinbeckRegular', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    padding: 0 !important;
    margin: 0 -13px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.hv-navbar-nav > li {
    margin: 0 13px 13px 13px;
    padding: 0;
}

ul.hv-navbar-nav a {
    background-position: left 0 bottom 1px;
    padding: 0 4px;
    margin: 0 -4px;
    display: block;
}

ul.hv-navbar-nav a:hover,
ul.hv-navbar-nav a.active {
    background-image: linear-gradient(to top, #fff1d3 0, #fff1d3 10px);
}

.hv-datepicker-random {
    position: relative;
}

.hv-popover {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    background: #20201C;
    border-radius: 6px;
    font-family: 'SteinbeckRegular', sans-serif;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    white-space: nowrap;
}

.hv-popover:before {
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #20201C;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: -4px;
    margin-left: -5px;
}

.hv-datepicker-random .hv-popover {
    right: 6px;
}

.hv-datepicker-random .hv-popover:before {
    left: auto;
    right: 16px;
}

.hv-arrow-next .hv-popover {
    left: 50%;
    transform: translateX(-50%);
    margin-top: -35px;
}

@media (min-width: 992px) {

    .hv-help-link {
        font-family: 'SteinbeckRegular', sans-serif !important;
        background: #FFDE58 !important;
        border-radius: 6px;
        font-size: 16px;
        line-height: 1.4;
        font-weight: normal;
        letter-spacing: .02em;
        padding: 4px 8px;
        display: block !important;
    }

}

.hv-logo a {
    background: none !important;
}

.hv-logo .hv-logo-img {
    display: block;
}

.hv-logo .hv-logo-img-mob {
    display: none;
}

.hv-text {
    font-family: 'SteinbeckRegular', sans-serif;
    font-size: 14px;
    line-height: 1.39;
    letter-spacing: .02em;
    font-weight: normal;
    width: 305px;
    margin-bottom: 38px;
}

.hv-text-mob {
    display: none;
}

.hv-text p:first-child {
    margin-top: 0 !important;
}

.hv-text p:last-child {
    margin-bottom: 0 !important;
}

.hv-datepicker-wrapper {
    display: flex;
    margin-left: -6px;
    margin-right: -6px;
}

.hv-datepicker-wrapper > * {
    padding: 0 6px;
}

.hv-datepicker-input-wrapper {
    position: relative;
}

.hv-datepicker-field input {
    background: #FFF9ED;
    color: transparent !important;
    border-radius: 4px;
    display: block;
    width: 181px;
    height: 40px;
    cursor: pointer;
    border: none !important;
    outline: none !important;
}

.hv-datepicker-label {
    font-family: 'SteinbeckRegular', sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: normal;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 12px 40px 12px 16px;
    pointer-events: none;
}

.hv-datepicker-label:after {
    content: "";
    background: url(../images/hv-datepicker-arrow.svg) 0 0 no-repeat;
    width: 10px;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 17px;
}

.datepicker-dropdown .datepicker-picker {
    box-shadow: none;
    background: #FFF9ED;
    border-radius: 4px;
    font-family: 'SteinbeckRegular', sans-serif;
    padding: 4px;
}

.datepicker-header .datepicker-controls {
    padding: 0;
}

.datepicker-dropdown .datepicker-header,
.datepicker-dropdown .datepicker-main {
    padding: 0;
}

.datepicker-controls .prev-button,
.datepicker-controls .next-button {
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    color: transparent;
    transition: all .2s ease;
}

.datepicker-controls .prev-button:after {
    content: "";
    background: url(../images/datepicker-prev.svg) 0 0 no-repeat;
    width: 7px;
    height: 10px;
}

.datepicker-controls .next-button:after {
    content: "";
    background: url(../images/datepicker-next.svg) 0 0 no-repeat;
    width: 7px;
    height: 10px;
}

.datepicker-controls .view-switch {
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.datepicker-cell, .datepicker .days .dow {
    height: 40px;
}

.datepicker .dow {
    font-size: 16px;
    line-height: 1.1;
    font-family: 'Century Schoolbook', Serif;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.datepicker-view {
    width: 280px;
}

.datepicker-grid {
    font-size: 16px;
    line-height: 1.4;
}

.datepicker-cell:not(.disabled):hover {
    background-color: rgba(27,27,27,.1);
}

.datepicker-cell.focused:not(.selected) {
    background-color: rgba(27,27,27,.1);
}

.datepicker-cell.selected, .datepicker-cell.selected:hover {
    background-color: rgba(27,27,27);
    color: #fff;
    font-weight: normal;
}

.hv-blue-hl {
    background: #47d4ff;
    padding: 15px 20px;
    margin: 20px 0;
}

.hv-blue-hl p:first-child {
    margin-top: 0 !important;
}

.hv-blue-hl p:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {

    .datepicker-header .datepicker-controls .button:hover {
        background-color: rgba(27,27,27,.1);
    }

}


.hv-random-date {
    width: 40px;
    height: 40px;
    background: #FFF9ED;
    border-radius: 4px;
    -webkit-appearance: none !important;
    border: none;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hv-random-date img,
.hv-random-date svg {
    display: block;
}

.hv-calendar {
    position: relative;
    width: 437px;
    height: 645px;
    background-image: url(../images/calendar.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 150px 0 0 73px;
    margin: -20px 40px 0 0;
}

.hv-calendar-content-wrapper {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.hv-calendar-content {
    display: grid;
    width: 100%;
    height: 495px;
    flex-grow: 1;
    justify-content: start;
    align-content: start;
    /*padding: 8px 33px 20px 25px;*/
    padding: 6px 28px 20px 18px;
}

.hv-calendar-content.cloned {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all .7s ease;
    background-image: url(../images/calendar.png);
    background-size: 437.5px auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    pointer-events: none;
}

.hv-calendar-content.fly-away {
    top: 150px;
    left: 75px;
    opacity: 0;
    transform: rotate(-7deg) scale(1.05);
}

.hv-calendar p {
    margin: 0;
}

.hv-calendar-date {
    grid-area: hv-date;
}

.hv-calendar-date img {
    width: 100%;
    height: auto;
}

.hv-calendar-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    /*letter-spacing: .12em;*/
    letter-spacing: .06em;
    grid-area: hv-title;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hv-calendar-text {
    font-family: 'Century Schoolbook', sans-serif;
    font-size: 16px;
    line-height: 16px;
    grid-area: hv-text;
}

.hv-calendar-signs {
    font-family: 'Calibri', sans-serif;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .02em;
    grid-area: hv-signs;
}

.hv-calendar-pic {
    grid-area: hv-pic;
}

.hv-calendar-pic img {
    display: block;
    max-width: 100%;
    mix-blend-mode: multiply;
}

.hv-calendar-pic img {
    display: block;
}

.hv-calendar-officials {
    grid-area: hv-officials;
}

.hv-calendar-template-1 {
    grid-template-columns: 95px auto 124px;
    grid-template-rows: auto 1fr auto auto auto;
    grid-template-areas:
    "hv-date hv-officials hv-officials"
    "hv-title hv-title hv-title"
    "hv-text hv-text hv-pic"
    "hv-text hv-text hv-signs";
}

.hv-calendar-template-1 .hv-calendar-date {
    padding-top: 5px;
}

.hv-calendar-template-1 .hv-calendar-date img {
    width: 95px;
    height: 92px;
}


.hv-calendar-template-1 .hv-calendar-pic {
    padding-top: 16px;
}


.hv-calendar-template-1 .hv-calendar-pic img {
    width: 108px;
    height: 91px;
}

.hv-calendar-template-1 .hv-calendar-title {
    /*margin-top: 17px;*/
    /*padding-top: 17px;*/
    /*padding-bottom: 20px;*/
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 18px;
    border-top: 3px solid #000;
    background: url(../images/hv-template-1-title-stars.svg) 0 bottom no-repeat;
    background-size: 100% auto !important;
}

.hv-calendar-template-1 .hv-calendar-text {
    /*padding-top: 24px;*/
    padding-top: 14px;
    padding-right: 8px;
}

.hv-calendar-template-1 .hv-calendar-signs {
    font-size: 12px;
    line-height: 14px;
    padding-top: 12px;
}

.hv-calendar-template-1 .hv-calendar-officials {
    font-family: 'Calibri', sans-serif;
    /*font-size: 15px;*/
    font-size: 14px;
    line-height: 15px;
    /*padding-left: 18px;*/
    padding-left: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hv-calendar-template-2 {
    grid-template-columns: 124px auto 95px;
    grid-template-rows: auto 1fr auto auto;
    grid-template-areas:
    "hv-title hv-title hv-date"
    "hv-text hv-text hv-text"
    "hv-pic hv-signs hv-signs"
    "hv-officials hv-officials hv-officials";
}

.hv-calendar-template-2 .hv-calendar-date img {
    width: 95px;
    height: 92px;
}

.hv-calendar-template-2 .hv-calendar-title {
    padding-right: 16px;
}

.hv-calendar-template-2 .hv-calendar-text {
    border-top: 3px solid #000;
    /*margin-top: 20px;*/
    /*padding-top: 18px;*/
    margin-top: 16px;
    padding-top: 14px;
}

.hv-calendar-template-2 .hv-calendar-pic {
    /*padding-top: 16px;*/
    padding-top: 12px;
}

.hv-calendar-template-2 .hv-calendar-pic img {
    width: 124px;
    height: 105px;
}

.hv-calendar-template-2 .hv-calendar-signs {
    /*padding-left: 20px;*/
    padding-left: 12px;
    padding-top: 16px;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hv-calendar-template-2 .hv-calendar-officials {
    font-size: 13px;
    line-height: 15px;
    border-top: 3px solid #D46F90;
    /*margin-top: 16px;*/
    /*padding-top: 16px;*/
    margin-top: 14px;
    padding-top: 12px;
}

.hv-calendar-template-3 {
    grid-template-columns: 108px auto 124px;
    grid-template-rows: auto 1fr auto auto;
    grid-template-areas:
    "hv-date hv-title hv-title"
    "hv-text hv-text hv-text"
    "hv-signs hv-signs hv-pic"
    "hv-officials hv-officials hv-officials";
}

.hv-calendar-template-3 .hv-calendar-date img {
    width: 108px;
    height: 105px;
}

.hv-calendar-template-3 .hv-calendar-title {
    /*padding-left: 19px;*/
    padding-left: 16px;
}

.hv-calendar-template-3 .hv-calendar-text {
    border-top: 3px solid #000;
    /*margin-top: 20px;*/
    /*padding-top: 20px;*/
    /*margin-bottom: 20px;*/
    margin-top: 13px;
    padding-top: 13px;
    margin-bottom: 14px;
}

.hv-calendar-template-3 .hv-calendar-signs {
    font-size: 12px;
    line-height: 12px;
    background: url(../images/hv-template-3-signs-stars.svg) 0 top no-repeat;
    background-size: 100% auto !important;
    padding-top: 14px;
    margin-right: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hv-calendar-template-3 .hv-calendar-pic {
    margin-top: -13px;
    margin-bottom: -10px;
}

.hv-calendar-template-3 .hv-calendar-pic img {
    width: 124px;
    height: 105px;
}

.hv-calendar-template-3 .hv-calendar-officials {
    font-size: 13px;
    line-height: 15px;
    border-top: 3px solid #D46F90;
    /*margin-top: 16px;*/
    /*padding-top: 16px;*/
    margin-top: 14px;
    padding-top: 12px;
}

.hv-calendar-template-4 {
    grid-template-columns: 102px auto 117px;
    grid-template-rows: auto auto 1fr auto;
    grid-template-areas:
    "hv-date hv-officials hv-officials"
    "hv-title hv-title hv-title"
    "hv-text hv-text hv-text"
    "hv-signs hv-signs hv-pic";
}

.hv-calendar-template-4 .hv-calendar-date img {
    width: 102px;
    height: 99px;
}

.hv-calendar-template-4 .hv-calendar-title {
    border-top: 3px solid #000;
    /*margin-top: 16px;*/
    /*padding-top: 16px;*/
    margin-top: 12px;
    padding-top: 13px;
}

.hv-calendar-template-4 .hv-calendar-text {
    /*padding-top: 20px;*/
    padding-top: 12px;
    border-bottom: 3px solid #D46F90;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.hv-calendar-template-4 .hv-calendar-signs {
    font-size: 13px;
    line-height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hv-calendar-template-4 .hv-calendar-pic {
    margin-top: -10px;
    margin-bottom: -10px;
}

.hv-calendar-template-4 .hv-calendar-pic img {
    width: 117px;
    height: 99px;
}

.hv-calendar-date-27-06 .hv-calendar-pic img {
    height: 90px;
    width: auto;
}

.hv-calendar-template-4 .hv-calendar-officials {
    font-family: 'Calibri', sans-serif;
    padding-left: 13px;
    /*font-size: 15px;*/
    /*line-height: 16px;*/
    font-size: 14px;
    line-height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hv-calendar-date-27-06 .hv-calendar-title,
.hv-calendar-date-26-06 .hv-calendar-title,
.hv-calendar-date-11-06 .hv-calendar-title,
.hv-calendar-date-23-04 .hv-calendar-title,
.hv-calendar-date-06-06 .hv-calendar-title,
.hv-calendar-date-14-05 .hv-calendar-title,
.hv-calendar-date-19-04 .hv-calendar-title {
    letter-spacing: .03em;
}


@media (min-width: 992px) {

    .hv-calendar-date-26-06 .hv-calendar-text,
    .hv-calendar-date-27-06 .hv-calendar-text {
        padding-bottom: 12px;
        margin-bottom: 10px;
        padding-top: 6px;
    }

    .hv-calendar-date-19-06 .hv-calendar-text,
    .hv-calendar-date-19-04 .hv-calendar-text {
        font-size: 15px;
        line-height: 15px;
    }

}


.hv-calendar-date-06-06 .hv-calendar-pic,
.hv-calendar-date-14-05 .hv-calendar-pic,
.hv-calendar-date-19-04 .hv-calendar-pic {
    padding-top: 5px;
}

.hv-calendar-date-06-06 .hv-calendar-officials,
.hv-calendar-date-14-05 .hv-calendar-officials,
.hv-calendar-date-19-04 .hv-calendar-officials {
    margin-top: 6px;
    padding-top: 6px;
}

.hv-calendar-date-07-06 .hv-calendar-text,
.hv-calendar-date-24-05 .hv-calendar-text {
    padding-top: 10px;
}

.hv-calendar-date-18-06 .hv-calendar-title {
    padding-left: 12px;
    letter-spacing: .03em;
}

.hv-calendar-date-18-06 .hv-calendar-text {
    padding-top: 12px;
    margin-top: 12px;
}

.hv-calendar-date-27-06 .hv-calendar-title,
.hv-calendar-date-19-06 .hv-calendar-title {
    margin-top: 8px;
    padding-top: 12px;
}

.hv-arrow {
    position: absolute;
    width: 100px;
    height: 200px;
    top: 50%;
    margin-top: -93px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hv-arrow:before {
    content: "";
    width: 22px;
    height: 89px;
    transition: all .2s ease;
}

.hv-arrow-prev {
    left: -48px;
}

.hv-arrow-next {
    right: -71px;
}

.hv-arrow-prev:before {
    background-image: url(../images/arrow-prev.svg);
}

.hv-arrow-next:before {
    background-image: url(../images/arrow-next.svg);
}

.hv-footer {
    font-family: 'SteinbeckRegular', sans-serif;
    background-color: #373737;
    background-image: url(../images/hv-footer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 28px 40px 20px 40px;
}

.hv-footer p:first-child {
    margin-top: 0;
}

.hv-footer p:last-child {
    margin-bottom: 0 !important;
}

.hv-footer-top {
    display: flex;
    justify-content: space-between;
    margin: 0 -12px 24px -12px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: .02em;
}

.hv-footer-title {
    padding: 0 12px;
}

.hv-footer-help {
    color: rgba(255,255,255,.8);
    padding: 0 12px;
}

.hv-footer-help a,
.hv-footer-help a:link {
    color: rgba(255,255,255,.8);
    background: none !important;
    text-decoration: underline !important;
}

.hv-footer-help a:hover {
    color: rgba(255,255,255,1);
    text-decoration: none !important;
}

.hv-footer-share {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.hv-footer-share-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
}

.hv-footer-share-item {
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 8px;
    display: flex !important;
    background: #20201c;
    padding: 10px 18px 10px 8px;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'SteinbeckRegular', sans-serif !important;
    cursor: pointer;
}

.hv-footer-share-item-pic {
    margin-right: 8px;
    display: block !important;
}

.hv-footer-share-item-pic img,
.hv-footer-share-item-pic svg {
    display: block;
}

.hv-footer-share-item-descr {
    padding-left: 12px;
    border-left: 1px solid rgba(255,255,255,.2);
    white-space: normal !important;
    display: block !important;
}

.hv-footer-share .likely {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    font-weight: normal !important;
}

.hv-footer-share .likely__widget {
    background: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    fill: none !important;
    height: auto !important;
    line-height: 1.4 !important;
    display: block !important;
}

.hv-footer-share .likely__icon {
    display: none !important;
}

.hv-footer-share .likely__button {
    padding: 0 !important;
    display: block !important;
}

.hv-footer-share .likely svg {
    position: relative;
    height: 36px;
    width: 36px;
    left: auto;
    top: auto;
}

.hv-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -16px;
    margin-right: -16px;
    align-items: center;
}

.hv-footer-bottom-col {
    flex-basis: 0;
    flex-grow: 0;
    padding-left: 16px;
    padding-right: 16px;
}

.hv-footer-bottom-col-3 {
    margin-left: auto;
}

.hv-footer-logo {
    display: flex;
}

.hv-footer-logo a {
    background: none !important;
}

.hv-footer-logo svg {
    display: block;
    opacity: .6;
    transition: all .2s ease;
}

.hv-footer-logo a:hover svg {
    opacity: 1;
}

.hv-footer-soclinks {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
}

.hv-footer-soclinks a {
    display: block;
    margin: 0 10px;
    background: none !important;
}

.hv-footer-soclinks a svg {
    display: block;
}

.hv-footer-soclinks a svg * {
    transition: all .2s ease;
}

.hv-footer-soclinks a:hover svg * {
    opacity: 1;
}

.hv-footer-copy {
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    color: rgba(255,255,255,.6);
}

.hv-clipboard-note {
    font-family: 'SteinbeckRegular', sans-serif;
    border-radius: 6px;
    background: #20201C;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .02em;
    padding: 6px 12px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1010;
    transition: opacity .1s ease;
    opacity: 0;
    pointer-events: none;
    color: #fff !important;
}

.hv-clipboard-note.active {
    opacity: 1;
    visibility: visible;
}



.hv-cursor-default {
    cursor: default !important;
}

.hv-mob-logo {
    display: none;
}

.hv-mob-logo a {
    background: none !important;
}

.navbar-trigger {
    display: none;
}

.hv-vis-mob {
    display: none;
}

.hv-main-inner .hv-navbar-wrapper {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
}

.hv-main-inner ul.hv-navbar-nav a:hover,
.hv-main-inner ul.hv-navbar-nav a.active {
    background-image: linear-gradient(to top, #FEE118 0, #FEE118 10px);
}

.hv-content-inner {
    padding: 26px 40px 60px 40px;
    font-family: 'SteinbeckRegular', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
}

.hv-content-inner-col {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
}

.hv-content-inner .entry-header h1 {
    font-size: 28px !important;
    line-height: 1.1 !important;
    font-weight: normal;
    margin: 0 0 24px 0 !important;
    letter-spacing: 0 !important;
}

.hv-content-inner h2 {
    font-size: 28px !important;
    line-height: 1.1 !important;
    font-weight: normal;
    margin: 38px 0 24px 0 !important;
    letter-spacing: 0 !important;
}

.hv-content-inner h3 {
    font-size: 16px !important;
    line-height: 1.6 !important;
    font-weight: normal;
    margin: 32px 0 12px 0 !important;
    letter-spacing: 0 !important;
    -webkit-text-stroke: .02em #1b1b1b;
}

.hv-content-inner p {
    margin: 20px 0;
}

.hv-content-inner strong {
    font-weight: normal !important;
    -webkit-text-stroke: .02em #1b1b1b;
}

.hv-content-inner a,
.hv-content-inner a:link {
    text-decoration: underline !important;
}

.hv-content-inner a:hover {
    text-decoration: none !important;
}

.hv-main-inner .hv-navbar-l {
    max-width: initial;
}

.hv-footer-help-mob {
    display: none;
}

.hv-main-inner .hv-content-inner mark,
.hv-main-inner .hv-content-inner .has-inline-color.has-luminous-vivid-amber-color {
    color: #1B1B1B !important;
    background-color: #FEE118 !important;
    padding-left: 3px;
    padding-right: 3px;
}

@media (min-width: 992px) {

    .hv-navbar-wrapper {
        display: block !important;
        opacity: 1 !important;
    }

}

@media (max-width: 1365px) {

    .hv-calendar {
        margin-right: -20px;
    }

}

@media (max-width: 991px) {

    /*.hv-content-inner {*/
    /*    font-size: 14px;*/
    /*    line-height: 1.6;*/
    /*}*/

    /*.hv-content-inner .entry-header h1 {*/
    /*    font-size: 24px !important;*/
    /*    margin-bottom: 12px !important;*/
    /*}*/

    /*.hv-content-inner h2 {*/
    /*    font-size: 24px !important;*/
    /*    margin: 28px 0 12px 0 !important;*/
    /*}*/

    /*.hv-content-inner h3 {*/
    /*    font-size: 14px !important;*/
    /*    margin: 28px 0 12px 0 !important;*/
    /*}*/



    .hv-vis-mob {
        display: block;
    }

    .hv-main {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        background-color: #F4A0C7;
        background-image: url(../images/hv-bg-mob.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hv-wrapper {
        display: block;
        flex-grow: 1;
        min-height: 0;
        overflow: hidden;
        flex-wrap: wrap;
        background-image: linear-gradient(to bottom, rgba(244, 160, 199, 1) 0, rgba(244, 160, 199, 0) 100%);
        background-size: 100% 275px;
        background-position: 0 -52px;
        background-repeat: no-repeat;
    }

    .hv-col-l {
        max-width: 100%;
        background: none;
    }

    .hv-col-r {
        max-width: 100%;
        background: none;
    }

    .hv-col-l-content {
        padding: 19px 20px 23px 20px;
    }

    .hv-pic {
        display: none;
    }

    .hv-wall {
        padding: 0 10px 30px 10px;
        justify-content: flex-start;
    }

    .hv-wall-pic {
        display: none;
    }

    .hv-calendar {
        width: 373px;
        height: 685px;
        background: none;
        margin-top: 0;
        margin-bottom: 0;
        padding: 148px 0 0 0;
        margin-left: auto;
        margin-right: auto;
    }

    .hv-calendar:before {
        content: "";
        background: url(../images/calendar-mob.png) 0 0 no-repeat;
        width: 523px;
        height: 818px;
        background-size: auto 100%;
        position: absolute;
        left: -77px;
        top: -67px;
    }

    .hv-calendar-content-wrapper {
        height: 522px;
        min-height: 0;
    }

    .hv-calendar-content {
        height: 522px;
        padding: 9px 20px 20px 18px;
    }

    .hv-calendar-content.cloned {
        background: url(../images/calendar-mob.png) -77px -215px no-repeat;
        background-size: 523px auto;
    }

    .hv-arrow {
        width: 40px;
        height: 40px;
        border-radius: 6px;
        background: #FFF9ED;
        top: 48px;
        margin-top: 0;
    }
    
    .hv-arrow:before {
        width: 10px;
        height: 20px;
    }
    
    .hv-arrow-prev:before {
        background-image: url(../images/hv-prev-mob.svg);
    }
    
    .hv-arrow-next:before {
        background-image: url(../images/hv-next-mob.svg);
    }

    .hv-arrow-prev {
        left: 20px;
    }

    .hv-arrow-next {
        right: 20px;
    }

    .hv-calendar-title {
        font-size: 18px;
        line-height: 19px;
    }

    .hv-calendar-text {
        font-size: 16px;
        line-height: 16px;
    }

    .hv-calendar-date-27-06 .hv-calendar-title {
        padding-top: 10px;
    }

    .hv-calendar-date-27-06 .hv-calendar-text {
        padding-top: 7px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }



    .hv-logo {
        display: flex;
        justify-content: center;
    }


    .hv-logo .hv-logo-img {
        display: none;
    }

    .hv-logo .hv-logo-img-mob {
        display: block;
        width: 252px;
        height: auto;
    }

    .hv-text {
        display: none;
    }

    .hv-text-mob {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 1.4;
        font-family: 'SteinbeckRegular', sans-serif;
        width: auto;
        margin: 0;
    }

    .hv-datepicker-wrapper {
        position: absolute;
        top: 100%;
        left: 50%;
        margin: 48px 0 0 -105px;
        z-index: 50;
    }

    .hv-datepicker-wrapper > * {
        padding: 0;
    }

    .hv-datepicker-label {
        font-size: 15px;
        padding-right: 35px;
    }

    .hv-datepicker-field input {
        width: 170px;
        border-radius: 4px 0 0 4px;
    }

    .hv-random-date {
        border-radius: 0 4px 4px 0;
    }

    .hv-datepicker-random {
        position: relative;
    }

    .hv-datepicker-random:before {
        content: "";
        width: 1px;
        height: 22px;
        background: rgba(0,0,0,.1);
        position: absolute;
        left: -5px;
        top: 9px;
        pointer-events: none;
    }

    .hv-footer {
        display: none;
    }

    .hv-mob-logo {
        display: block;
        position: absolute;
        left: 22px;
        top: 26px;
        z-index: 60;
    }

    .navbar-trigger {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 1010;
        cursor: pointer;
    }

    .navbar-trigger svg {
        display: block;
    }

    .navbar-trigger svg * {
        transition: all .3s ease;
    }

    .navbar-trigger.active svg *:nth-child(1) {
        transform: rotate(45deg) translate(4px, -14px) scale(1.25);
    }

    .navbar-trigger.active svg *:nth-child(2) {
        transform: rotate(-45deg) translate(-25px, 4px) scale(1.25);
    }

    .navbar-trigger.active svg *:last-child {
        opacity: 0;
    }

    .hv-navbar-wrapper,
    .hv-main-inner .hv-navbar-wrapper {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1000;
        overflow: auto;
        background: #fff;
        padding: 19px 20px 53px 20px;
    }

    .hv-navbar-wrapper-inner {
        min-height: 100%;
        display: flex;
        flex-direction: column;
    }

    .hv-navbar-menu {
        display: block;
        margin: 30px 0 50px 0;
    }

    .hv-navbar-l {
        max-width: 100%;
    }

    ul.hv-navbar-nav {
        display: block;
        margin: 0;
        letter-spacing: .02em;
    }

    ul.hv-navbar-nav > li {
        display: flex;
        justify-content: center;
        margin: 0 0 25px 0;
    }

    ul.hv-navbar-nav a:hover,
    ul.hv-navbar-nav a.active {
        background-image: linear-gradient(to top, #FEE118 0, #FEE118 10px);
    }

    .hv-navbar-r {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .hv-help-link {
        display: block !important;
        font-size: 16px;
        line-height: 1.4;
        font-weight: normal;
        letter-spacing: .02em;
        font-family: 'SteinbeckRegular', sans-serif !important;
        padding: 0 4px;
        margin: 0 -4px;
        background-position: left 0 bottom 1px !important;
    }

    .hv-navbar-bottom {
        margin-top: auto;
    }

    .hv-navbar-share {
        border-radius: 16px;
        background: #FFE655;
        padding: 20px;
        margin: 0 -16px 0 -16px;
    }

    .hv-footer-soclinks {
        justify-content: center;
    }

    .hv-footer-soclinks a {
        background: #F2F2F2 !important;
        border-radius: 6px;
    }

    .hv-footer-soclinks svg * {
        opacity: 1 !important;
    }

    .hv-footer-soclinks svg *[stroke] {
        stroke: #1B1B1B !important;
    }

    .hv-footer-soclinks svg *[fill] {
        fill: #1B1B1B !important;
    }

    .hv-navbar-logo {
        display: flex;
        justify-content: center;
        margin: 32px 0 12px 0;
    }

    .hv-footer-share {
        flex-wrap: wrap;
    }
    
    .hv-footer-share-col {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
    }

    .hv-footer-share-col + .hv-footer-share-col {
        margin-top: 15px;
    }

    .hv-footer-share-item {
        background: none;
        border-radius: 0;
        color: #1B1B1B !important;
        padding: 0;
        font-size: 12px;
        line-height: 1.4;
    }

    .hv-footer-share-item-pic svg *[fill] {
        fill: #1B1B1B !important;
    }

    .hv-footer-share-item-pic svg *[stroke] {
        stroke: #1B1B1B !important;
    }

    .hv-footer-share-item-descr {
        border-left: none;
        position: relative;
    }

    .hv-footer-share-item-descr:before {
        content: "";
        width: 1px;
        height: 17px;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(27,27,27,.1);
    }

    .hv-footer-top {
        margin: 0;
    }

    .hv-footer-title {
        font-size: 16px;
        line-height: 1.4;
        color: #1b1b1b;
        font-family: 'SteinbeckRegular', sans-serif;
        margin: 0 0 16px 0;
    }

    .hv-footer-title p:first-child {
        margin-top: 0 !important;
    }

    .hv-footer-title p:last-child {
        margin-bottom: 0 !important;
    }

    .hv-footer-top .hv-footer-help {
        display: none;
    }

    .hv-footer-help-mob {
        display: block;
        font-size: 16px;
        line-height: 1.4;
        color: #1b1b1b;
        font-family: 'SteinbeckRegular', sans-serif;
        margin: 24px 0 0 0;
        text-align: center;
    }

    .hv-footer-help-mob a,
    .hv-footer-help-mob a:link {
        text-decoration: underline !important;
    }

    .hv-footer-help-mob a:hover {
        text-decoration: none !important;
    }


    .datepicker-dropdown {
        margin-left: -38px;
    }

    .hv-main-inner {
        background: none !important;
    }

    .hv-main-inner .hv-content-inner {
        padding: 76px 20px 40px 20px;
    }

    .hv-navbar-open {
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
    }

    .hv-clipboard-note {
        white-space: nowrap;
    }

    .hv-popover {
        display: none !important;
    }

    /*    Temp */

    /*.hv-col-r {*/
    /*    padding-top: 162px;*/
    /*}*/


}