@font-face {
    font-family: 'FontAwesome';
    src: url(../../../plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot);
    src: url(../../../plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont-1.eot) format('embedded-opentype'), url(../../../plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2) format('woff2'), url(../../../plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff) format('woff'), url(../../../plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf) format('truetype'), url(../../../plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg) format('svg');
    font-weight: normal;
    font-style: normal
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Interstate";
    src: url(../../../themes/wptheme/fonts/InterstateRegular.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Interstate";
    src: url(../../../themes/wptheme/fonts/InterstateItalic.otf) format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Interstate";
    src: url(../../../themes/wptheme/fonts/InterstateBold.otf) format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Helv";
    src: url(../../../themes/wptheme/fonts/HelveticaNeueRoman.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Helv";
    src: url(../../../themes/wptheme/fonts/HelveticaNeueBoldCond.otf) format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Helv";
    src: url(//www.hangoverclub.com/wp-content/themes/wptheme/fonts/HelveticaBlackCond.otf) format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Peace";
    src: url(../../../themes/wptheme/fonts/tilt.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Peace";
    src: url(../../../themes/wptheme/fonts/tiltb.otf) format("opentype");
    font-weight: 600;
    font-style: normal;
}

html,
body {
    font-family: "Interstate";
    font-weight: 400;
    font-size: 14px;
    color: #222;
    line-height: normal;
    min-height: 100vh;
    overflow-x: hidden;
}

body {
    position: relative;
}

a {
    text-decoration: none !important;
}

a:hover {}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h6 {}

p {
    margin-bottom: 10px;
}

.flexed {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexed--center {
    justify-content: center;
}

.flexed--between {
    justify-content: space-between;
}

.flexed--around {
    justify-content: space-around;
}

.flexed--top {
    align-items: flex-start;
}

.home-text-bg {
    width: 961px;
    height: 114px;
    background: url(../../../themes/wptheme/img/hang.svg) 0 50% no-repeat;
    background-size: contain;
    margin-right: 51px;
    margin-bottom: 0px;
}

.home-text-inner {
    width: 10000px;
}

.home-texts-bgs-wrap {
    position: absolute;
    left: 315px;
    top: -47px;
}

.freesp {
    width: 100%;
    height: 3px;
}

.logo {
    max-width: 215px;
    padding-top: 44px;
    margin-left: 42px;
}

.visible-menu.menu-type-left {
    top: 50px;
    transform: rotate(90deg);
    position: relative;
    transform-origin: left center;
    left: 25px;
    width: fit-content;
}

.visible-menu.menu-type-left ul {
    display: flex;
}

.visible-menu.menu-type-left ul li {
    display: block;
    margin-right: 30px;
    text-transform: uppercase;
}

.visible-menu.menu-type-left ul li.current-menu-item a {
    border-bottom: 2px solid #000;
    color: #000;
}

.visible-menu.menu-type-left ul li a {
    color: #7F7F7F;
    font-size: 17px;
    font-weight: 600;
}

.home-top-drip {
    max-width: 140px;
    margin-left: 100px;
    margin-top: 20px;
}

.home-texts-bgs-wrap:before {
    content: '';
    width: 100%;
    height: 34px;
    background: #ed1b24;
    top: 427px;
    position: absolute;
}

.home-to-drip-end {
    max-width: 233px;
    overflow: hidden;
}

.freesp+.freesp {
    height: 4px;
}

.freesp+.freesp+.freesp {
    height: 6px;
}

.freesp+.freesp+.freesp+.freesp {
    height: 5px;
}

.top-section-img {
    max-width: 585px;
    margin-right: 150px;
    position: relative;
    box-sizing: content-box;
}

.top-section-text {
    font-size: 85px;
    margin-left: 40px;
    max-width: 300px;
    font-weight: 700;
    line-height: 100px;
    font-family: Helv;
    letter-spacing: 5px;
}

.top-section {
    position: relative;
    margin-top: 590px;
    padding-bottom: 62px;
}

.top-section-label {
    font-size: 191px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    color: #ed1b24;
    right: 82px;
    width: 120px;
    height: 360px;
    top: -70px;
    z-index: 2;
    text-indent: -999999px;
    font-family: Peace;
    background: url(../../../uploads/2019/11/supremeiv.png) 50% 50% no-repeat;
    background-size: contain;
}

.top-section-text {
    position: relative;
}

.top-section-feats {
    position: absolute;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 493px;
    letter-spacing: normal;
}

.top-section-feat-title {
    color: #fff;
    display: inline-block;
    font-size: 48px;
    line-height: 50px;
    width: 20rem;
    background: #222222;
    padding: 4px 7px;
    text-transform: uppercase;
    position: relative;
}

.top-section-feat-text {
    padding-left: 20px;
    max-width: 200px;
    margin-top: 5px;
    color: #A2A2A2;
}

.top-section-feat {
    margin-bottom: 150px;
    position: relative;
    padding-left: 205px;
    margin-top: 180px;
}

.top-section-feats:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #1F191A;
    left: 60px;
    top: -189px;
}

.top-section-feat-title:before {
    content: '';
    width: calc(100% + 130px);
    height: 0.1px;
    background: #1F191A;
    position: absolute;
    left: -130px;
    top: calc(100% - 0.2px);
}

.top-section-end-slogan {
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: right;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 75px;
    padding-top: 110px;
    text-shadow: 3px 8px 0px #f0f0f0;
}

.top-section-end-slogan-inner {
    position: relative;
}

.top-section-end-slogan-inner:after {
    content: '';
    position: absolute;
    width: 125px;
    right: 0;
    height: 3px;
    background: #1F191A;
    top: 110px;
}

.visible-menu.menu-type-left ul li.accent {
    position: relative;
    transform: rotate(-90deg);
    top: -140px;
    right: 240px;
}

.visible-menu.menu-type-left ul li.accent a {
    color: #fff;
    background: #ED1B24;
    font-size: 23px;
    padding: 3px 8px;
}

.ivline {
    color: #F7F7F7;
    font-size: 140px;
    white-space: nowrap;
    font-family: Peace;
    line-height: 110px;
    font-weight: 400;
    letter-spacing: -5px;
}

.ivline:nth-child(2) {
    margin-top: 115px;
    margin-left: -13px;
}

.ivline:nth-child(1) {
    margin-left: -170px;
}

.ivline:nth-child(3) {
    margin-left: -130px;
}

.ivlines {
    margin-top: -100px;
}

.drip-title {
    position: relative;
    margin-top: 120px;
    margin-bottom: 100px;
    font-family: Helv;
    font-weight: 700;
    font-size: 85px;
    text-transform: uppercase;
    max-width: 350px;
    margin-left: 130px;
    line-height: 88px;
    color: #ed1b24;
}

.drip-title:before {
    content: '';
    position: absolute;
    background: #ed1b24;
    height: 1px;
    width: 20px;
    left: -30px;
    top: 47px;
}

.home-drip-image {
    max-width: 440px;
    position: relative;
}

.home-drip-info {
    max-width: 584px;
    font-size: 32px;
    line-height: 38px;
}

.home-drip-odd {
    justify-content: flex-end;
}

.home-drip-odd .home-drip-info {
    margin-right: 40px;
    text-align: right;
    background: #fff;
    position: relative;
    z-index: 3;
    margin-top: 100px;
}

.home-drip-link {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 9.5px;
}

.home-drip-link a {
    color: #ed1b24;
}

.home-drip-odd .home-drip-link a {
    position: relative;
}

.home-drip-odd .home-drip-link a:before {
    content: '\f177';
    font-family: fontAwesome;
    font-size: 16px;
    transform: scaleX(1.5);
    margin-right: 5px;
    display: inline-block;
}

.home-drip-odd .home-drip-info:before {
    position: absolute;
    content: '';
    width: 55%;
    height: 1px;
    background: #1F191A;
    right: 110%;
    top: 17px;
    display: none;
}

.home-drip-index {
    position: absolute;
    color: #d9d9d9;
    font-size: 165px;
    font-weight: 600;
    top: -60px;
    left: -100px;
    z-index: 1;
    font-family: Peace;
    background: url(../../../uploads/2019/11/Asset-6@300x.png) 50% 50% no-repeat;
    background-size: contain !important;
    text-indent: -999999px;
    width: 180px;
}

.home-drip-image img {
    position: relative;
    z-index: 10;
}

.home-drip-title {
    position: absolute;
    color: #b9b9b9;
    font-size: 185px;
    font-weight: 700;
    top: 420px;
    left: -4px;
    z-index: 1;
    transform: rotate(-90deg);
    transform-origin: top center;
    text-transform: uppercase;
}

.right-drip-title01 {
    left: 41px;
}

.right-drip-title03 {
    left: 75px;
}

.right-drip-title05 {
    left: -198px;
}

.right-drip-title07 {
    left: -110px;
}

.right-drip-title09 {
    left: -215px;
}

.home-drip-image:before {
    content: '';
    width: 95%;
    height: 1px;
    position: absolute;
    background: #a5a3a3;
    top: 47%;
}

.home-drip-image::after {
    content: '';
    width: 1px;
    height: 110%;
    position: absolute;
    background: #a5a3a3;
    right: 53%;
    top: -50px;
}

.home-drip.home-drip-even {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.home-drip.home-drip-even .home-drip-title {
    transform: rotate(90deg);
    right: 80px;
    top: 370px;
}

.home-drip.home-drip-even .home-drip-index {
    right: -115px;
    left: inherit;
    top: -40px;
    background: url(../../../uploads/2019/11/Asset-7@300x.png) 50% 50% no-repeat;
    width: 200px;
}

.home-drip.home-drip-even .home-drip-image::after {
    top: 0;
}

.home-drip.home-drip-even .home-drip-image:before {
    top: 51%;
    left: 60px;
    width: calc(50% + 150px);
}

.home-drip {
    margin-bottom: 100px;
}

.home-drip.home-drip-even .home-drip-link a:after {
    content: '\f178';
    font-family: fontAwesome;
    font-size: 16px;
    transform: scaleX(1.5);
    margin-left: 5px;
    display: inline-block;
}

.home-drip.home-drip-even .home-drip-info {
    margin-top: 110px;
    margin-left: 100px;
    position: relative;
}

.home-drip.home-drip-even .home-drip-info:after {
    position: absolute;
    content: '';
    width: 45%;
    height: 1px;
    background: #1F191A;
    left: 110%;
    top: 17px;
    display: none;
}

.home-drip:nth-child(3) .home-drip-info {
    position: relative;
    padding-left: 0;
    box-sizing: content-box;
    margin-right: 140px;
    max-width: 530px;
}

.home-drip:nth-child(3) .home-drip-info:before {
    width: 40%;
    right: 120%;
}

.home-drip:nth-child(1) .home-drip-image .home-drip-index {
    background: url(../../../uploads/2019/11/one.png) 50% 50% no-repeat;
    z-index: -1;
}

.home-drip:nth-child(2) .home-drip-image .home-drip-index {
    background: url(../../../uploads/2019/11/two.png) 50% 50% no-repeat;
    z-index: -1;

}

.home-drip:nth-child(3) .home-drip-image .home-drip-index {
    left: -110px;
    top: -40px;
    background: url(../../../uploads/2019/11/three.png) 50% 50% no-repeat;
    width: 200px;
    z-index: -1;

}


.home-drip:nth-child(4) .home-drip-image .home-drip-index {
    background: url(../../../uploads/2019/11/four.png) 50% 50% no-repeat;
    z-index: -1;
}


.home-drip:nth-child(5) .home-drip-image .home-drip-index {
    background: url(../../../uploads/2019/11/five.png) 50% 50% no-repeat;
    z-index: -1;
}


.home-drip:nth-child(6) .home-drip-image .home-drip-index {
    background: url(../../../uploads/2019/11/six.png) 50% 50% no-repeat;
    z-index: -1;
}


.home-drip:nth-child(7) .home-drip-image .home-drip-index {
    background: url(../../../uploads/2019/11/seven.png) 50% 50% no-repeat;
    z-index: -1;
}


.home-drip:nth-child(8) .home-drip-image .home-drip-index {
    background: url(../../../uploads/2019/11/eight.png) 50% 50% no-repeat;
    z-index: -1;
}


.home-drip:nth-child(9) .home-drip-image .home-drip-index {
    background: url(../../../uploads/2019/11/nine.png) 50% 50% no-repeat;
    z-index: -1;
}

.home-drip:nth-child(10) .home-drip-image .home-drip-index {
    background: url(../../../uploads/2019/11/ten.png) 50% 50% no-repeat;
    z-index: -1;
}


.home-bottom-title {
    font-size: 50px;
    line-height: 60px;
}

.home-bottom-text {
    font-size: 25px;
    max-width: 500px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 150px;
}

.home-text-bg-bottom h1 {
    font-size: 48px;
}

.home-bottom-book .home-bottom-link a {
    color: #fff;
    background: #222222;
    display: inline-block;
    font-size: 30px;
    text-transform: uppercase;
    padding: 3px 13px 4px;
}

.home-bottom-book {
    position: relative;
    padding-left: 35px;
}

.home-bottom-book-text {
    max-width: 185px;
    color: #858585;
    margin-top: 25px;
}

.home-bottom-info {
    padding-left: 40px;
    padding-top: 55px;
}

.home-bottom-slogan {
    font-size: 55px;
    text-align: right;
    text-transform: uppercase;
    padding-left: 220px;
    padding-right: 85px;
    padding-top: 45px;
    font-weight: 600;
    line-height: 56px;
    padding-bottom: 190px;
    font-family: Peace;
    letter-spacing: 5px;
}

.home-bottom-slogan span {
    position: relative;
    clear: both;
}

.home-bottom-slogan .accent {
    font-family: Helv;
    font-weight: 700;
    font-size: 105px;
    line-height: 70px;
    left: 21px;
    text-shadow: 1px 0 0 #333, -1px 0 0 #333, 0 1px 0px #333, 0 -1px 0 #333, 1px 0px #333, 0px 1px 0 #333, 0px -1px 0 #333, -1px 1px 0 #333;
    color: #fff;
    top: 3px;
    background: url(../../../uploads/2019/11/Asset-9@300x.png) 50% 50% no-repeat;
    background-size: contain;
    width: 240px;
    display: block;
    height: 52px;
    margin-bottom: 10px;
    float: right;
}

.home-bottom {
    padding-top: 130px;
}

.home-bottom-book:before {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: 25px;
    background: #8E8E8E;
    top: 23px;
    z-index: 1;
}

.home-bottom-link {
    position: relative;
    z-index: 2;
}

.home-bottom-book:after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background: #8E8E8E;
    top: 23px;
    z-index: 1;
    padding-bottom: 190px;
}

footer {
    background: #000;
    min-height: 310px;
    position: relative;
    z-index: 2;
    margin-top: 90px;
}

.footer-slogan {
    position: absolute;
    bottom: 0;
    right: 15px;
    color: #000;
    font-weight: 700;
    font-size: 80px;
    text-shadow: 1px 0 0 #ed1b24, -1px 0 0 #ed1b24, 0 1px 0 #ed1b24, 0 -1px 0 #ed1b24, 1px 1px #ed1b24, -1px -1px 0 #ed1b24, 1px -1px 0 #ed1b24, -1px 1px 0 #ed1b24;
    text-align: right;
    line-height: 80px;
    padding-bottom: 10px;
}

.mobile-footer-info {
    margin: 20px;
    position: relative;
    max-width: 670px;
    font-size: 10px;
}

footer,
footer a {
    color: #fff;
}

.footer-contact {
    text-align: right;
    padding-right: 15px;
    padding-top: 15px;
    line-height: 24px;
}

.footer-menus {
    width: 100%;
    max-width: 800px;
    padding-left: 50px;
    font-size: 17px;
    padding-top: 20px;
    /* justify-content: space-around; */
    text-transform: uppercase;
}

.footer-menus li {
    display: block;
    line-height: 30px;
}

.footer-menu .menu-title {
    color: #ed1b24;
    margin-bottom: 25px;
}

.single-product_page header {}

.single-product_page footer {
    margin: 0;
}

.product-right-img {
    max-width: 430px;
    margin-right: 35px;
    position: relative;
}

.single-product_page .product-title {
    position: absolute;
    transform: rotate(-90deg) translate(94%, -50%);
    font-size: 170px;
    text-transform: uppercase;
    transform-origin: right center;
    font-weight: 700;
    z-index: 1;
    line-height: 125px;
    right: -2px;
    color: #ed1b24;
}

.full-height-product {
    position: relative;
    padding-top: 110px;
}

.product-left-part {
    max-width: calc(100% - 684px);
    width: 100%;
}

.full-height-product>div {
    align-items: flex-end;
}

.product-left-part .product-book-link a {
    display: inline-block;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    font-size: 31px;
    padding: 3px 18px;
    margin: 0 0 0 10px;
}

.product-book-link {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 9px solid #000;
    margin-left: 7%;
}

.product-info {
    color: #808080;
    font-size: 26px;
    line-height: 31px;
    text-align: right;
    max-width: 755px;
    float: right;
    min-height: 255px;
    padding-top: 33px;
}

.product-info h1 {
    line-height: 2.8rem;
    margin-left: 7%;

}

.product-info p {
    margin-left: 7%;
}

.product-key-list {
    clear: both;
    text-align: right;
    font-size: 14px;
    letter-spacing: 1px;
}

.product-key-list ul {
    margin-right: 30px;
}

.product-key-list ul li {
    position: relative;
    margin-bottom: 12px;
}

.product-key-list p {
    margin-bottom: 15px;
}

.product-key-list ul li:after {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000;
    content: '';
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

.home-return {
    max-width: 130px;
    margin-left: 33px;
    margin-bottom: 42px;
    padding-left: 27px;
    position: relative;
}

.home-return a {
    text-transform: uppercase;
    color: #8B8B8B;
    line-height: 24px;
    font-size: 20px;
}

.product-decor-type-lines {
    position: absolute;
    width: 171px;
    height: 100%;
    bottom: 95%;
    background-image: linear-gradient(to right, #E1E1E1 0, #E1E1E1 1px, #fff 1px, #fff 100%);
    background-repeat: repeat-x;
    background-size: 13px 100%;
    left: 50%;
    transform: translateX(-58%);
}

.home-return a:before {
    content: '\f104';
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    font-size: 40px;
    transform: scale(1, 1.6);
    top: 11px;
}

.product-decor-type-line {
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    bottom: 95%;
    background: #E1E1E1;
}

.product-decor-type-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #E1E1E1 0, #E1E1E1 1px, transparent 1px, transparent 100%), linear-gradient(to bottom, #E1E1E1 0, #E1E1E1 1px, transparent 1px, transparent 100%);
    background-repeat: repeat;
    background-size: 71.5px 123px;
    z-index: 1;
}

.product-right-img img {
    position: relative;
    z-index: 2;
}

.product-right-img>div+img+img {
    display: none;
}

.mobile-logo {
    max-width: 100px;
    position: absolute;
    top: 24px;
    left: 23px;
    display: none;
}

.packages-page-top-title h1 {
    font-size: 125px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 131px;
    letter-spacing: 2px;
    color: #ed1b24;
}

.packages-page-top-title {
    margin-top: 80px;
    margin-left: 42px;
}

.packages-page-top-text {
    font-size: 20px;
    color: #808080;
    margin: 42px 0 0 51px;
    max-width: 515px;
}

.packages-page-top {
    position: relative;
}

.packages-page-top-img {
    position: absolute;
    top: -50px;
    max-width: 775px;
    right: 35px;
}

.packages-down-arrow a i {
    color: #ed1b24;
    text-align: center;
    font-size: 90px;
    line-height: 30px;
    display: block;
    transform: scale(1.6, 1);
}

.packages-down-arrow {
    width: 71px;
    margin: 40px auto 70px;
}

.pack-main-title {
    font-size: 61px;
    font-family: Helv;
    font-weight: 700;
    text-transform: uppercase;
    color: #ed1b24;
    margin-left: 48px;
    position: relative;
    padding-top: 147px;
    letter-spacing: 5px;
}

.pack-main-title h2 {
    display: inline-block;
    border-bottom: 5px solid #1F191A;
}

.pack-main-descr {
    margin-left: 45px;
    font-size: 20px;
    color: #808080;
    max-width: 480px;
    padding: 200px 0;
    position: relative;
}

.pack-main-descr:before {
    content: '';
    width: 0.1px;
    background: #DBDBDB;
    height: 170px;
    position: absolute;
    top: 15px;
    left: 124px;
}

.pack-main-descr:after {
    content: '';
    width: 0.1px;
    background: #DBDBDB;
    height: 180px;
    position: absolute;
    bottom: -14px;
    left: 124.3px;
}

.pack-main-title:before {
    left: 120px;
    height: 155px;
    background: #DBDBDB;
    width: 1px;
    content: '';
    position: absolute;
    top: 0;
}

.pack-main-title h2:after {
    left: -48px;
    height: 1px;
    background: #DBDBDB;
    width: 250px;
    content: '';
    position: absolute;
    top: 46px;
}

.pack-main-title h2:before {
    left: -48px;
    height: 1px;
    background: #DBDBDB;
    width: 340px;
    content: '';
    position: absolute;
    top: 0;
}

.pack-main-packs {
    flex: 1;
    max-width: 670px;
    margin-top: 155px;
    padding-top: 80px;
    margin-right: 42px;
    position: relative;
}

.pack-inner .pack-img {
    max-width: 230px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pack-inner .pack-text {
    max-width: 255px;
    text-align: center;
    color: #858585;
    position: relative;
    background: #fff;
    padding-top: 5px;
    margin-top: -5px;
    font-size: 16px;
}

.pack-inner .pack-select a {
    display: inline-block;
    color: #ed1b24;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #ed1b24;
    padding: 0 4px;
    transition: 0.3s;
}

.pack-inner .pack-select {
    text-align: center;
    padding: 10px 0 20px;
    background: #fff;
    position: relative;
    margin-top: -10px;
}

.pack-top {
    display: flex;
    justify-content: center;
}

.pack-inner .pack-select a:hover {
    background: #ed1b24;
    color: #fff;
}

/* .pack-main-packs:before {
    content: '';
    width: 10000px;
    background: #DBDBDB;
    height: 1px;
    position: absolute;
    bottom: 15px;
    left: 75px;
} */


.Four_Drips:before {
    content: '';
    width: 10000px;
    background: #DBDBDB;
    height: 0.1px;
    position: absolute;
    bottom: 10px;
    left: -50px;
    bottom: -39px;
}

.Four_Drips:nth-last-child(1)::before {
    content: '';
    width: 10000px;
    background: #DBDBDB;
    height: 0.1px;
    position: absolute;
    bottom: 10px;
    left: 55%;
    bottom: -39px;
}

.pack-top:before {
    content: '';
    width: 10000px;
    background: #DBDBDB;
    height: 0.1px;
    position: absolute;
    bottom: 10px;
    left: 0%;
    top: 64px;
}

.pack-main-descr p:after {
    content: '';
    width: 10000px;
    background: #DBDBDB;
    height: 0.1px;
    position: absolute;
    bottom: -13px;
    left: -50px;
}

.packs-bottom {
    position: relative;
    margin-top: 200px;
    margin-bottom: 110px;
}

.packs-bottom:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 5px;
    background: #fff;
    right: -43px;
    top: 115px;
}

.pack-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pack-inner:before {
    content: '';
    width: 0.1px;
    background: #DBDBDB;
    height: 230px;
    position: absolute;
    top: -15px;
    left: 50%;
}

/* 
.pack-inner:after {
    content: '';
    width: 1px;
    background: #DBDBDB;
    height: 58px;
    position: absolute;
    left: 50%;
} */

.left-logo2 {
    font-size: 151px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: #ed1b24;
    right: 16px;
    transform: rotate(-90deg) translate(-30%, 100%);
    transform-origin: left bottom;
    top: 0;
    z-index: 10;
    font-family: Peace;
}

.flexed--end {
    justify-content: flex-end;
}

.packs-bottom-img {
    max-width: 640px;
}

.packs-bottom-slogan {
    text-align: right;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 120px;
    position: relative;
    right: -90px;
    letter-spacing: 10px;
}

.left-logo2+.packs-bottom:after {
    content: '';
    position: absolute;
    width: 100%;
    right: 376px;
    height: 1px;
    background: #DBDBDB;
    bottom: -70px;
    top: inherit;
}

.packs-bottom+.home-return {
    margin-bottom: -50px;
}

.logo.logo-type-darkLine:after {
    content: '';
    height: 6.4px;
    width: 1000000px;
    position: absolute;
    top: calc(50% - -19.7px);
    left: 99%;
}

.logo.logo-type-darkLine {
    position: relative;
}

.where-to-page-top>div.where-to-top-img {
    position: absolute;
    width: 760px;
    right: 0;
    top: 0;
    left: inherit;
    z-index: 1;
}

.where-to-page-top {
    position: relative;
    margin-top: 165px;
}

.where-to-top-title h1 {
    font-size: 98px;
    text-transform: uppercase;
    line-height: 95px;
    font-family: Helv;
    font-weight: 700;
    color: #ed1b24;
}

.where-to-page-top>div {
    position: relative;
    left: 176px;
    z-index: 2;
}

.where-to-top-subtitle {
    font-size: 48px;
    margin-top: 70px;
}

.where-to-top-text {
    color: #808080;
    font-size: 20px;
    max-width: 515px;
    margin-top: 15px;
}

.where-to-top-link a {
    display: inline-block;
    font-size: 37px;
    color: #fff;
    background: #000;
    padding: 5px 11px;
}

.where-to-top-link {
    margin-top: 35px;
}

.where-to-address {
    background-image: linear-gradient(to right, #E1E1E1 0, #E1E1E1 1px, transparent 1px, transparent 100%), linear-gradient(to bottom, #E1E1E1 0, #E1E1E1 1px, transparent 1px, transparent 100%);
    background-repeat: repeat;
    background-size: 16.667% 107px;
    margin-top: 150px;
    padding: 37px 0 76px 150px;
}

.where-to-address h2 {
    font-size: 36px;
    margin-bottom: 33px;
    color: #ed1b24;
}

.where-to-address p {
    margin-left: 80px;
    font-size: 25px;
    color: #808080;
    line-height: 60px;
    margin-bottom: 0;
}

.packs-bottom:before {
    content: '';
    background: url(../../../themes/wptheme/img/hang-round.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: -80px;
    right: 0;
    width: 145px;
    height: 210px;
}

.where-to-bottom {
    margin-bottom: -90px;
    position: relative;
}

.where-to-bottom p {
    color: #fff;
    padding-top: 57px;
    padding-left: 162px;
    font-size: 48px;
    position: relative;
    z-index: 2;
}

.where-to-bottom:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.where-to-bottom-link {
    padding: 30px 0 0 162px;
    position: relative;
    z-index: 2;
}

.where-to-bottom-link a {
    color: #fff;
    font-size: 24px;
    padding: 6px;
    border: 1px solid #fff;
    transition: 0.3s;
}

.where-to-bottom-link a:after {
    content: '\f178';
    font-family: fontAwesome;
    padding-left: 10px;
    position: relative;
    transform: scale(1, 0.5);
    display: inline-block;
    font-size: 40px;
    top: 5px;
}

.where-to-bottom .home-return {
    margin: 175px 0 0 55px;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
}

.where-to-bottom-link a:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}

.locations-page-main {
    padding: 167px 0 0 168px;
    position: relative;
}

.locations-page-top-title h1 {
    font-size: 98px;
    text-transform: uppercase;
    max-width: 560px;
    font-family: Helv;
    line-height: 105px;
    color: #ed1b24;
}

.locations-aside {
    font-size: 201px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    width: 110px;
    height: 350px;
    color: #ed1b24;
    right: -2px;
    background: url(../../../uploads/2019/11/Asset-4@300x.png) 50% 50% no-repeat;
    background-size: contain;
    text-indent: -99999px;
    top: 40%;
    z-index: 2;
    font-family: Peace;
}

.locations-page-locations {
    max-width: 785px;
    margin-left: 24px;
    position: relative;
    padding-left: 56px;
    padding-top: 30px;
    margin-bottom: 200px;
    border-left: 1px solid #DBDBDB;
}

.location-top-info {
    position: relative;
    margin-bottom: 53px;
}

.location-top-info:before {
    content: '';
    position: absolute;
    background: #DBDBDB;
    height: 1px;
    width: 46px;
    top: 50%;
    left: -56px;
}

.location-top-info-title {
    font-size: 38px;
    text-transform: uppercase;
}

.locations-page-location {
    margin-top: 65px;
}

.locations-page-location:last-child:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    top: 27px;
    left: -58px;
    background: #fff;
}

.locations-page-location:last-child {
    position: relative;
}

.location-book-link a {
    background: #000;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    padding: 4px 9px;
    display: block;
}

.location-add-info-label {
    font-size: 23px;
    width: 117px;
    margin-right: 56px;
    text-transform: uppercase;
}

.location-add-info-text p strong {
    font-weight: 400;
    color: #000;
}

.location-add-info-text p strong a {
    color: #000;
}

.location-add-info-text {
    font-size: 23px;
    color: #A8A8A8;
}

.location-add-info+.location-add-info {
    margin-top: 30px;
}

.location-add-info-text p {
    margin-bottom: 23px;
}

.locations-page-bottom-block {
    padding-top: 75px;
    border-top: 1px solid #DBDBDB;
    position: relative;
}

.location-page-bottom-inner {
    max-width: 717px;
    margin-left: auto;
    margin-right: 73px;
    position: relative;
}

.locations-page-bottom-block-text {
    background: #fff;
    display: inline-block;
    font-size: 23px;
    position: relative;
    padding-right: 20px;
    margin-bottom: 15px;
}

.location-page-bottom-inner:before {
    content: '';
    position: absolute;
    top: 12px;
    width: 100%;
    height: 2px;
    background: #000;
}

.locations-page-bottom-block-slogan {
    position: absolute;
    bottom: -50px;
    left: 165px;
    font-family: Peace;
    font-size: 100px;
    font-weight: 400;
}

.home-return.home-return-right {
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 22px;
}

.home-return.home-return-right+footer {
    margin-top: 20px;
}

.hamb-menu .bar {
    width: 38px;
    height: 6px;
    background: #000;
    margin: 2px 0;
    border-radius: 1px;
}

.hamb-menu {
    width: 38px;
    position: absolute;
    top: 42px;
    right: 42px;
    cursor: pointer;
}

.popop-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.admin-bar .popop-menu {
    top: 32px;
}

.popup-close i {
    font-size: 81px;
    line-height: 50px;
}

.popup-close {
    cursor: pointer;
    color: #fff;
    top: 31px;
    left: 30px;
    position: absolute;
    z-index: 3;
}

.popop-menu:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.popup-menu-inner .menu {
    position: absolute;
    right: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.popup-menu-inner .menu li {
    display: block;
    position: relative;
}

.popup-menu-inner .menu li a {
    font-size: 52px;
    color: #fff;
    font-family: Helv;
    font-weight: 700;
}

li#menu-item-182 {
    padding-top: 150px;
    position: relative;
    z-index: 10;
}

li#menu-item-182:before {
    width: 5px;
    content: '';
    position: absolute;
    height: 150px;
    background: #fff;
    top: 0;
    left: 5px;
}

.popup-menu-inner {
    text-transform: uppercase;
}

li#menu-item-182>ul {
    padding-left: 70px;
    margin-top: 65px;
}

.popup-menu-inner .menu ul {
    position: relative;
}

li#menu-item-182>ul:before {
    width: 55px;
    height: 5px;
    background: #fff;
    content: '';
    position: absolute;
    left: 5px;
    top: 25px;
}

li#menu-item-182:after {
    width: 5px;
    content: '';
    position: absolute;
    height: 93px;
    background: #fff;
    top: 212px;
    left: 4px;
}

li#menu-item-181>ul {
    margin-left: 140px;
    margin-top: 50px;
}

li#menu-item-179 {
    padding-left: 30px;
    padding-top: 50px;
}

li#menu-item-183 {
    padding-top: 40px;
    margin-left: -30px;
    text-align: left;
}

li#menu-item-179:before {
    content: '';
    position: absolute;
    width: 4px;
    height: calc(100% - 30px);
    background: #fff;
    top: 0;
    left: 10px;
}

li#menu-item-179:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 4px;
    background: #fff;
    bottom: 26px;
    left: 10px;
}

li#menu-item-184 {
    /* padding-top: 90px; */
    padding-top: 0px;
    text-align: right;
}

li#menu-item-185 {
    margin-left: 30px;
    margin-top: 60px;
    padding-right: 30px;
}

li#menu-item-186 {
    margin-left: 38px;
    margin-top: 40px;
    margin-right: 35px;
}

li#menu-item-184:before {
    content: '';
    width: 4px;
    height: 90px;
    position: absolute;
    background: #fff;
    top: 0;
    right: 5px;
}

li#menu-item-184:after {
    content: '';
    width: 4px;
    height: 310px;
    position: absolute;
    background: #fff;
    bottom: -60px;
    left: 5px;
}

li#menu-item-184:after {
    height: calc(100vh);
    top: 370px;
    display: none;
}

li#menu-item-184>a:after {
    content: '';
    width: 4px;
    height: 90px;
    position: absolute;
    background: #fff;
    right: 5px;
    bottom: -95px;
}

html.noscroll {
    overflow: hidden;
}


/*? -------------------------  */


.socials-icons{
    position: absolute;
    left: 5%;
    bottom: 2%;
    gap: 15px;
    display: flex;
}

.footer-socials-icons{
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 15px;
    padding-bottom: 40px;
    padding-left: 50px;
}

.footer-socials-icons .icon a{
    font-size: 1.9rem;
}

.socials-icons .icon a{
    color: white;
    font-size: 1.9rem;
}

.popup-menu-inner .menu {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
}

.popup-menu-inner .menu>li {
    min-height: 710px;
    overflow: hidden;
}

.packages-page-top-title,
.packages-page-top-text {
    position: relative;
    z-index: 2;
}

.top-section-feat-title a {
    color: #fff;
    background: #222222;
    /* padding: 0 1px; */
}

.team-page-top {
    text-align: center;
    margin-top: 188px;
    padding-bottom: 150px;
    position: relative;
}

.team-page-top-title h1 {
    font-size: 105px;
    font-family: Helv;
    line-height: 115px;
    letter-spacing: 5px;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    position: relative;
    color: #ed1b24;
}

.team-page-top-text {
    font-size: 32px;
    margin-top: 20px;
}

.team-page-top:before {
    position: absolute;
    content: '';
    background: #DBDBDB;
    height: 1px;
    width: 100%;
    left: 120px;
    top: 60px;
}

.team-page-top:after {
    content: '';
    position: absolute;
    height: calc(100% - 60px);
    width: 1px;
    background: #DBDBDB;
    left: 120px;
    top: 60px;
}

.team-member-img {
    max-width: 533px;
}

.team-member-info {
    max-width: 645px;
    margin-left: 110px;
    position: relative;
}

.flexed--bottom {
    align-items: flex-end;
}

.team-member-name {
    font-size: 60px;
    font-family: Helv;
    font-weight: 700;
    max-width: 330px;
    line-height: 72px;
    color: #ed1b24;
}

.team-member-role {
    font-size: 27px;
    line-height: 32px;
    font-weight: 700;
    margin: 40px 0 30px;
}

.team-member-text {
    font-size: 18px;
    line-height: 22px;
    position: relative;
}

.team-member-text p {
    margin-bottom: 30px;
}

.team-member:nth-child(2n+2) {
    flex-direction: row-reverse;
    padding-top: 140px;
}


.Four_Drips {
    margin: 2rem 3rem;
    margin-bottom: 4rem;
    position: relative;
}

.pack-bottom {
    display: flex;
    justify-content: flex-end;
    margin-right: 16%;
}


.team-member:nth-child(2n+2) .team-member-info {
    margin-right: 40px;
    margin-left: 0;
}

.team-member:nth-child(2n+1) {
    padding-bottom: 70px;
}

.team-member {
    position: relative;
}

.team-member:nth-child(2n+1):before {
    content: '';
    position: absolute;
    background: #DBDBDB;
    bottom: 0;
    width: 1px;
    height: 90px;
    left: 113px;
}

.team-member:nth-child(2n+1) .team-member-info:after {
    content: '';
    background: #DBDBDB;
    height: 1px;
    width: 150%;
    position: absolute;
    bottom: -70px;
    left: 4px;
}

.team-member:nth-child(2n+2) .team-member-info:after {
    content: '';
    position: absolute;
    background: #DBDBDB;
    width: 1px;
    height: 140px;
    top: -140px;
    left: 14px;
}

.team-member:nth-child(2n+2) .team-member-info:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 21px;
    width: 100%;
    top: -149px;
    left: 15px;
}

.team-member:nth-child(2n+2) .team-member-text {
    border-bottom: 1px solid #dbdbdb;
    margin-right: -40px;
    padding-right: 40px;
    padding-left: 20px;
    margin-left: -20px;
}

.team-members+.home-return {
    margin-top: 30px;
    margin-bottom: -50px;
}

.team-members {
    padding-bottom: 140px;
}

.team-member:nth-child(2n+2) .team-member-text:after {
    content: '';
    position: absolute;
    background: #dbdbdb;
    width: 1px;
    height: 400px;
    left: 25px;
    top: calc(100% - 25px);
}

.visible-menu.menu-type-top .accent {
    display: none;
}

.visible-menu.menu-type-top ul.menu {
    display: flex;
    position: absolute;
    top: 42px;
    right: 77px;
}

.visible-menu.menu-type-top ul.menu li {
    list-style-type: none;
    margin-left: 40px;
}

.visible-menu.menu-type-top ul.menu li a {
    color: #000;
    opacity: 0.5;
    text-transform: uppercase;
    font-weight: 600;
}

.visible-menu.menu-type-top ul.menu li.current-menu-item a {
    opacity: 1;
    text-decoration: underline !important;
}

.press-top-decor {
    margin-top: 130px;
    margin-bottom: 80px;
    position: relative;
}

.press-top-decor h1 {
    max-width: 1075px;
    margin: 0 auto;
    font-size: 165px;
    text-transform: uppercase;
    font-family: Helv;
    line-height: 135px;
    font-weight: 700;
    color: #ed1b24;
}

.press-top-decor:before {
    content: '';
    height: 25px;
    width: 100%;
    top: calc(50% - 12px);
    background: #ed1b24;
    left: 0;
    position: absolute;
}

.press-heading {
    max-width: 1075px;
    margin: 0 auto 150px;
    font-size: 44px;
    color: #808080;
}

.press-wrap {
    max-width: 1075px;
    margin: 40px 0;
}

.single-press-item {
    max-width: 438px;
    align-self: stretch;
    margin-bottom: 30px;
}

.page-id-205 .single-press-item {
    margin: 0 auto 50px;
    padding: 0;
}

.page-id-205 .single-press-item>div {
    height: auto;
}

.page-id-205 .single-press-item>div.single-press-text {
    padding: 20px 50px;
    background: #eee;
}

.single-press-img {
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.single-press-img img {
    max-height: 100%;
    width: auto;
}

.single-press-text {
    font-size: 25px;
    line-height: 30px;
}

.press-wrap+.home-return {
    margin-top: 40px;
    margin-bottom: -50px;
}

.simple-page-inner {
    margin-top: 150px;
    padding-right: 150px;
    padding-left: 75px;
    position: relative;
    overflow: hidden;
}

h1.simple-page-heading {
    font-size: 165px;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: left top;
    position: absolute;
    width: 1000%;
    left: 92%;
    text-transform: uppercase;
    line-height: 121px;
    font-weight: 700;
    font-family: Helv;
    color: #ed1b24;
}

.simple-page-text {
    font-size: 24px;
}

.simple-page-text p,
.simple-page-text ul,
.simple-page-text h2,
.simple-page-text h3 {
    margin-bottom: 40px;
}

.simple-page-text ul {
    margin-left: 50px;
}

.simple-page-text ul li {
    margin-bottom: 20px;
}

.top-image {
    margin-top: -123px;
}

header {
    position: relative;
    z-index: 3;
}

.how-works-title h1 {
    font-size: 112px;
    text-transform: uppercase;
    font-family: Helv;
    max-width: 310px;
    letter-spacing: 2px;
    line-height: 110px;
    color: #ed1b24;
}

.how-works-title {
    margin: -70px 0 0 145px;
}

.how-works-subtitle {
    font-size: 27px;
    font-weight: 700;
    margin-top: 20px;
    margin-left: 5px;
}

.bottom-slogan {
    position: absolute;
    font-size: 135px;
    bottom: 10px;
    line-height: 100px;
    font-weight: 600;
    left: 40px;
    font-family: Peace;
}

.how-works-steps {
    position: relative;
    background: url(../../../../images/siv-drip-dubai.webp) 0 -100px no-repeat;
    background-size: 456px;
    margin-bottom: -90px;
    padding-bottom: 90px;
}

.single-step {
    min-height: 200px;
    font-size: 40px;
    position: relative;
    display: inline-block;
    text-align: left;
    color: #ed1b24;
}

.step-index {
    font-size: 165px;
    opacity: 1;
    position: absolute;
    left: -48px;
    top: -40px;
    font-family: Peace;
    font-weight: 600;
    height: 105px;
}

.how-works-steps-inner {
    text-align: right;
    position: relative;
}

.single-step-wrap {
    margin-top: 150px;
    position: relative;
}

.step-final-link {
    text-align: left;
    position: fixed;
    right: 0;
    top: 86%;
    transform: rotate(90deg);
    transform-origin: right top;
    z-index: 2;
}

.single-step-wrap:nth-child(1) {
    right: 65px;
}

.single-step-wrap:nth-child(2) {
    right: 135px;
}

.single-step-wrap:nth-child(3) {
    right: 60px;
}

.single-step-wrap:nth-child(4) {
    right: 200px;
}

.single-step-wrap:nth-child(5) {
    right: 235px;
}

.step-final-link a {
    color: #fff;
    font-size: 36px;
    background: #000;
    padding: 4px 17px;
}

.how-works-steps-inner:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #dbdbdb;
    width: 100px;
    right: 0;
    bottom: -250px;
}

.how-works-steps-inner:before {
    content: '';
    position: absolute;
    height: calc(100% + 720px);
    background: #dbdbdb;
    width: 1px;
    right: 100px;
    top: -470px;
}

.top-image {
    position: relative;
    z-index: 2;
}

.how-works-title {
    position: relative;
    z-index: 2;
}

.single-step-wrap:nth-child(2):after,
.single-step-wrap:nth-child(4):after {
    content: '';
    position: absolute;
    width: 150px;
    left: calc(100% + 10px);
    height: 1px;
    background: #dbdbdb;
    top: 10px;
}

.single-step-wrap:nth-child(2) .single-step:before,
.single-step-wrap:nth-child(4) .single-step:before {
    content: '';
    position: absolute;
    width: 10000px;
    right: calc(100% + 200px);
    height: 1px;
    background: #dbdbdb;
    top: 10px;
}

.how-works-steps+.home-return.home-return-right {
    position: relative;
    bottom: 0;
}

.hamb-menu.menu-color-light>div {
    background: #000000;
}

.blog-posts-top {
    position: relative;
    top: -123px;
    margin-bottom: -123px;
}

.single-blog-post {
    height: 772px;
    position: relative;
    background-size: cover;
    max-height: calc(100vh - 80px);
}

.single-blog-post:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-title-box {
    position: absolute;
    width: 588px;
    left: 25px;
    z-index: 2;
    bottom: 0;
    padding-left: 30px;
    font-size: 25px;

}

.post-title-box a {
    color: #fff;
    display: block;
}

.post-title-box h2 {
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
    margin-left: 1px;
}

.post-title-box .post-permalink {
    text-transform: uppercase;
    padding-left: 22px;
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 10px;
    letter-spacing: 7px;
}

.post-info-box {
    position: absolute;
    right: 0;
    bottom: -56px;
    width: 312px;
    background: #ed1b24;
    z-index: 2;
    color: #fff;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 35px;
}

.post-info-box-text {
    text-align: right;
    font-size: 32px;
}

.post-info-box-text span {
    display: block;
}

.post-info-box-text span:first-child {
    text-transform: uppercase;
}

.post-info-box i {
    font-size: 42px;
}

.single-blog-post.blog-post-type-2 {
    height: 503px;
    max-width: 895px;
    margin-top: 154px;
    margin-bottom: 138px;
    margin-left: 51px;
}

.single-blog-post.blog-post-type-2 .post-info-box {
    right: inherit;
    left: 24px;
    bottom: -40px;
}

.single-blog-post.blog-post-type-2 .post-title-box {
    background: #fff;
    max-width: 490px;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    padding: 22px 30px;
    left: calc(100% - 146px);
}

.single-blog-post.blog-post-type-2 .post-title-box a {
    color: #000;
}

.single-blog-post.blog-post-type-2 .post-title-box h2 {
    border: none;
    padding: 0;
}

.single-blog-post.blog-post-type-2 .post-title-box .post-permalink {
    padding: 0;
    margin-top: 50px;
}

.single-blog-post.blog-post-type-3 {
    margin-bottom: 115px;
}

button.alm-load-more-btn.more {
    background: #ed1b24 !important;
    text-transform: uppercase;
    font-size: 32px;
    padding: 16px 50px;
    width: auto;
    height: auto;
}

.alm-reveal>div:last-child {
    margin-bottom: 130px;
}

.single-blog-post-heading {
    display: flex;
    position: relative;
    top: -123px;
    height: 100vh;
    min-height: 700px;
}

.single-blog-post-heading>div {
    flex: 1;
    padding-left: 30px;
}

.single-post-img {
    background-size: cover !important;
    position: relative;
}

.single-post-meta {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.single-meta-item {
    color: #b9b9b8;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 50px;
}

.single-meta-item>div:first-child {
    color: #000;
}

.single-post-title {
    padding-left: 10px;
    margin-left: 12px;
    border-left: 5px solid #fff;
    font-size: 28px;
    padding-right: 20px;
    text-transform: uppercase;
    position: relative;
}

.single-post-title h1 {
    font-weight: 400;
}

.single-post-scroll i {
    font-size: 50px;
    color: #000;
    cursor: pointer;
    transform: scale(1.6, 1);
}

.single-post-scroll {
    text-align: center;
    padding: 5px 0;
}

.single-post-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.single-post-main-text {
    max-width: 1125px;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
}

.single-post-main-text img {
    width: auto;
}

.single-post-tags {
    max-width: 1235px;
    margin: 100px auto 0;
    text-align: right;
    color: #b9b9b8;
    text-transform: uppercase;
    font-size: 20px;
}

.single-post-main-text:before {
    position: absolute;
    height: 1px;
    background: #000;
    width: 1000px;
    content: '';
    right: calc(100% + 35px);
    top: 15px;
}

.single-post-main-text p,
.single-post-main-text ul,
.single-post-main-text ol,
.single-post-main-text img,
.single-post-main-text h2,
.single-post-main-text h3,
.single-post-main-text h1 {
    margin-bottom: 30px;
}

.single-post-main-text ul {
    margin-left: 50px;
}

.single-post-main-text ul li {
    margin-bottom: 8px;
}

.single-post-main-text .alignleft {
    float: left;
    padding-right: 20px;
}

.single-post-main-text .alignright {
    float: right;
    padding-left: 30px;
}

.single-post-main-text .aligncenter {
    text-align: center;
    margin: 0 auto;
}

.top-section-feat-title a:after {
    content: none;
    font-family: fontAwesome;
    padding-left: 20px;
    font-size: 55px;
}

.top-section-end-slogan {
    right: -150px;
}

.middle-way-slogan {
    width: 100%;
    text-align: left;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: flex-end;
    font-family: Peace;
    font-size: 210px;
    line-height: 200px;
    text-shadow: 2px 0 0 #ebebeb, -2px 0 0 #ebebeb, 0 2px 0 #ebebeb, 0 -2px 0 #ebebeb, 2px 2px #ebebeb, -2px -2px 0 #ebebeb, 2px -2px 0 #ebebeb, -2px 2px 0 #ebebeb;
}

li#menu-item-179 a:after {
    content: '';
    position: absolute;
    width: 75px;
    height: 4px;
    background: #fff;
    bottom: 26px;
    right: 5px;
}

li#menu-item-186:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 4px;
    background: #fff;
    bottom: 26px;
    left: -30px;
}

li#menu-item-186:after {
    content: '';
    position: absolute;
    height: 74px;
    width: 4px;
    background: #fff;
    bottom: 30px;
    left: -30px;
}

li#menu-item-184>a {
    position: relative;
}

/* li#menu-item-185:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 4px;
    background: #fff;
    bottom: 26px;
    left: -25px;
    top: 30px;
} */

li#menu-item-185:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 4px;
    background: #fff;
    bottom: 26px;
    right: 8px;
    top: 26px;
}

li#menu-item-183:before {
    content: '';
    position: absolute;
    height: 70px;
    width: 4px;
    background: #fff;
    top: -30px;
    left: 5px;
}

ul#menu-products-menu {
    position: absolute;
    display: flex;
    width: 150px;
    padding-left: 25px;
    bottom: 0;
    flex-direction: column;
    justify-content: flex-end;
    right: 145px;
    padding-bottom: 55px;
    z-index: 2;
}

ul#menu-products-menu>li {
    min-height: 10px;
}

.menu-products-menu-container {}

ul#menu-products-menu a {
    font-size: 34px;
}

ul#menu-products-menu:before {
    content: '';
    position: absolute;
    height: 170px;
    width: 4px;
    background: #fff;
    left: 0;
    bottom: 0;
}

li#menu-item-184 a {
    position: relative;
    z-index: 3;
}

li#menu-item-252 {
    width: 100%;
    min-height: 500px;
    display: flex;
    margin-top: -140px;
    justify-content: flex-end;
    right: 200px;
}

li#menu-item-252>a {
    display: none;
}

li#menu-item-252 a {
    font-size: 34px;
}

li#menu-item-252:before {
    width: 4px;
    height: 1500px;
    background: #fff;
    content: '';
    position: absolute;
    right: 350px;
    top: 8px;
}

li#menu-item-252:after {
    content: 'IV Drips';
    position: absolute;
    color: #6d6d6d;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    transform: rotate(-90deg);
    width: 205px;
    right: 270px;
    top: 5px;
}

.location-book-link:not(.booknow) a {
    color: #D9D9D9;
    background: none;
    border: 2px solid currentColor;
    position: relative;
    left: 60px;
    cursor: default;
    top: 40px;
}

.locations-page-location:last-child .location-book-link:not(.booknow) {
    display: none;
}

.locations-page-location[style="display: none;"]+.locations-page-location[style="display: block;"] .location-book-link:not(.booknow) {
    display: block;
    position: relative;
    top: -40px;
}

li#menu-item-252 li {
    margin-bottom: 5px;
}

.home .hamb-menu {
    right: inherit;
    left: 15px;
    top: 130px;
}

.post-title-box h2:before {
    content: '';
    width: 7px;
    position: absolute;
    height: calc(100% - 25px);
    background: #fff;
    top: 13px;
    left: -5px;
}

.single-post-title:before {
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    top: 14px;
    width: 5px;
    height: calc(100% - 26px);
}

.home-bottom-slogan br {
    clear: both;
}

.location-more-info {
    font-size: 22px;
    position: relative;
    padding-left: 45px;
}

.location-more-info span:before {
    content: '+';
    position: absolute;
    top: -13px;
    left: 20px;
    font-size: 36px;
    line-height: 20px;
    color: #aaa;
}

.location-more-info span {
    cursor: pointer;
}

.location-more-info span+span:before {
    content: '-';
}

.lounge-loc-filter {
    margin-left: 60px;
    margin-bottom: -30px;
    padding-top: 10px;
    position: relative;
    z-index: 2;
    font-size: 18px;
}

.lounge-loc-filter div div {
    padding-right: 15px;
}

.lounge-loc-filter div span {
    margin: 0 15px 0 5px;
    cursor: pointer;
}

.lounge-loc-filter div span.active {
    text-decoration: underline;
}

.single-product_page .visible-menu.menu-type-top ul.menu {
    right: 300px;
}

.home-text-bg-bottom {
    color: #E5E5E5;
    font-size: 48px;
    text-transform: uppercase;
    margin-top: 20px;
}

.home-top-features-wrap {
    width: 100%;
}

.home-top-features {
    max-width: 970px;
    position: relative;
    padding-top: 100px;
}

.home-top-features-bg-text {
    position: absolute;
    right: 0;
    font-family: Peace;
    text-align: right;
    font-size: 45px;
    color: #F0F0F0;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.home-top-features-inner {
    position: relative;
}

.home-top-feature-title {
    color: #ed1b24;
    font-size: 66px;
    text-transform: uppercase;
    font-weight: 700;
}

.home-top-feature-text {
    max-width: 352px;
    padding-right: 100px;
}

.home-top-feature {
    padding-bottom: 72px;
}

.home-top-features-inner:after {
    position: absolute;
    content: '';
    width: 180px;
    height: 0.1px;
    background: #1F191A;
    bottom: 120px;
    left: -215px;
}

.press-wrap-wrap {
    width: 100%;
}

.single-home-press-item {
    max-width: 110px;
    margin: 0 13px;
}

.page-id-205 .press-wrap {
    margin: 40px auto;
}

.page-id-205 .single-press-item {
    margin: 40px auto;
}

.press-title-sm {
    width: calc(100vw - 315px);
    text-align: center;
    position: relative;
    top: 50px;
    font-size: 10px;
}

.single-press-img a {
    height: 100%;
    display: flex;
    align-items: center;
}

.home-bottom-slogan img {
    max-width: 240px;
    margin-left: auto;
}

.bottom-slogan img {
    max-width: 450px;
}

.home-top-features-bg-text img {
    display: none;
}

.product-left-part .product-book-link a {
    background: #fff;
    position: relative;
}

.product-left-part .product-book-link a span.booklabel {
    display: none;
}

.product-left-part .product-book-link a span.booklabellabel {
    background: #ed1b24;
    padding: 4px 4px 5x 5px;
    width: fit-content;
    padding: 1px 3px;
}



.product-left-part .product-book-link a span.bookprice {
    color: #000;
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    top: 2px;
    right: -3px;
    font-size: 15px;
    transform-origin: bottom;
    width: 28px;
}

.product-book-link span {
    display: block;
    max-width: 217px;
    margin-left: auto;
}

.step-index img {
    height: 105px;
    width: auto;
}

/* .product-left-part .product-book-link a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background: #000;
    top: 10px;
    right: 9px;
} */

/* .product-book-link span:first-child:before {
    content: 'Select:';
    display: block;
    margin-left: 30px;
    text-transform: uppercase;
    font-size: 16px;
} */

.ipad-container {
    max-width: 750px;
    margin: 70px auto;
}

.logo-for-ipad {
    max-width: 542px;
    margin: 0 auto;
}

.ipad-tab {
    background: #F2F2F2;
    padding: 20px 0;
    font-size: 24px;
    text-transform: uppercase;
    flex: 1;
    text-align: center;
    margin: 0 3px;
    cursor: pointer;
}

.ipad-tabs {
    margin: 40px 0 70px;
}

.ipad-tab.active {
    background: #95CACD;
    color: #fff;
}

.ipad-drip-title {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    transform: rotate(-90deg) translate(-30%, 0%);
    transform-origin: left bottom;
    position: absolute;
    left: 0;
    top: 50%;
}

.single-ipad-drip {
    position: relative;
    width: 47%;
    margin-bottom: 40px;
}

.ipad-drip-title span {
    font-weight: 400;
}

.ipad-drip-image {
    max-width: 80px;
    position: relative;
    z-index: 2;
}

.ipad-drip-info {
    flex: 1;
}

.single-ipad-drip:nth-child(2n+1) {
    margin-right: 3%;
}

.single-ipad-drip:nth-child(2n+2) {
    margin-left: 3%;
}

.ipad-drip-info-title {
    font-size: 13.5px;
    font-weight: 700;
    padding-left: 10px;
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}

.ipad-drip-main-info {
    background: #f2f2f2;
    padding: 10px 12px;
    font-size: 12px;
}

.ipad-drip-time-price {
    color: #6AAAAA;
    margin-bottom: 5px;
}

.ipad-drip-multi-prices {
    color: #6AAAAA;
    margin-bottom: 5px;
}

.benefits-label {
    color: #6AAAAA;
    text-transform: uppercase;
}

.benefits-list {
    font-size: 10px;
    margin-top: 5px;
}

.single-benefit {
    display: flex;
}

.single-benefit:before {
    content: '-';
    padding-right: 2px;
}

.ipad-key-nutrients {
    margin-top: 10px;
}

.potential-benefits {
    margin-top: 15px;
}

.ipad-key-nutrients-label {
    text-transform: uppercase;
    color: #6AAAAA;
    margin-bottom: 5px;
}

.ipad-key-nutrients-list {
    font-size: 10px;
}

.ipad-drips-bottom-line {
    color: #fff;
    background: #000;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.ipad-drip-main-info {
    position: relative;
}

.ipad-drip-main-info:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    background: #f2f2f2;
    left: -20px;
    top: 0;
}

.ipad-drip-title.smaller-text {
    font-size: 18px;
    top: 60%;
}

.ipad-addons>div>div {
    flex: 1;
}

.ipad-addons-left {
    margin-right: 70px;
}

.ipad-addons {
    padding: 50px 0;
}

.ipad-small-detail {
    font-size: 11px;
    margin-bottom: 30px;
}

.ipad-single-addon {
    margin-bottom: 40px;
}

.ipad-addon-title {
    font-size: 24px;
    margin-bottom: 5px;
}

.single-ipad-addon-level {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px;
}

.single-ipad-addon-dose {
    flex: 1;
}

.single-ipad-addon-title {
    width: 40%;
}

.single-ipad-adon-price {
    color: #6AAAAA;
}

.ipad-mini-addons {
    background: #f2f2f2;
    padding: 40px 0;
}

.ipad-mini-title {
    background: #fff;
    display: inline-block;
    padding: 13px 30px 13px 90px;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.single-ipad-mini-addon {
    width: 50%;
    padding: 40px 30px 5px;
}

.single-ipad-mini-addon-title {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single-ipad-mini-addon-details {
    padding-bottom: 5px;
    border-bottom: 1px solid #bbb;
}

.single-mini-addon-price {
    color: #6AAAAA;
}

.ipad-booster {
    position: relative;
    width: 47%;
    margin-bottom: 50px;
}

.ipad-booster:nth-child(2n+1) {
    margin-right: 3%;
}

.ipad-booster:nth-child(2n+2) {
    margin-left: 3%;
}

.ipad-booster-image {
    width: 82px;
}

.ipad-booster-info {
    flex: 1;
}

.ipad-booster-info>.ipad-booster-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
    padding-left: 10px;
}

.ipad-booster-text-info {
    background: #f2f2f2;
    padding: 10px;
}

.ipad-booster-top {
    color: #6AAAAA;
    padding-bottom: 15px;
}

.ipad-booster-point {
    display: flex;
    font-size: 12px;
    padding-bottom: 4px;
}

.ipad-booster-point:before {
    content: '-';
    padding-right: 3px;
}

.ipad-bottom-text {
    color: #bbb;
    font-size: 15px;
    margin-top: 50px;
}

.ipad-boosters {
    padding-top: 50px;
}

.press-learn-more,
.mobile-img {
    display: none;
}

.single-post .logo img+img {
    display: none;
}

@media screen and (max-width: 1295px) {
    .team-member-info {
        margin-left: 50px;
    }

    .home-bottom>div {
        flex: 1;
    }

    .top-section-img {
        margin: 50px;
        max-width: 500px;
    }

    .top-section-label {
        right: 70px;
    }

    .product-left-part {
        max-width: calc(100% - 550px);
    }

    .menu-main-menu-visible-container {
        max-width: 100vh;
    }

    .single-blog-post {
        height: 812px;
    }

    .post-title-box {
        width: 335px;
        bottom: 100px;
        left: 15px;
    }

    .post-title-box h2 {
        font-size: 36px;
    }

    .post-info-box i {
        font-size: 34px;
    }

    .post-info-box-text {
        font-size: 20px;
    }

    .post-info-box {
        width: 223px;
        bottom: -40px;
    }

    .single-blog-post.blog-post-type-2 {
        max-width: calc(100% - 72px);
        margin: 70px auto;
        height: 320px;
    }

    .single-blog-post.blog-post-type-2 .post-title-box {
        width: 100%;
        right: -20px;
        left: inherit;
        padding: 20px;
        top: inherit;
        bottom: -130px;
    }

    .single-blog-post.blog-post-type-2 .post-info-box {
        left: -30px;
        bottom: inherit;
        top: 14px;
        padding: 10px;
        width: 85px;
    }

    .single-blog-post.blog-post-type-2 .post-info-box-text span:first-child {
        display: none;
    }

    .single-blog-post.blog-post-type-2 .post-info-box-text {
        font-size: 14px;
    }

    .single-blog-post.blog-post-type-2 .post-info-box i {
        font-size: 19px;
    }

    .home-top-feature-title {
        color: #ed1b24;
        font-size: 40px;
    }

    .home-top-features {
        max-width: 660px;
    }

    .home-top-features-inner:after {
        bottom: 88px;
    }

    .home-text-bg-bottom {
        font-size: 30px;
    }

    .home-text-bg-bottom h1 {
        font-size: 30px;
    }

    .top-section {
        margin-top: 500px;
    }

    .top-section-feat {
        padding-left: 170px;
    }

    .top-section-feat-title:before {
        left: -110px;
        width: calc(100% + 95px);
    }

    .top-section-end-slogan {
        right: -50px;
    }
}

@media screen and (max-width: 1150px) {


    .packs-line-bottom {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    }

    .drip-title:before {
        top: 57px;
    }

    .home-drip-info {
        flex: 1;
        font-size: 24px;
        line-height: 30px;
    }

    .home-drip-image {
        max-width: 200px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .home-drip-index {
        font-size: 105px;
        left: -65px;
    }

    .home-drip:nth-child(3) .home-drip-image .home-drip-index {
        left: -90px;
    }

    .home-drip-image::after {
        top: -20px;
    }

    .home-drip.home-drip-even .home-drip-image:before {
        left: 0;
    }

    .home-drip.home-drip-even .home-drip-index {
        right: -90px;
        top: -60px;
    }

    .home-drip.home-drip-even .home-drip-title {
        font-size: 90px;
        top: 140px;
        right: 43px;
        left: 0;
    }

    .home-drip-title {
        font-size: 90px;
        top: 220px;
        left: -15px;
    }

    .home-bottom {
        padding-top: 100px;
    }

    .footer-menus {
        width: auto;
    }

    .footer-menu {
        margin-right: 50px;
    }

    .top-section-img {
        max-width: 360px;
    }

    li#menu-item-182 {
        padding-top: 80px;
        min-height: auto;
        margin-bottom: -50px !important;
    }

    li#menu-item-182:before {
        height: 70px;
    }

    li#menu-item-182:after {
        top: 140px;
        height: 50px;
    }

    li#menu-item-182>ul {
        margin-top: 20px;
        padding-left: 35px;
    }

    li#menu-item-182>ul:before {
        width: 25px;
    }

    li#menu-item-181>ul {
        margin-left: 50px;
    }

    li#menu-item-184 {
        /* padding-top: 165px; */
        padding-top: 120px;
        min-height: auto;
    }

    li#menu-item-183 {
        padding-top: 20px;
        margin-left: -50px;
    }

    li#menu-item-184:before {
        height: 160px;
    }

    li#menu-item-184:after {
        height: calc(100vh - 230px);
        top: 230px;
    }

    li#menu-item-185 {
        margin-top: 10px;
        margin-left: 40px;
    }

    li#menu-item-186 {
        margin-left: 60px;
        margin-top: 10px;
    }

    li#menu-item-179 a:after {
        display: none;
    }

    li#menu-item-186:before {
        width: 80px;
    }

    li#menu-item-186:after {
        height: 40px;
    }

    li#menu-item-183:before {
        left: 15px;
        top: -31px;
        height: 50px;
    }

    li#menu-item-183 {
        margin-left: -42px;
    }

    li#menu-item-184>a:after {
        height: 40px;
        bottom: -45px;
    }

    .right-drip-title01 {
        left: 16px;
    }

    .right-drip-title03 {
        left: 32px;
    }

    .right-drip-title05 {
        left: -100px;
    }

    .right-drip-title07 {
        left: -55px;
    }

    .right-drip-title09 {
        left: -110px;
    }
}

@media screen and (max-width: 989px) {


    .footer-socials-icons {
        gap: 12px;
        padding-bottom: 10px;
    }

    .footer-socials-icons .icon a{
        font-size: 2rem;
    }

    .pack-bottom {
        display: flex;
        justify-content: center;
        margin-right: 0;
    }

    .pack-main-packs {
        display: flex;
        justify-content: center;
        margin-right: 0;
    }

    .pack-main-descr p:after {
        content: '';
        width: 10000px;
        background: #DBDBDB;
        height: 0.1px;
        position: absolute;
        bottom: -530px;
        left: -41px;
    }

    .pack-top:before {
        display: none;
    }



    .Four_Drips:nth-last-child(1)::before {
        left: -20%;
    }

    .mobile-logo img {
        display: none;
    }


    .product-info h1,
    .product-info p {
        padding-right: 40px;
    }

    .locations-page-location[style="display: none;"]+.locations-page-location[style="display: block;"]+.locations-page-location[style="display: block;"] .location-book-link:not(.booknow) {
        display: block;
        margin-top: -110px;
    }

    .locations-page-location[style="display: none;"]+.locations-page-location[style="display: none;"]+.locations-page-location[style="display: block;"] .location-book-link:not(.booknow) {
        display: block;
    }

    .locations-page-location:nth-child(7) .location-book-link {
        display: none;
    }

    .locations-page-location[style="display: none;"]+.locations-page-location[style="display: block;"] .location-book-link:not(.booknow) {
        position: absolute;
        top: 25px;
        transform: rotate(39deg);
        right: 30px;
        display: none;
    }

    .location-book-link:not(.booknow) a {
        color: #D9D9D9;
        background: none;
        border: 2px solid currentColor;
        position: relative;
        left: 10px;
        cursor: default;
        top: 3px;
    }

    .middle-way-slogan {
        display: none;
    }

    .home-top-features-bg-text {
        color: #ed1b24;
        bottom: -255px;
        z-index: 10;
        line-height: 40px;
    }

    .press-wrap-wrap {
        margin-top: 200px;
    }

    .top-section-feat-title a:before {
        content: '\f104';
        font-family: fontAwesome;
        padding-right: 18px;
        font-size: 35px;
        position: relative;
        top: 2px;
    }

    .top-section-feat-title a {
        display: block;
        width: 308px;
        text-align: left;
        padding: 0 3px;
    }

    .top-section-feat-title a:after {
        display: none;
    }

    .top-section-feat-text:before {
        content: '';
        position: absolute;
        top: -5px;
        height: 2px;
        background: #222;
        width: 500px;
        left: 17px;
    }

    .menu-type-left .menu-main-menu-visible-container {
        overflow: visible;
        position: relative;
    }

    .single-post .logo img {
        /* display: none; */
    }

    .single-post .logo img+img {
        display: block;
    }

    .single-blog-post-heading {
        flex-direction: column-reverse;
        height: 100%;
    }

    .single-post-meta {
        margin-top: 50px;
    }

    .single-post-img {
        height: 300px;
    }

    .single-blog-post-heading>div {
        flex: none;
    }

    .single-post-title {
        font-size: 18px;
    }

    .single-post-main-text {
        padding: 0 20px;
    }

    .single-post-tags {
        padding: 0 20px;
    }

    .drip-title:before {
        top: 56px;
        left: 0;
        right: 0;
    }

    .home-bottom>div {
        padding-right: 30px;
        width: 100%;
        flex: 100%;
    }

    .home-bottom-info {
        width: 100%;
        flex: 0;
    }

    .home-bottom-title {
        font-size: 30px;
        line-height: 30px;
    }

    .home-bottom-text {
        color: #8e8e8e;
        font-size: 13px;
        max-width: 230px;
        margin-top: 10px;
        margin-bottom: 50px;
        margin-left: 0;
    }

    .home-bottom-slogan {
        background-position: 50% 70% !important;
    }

    .footer-menu {
        width: 100%;
        margin-bottom: 50px;
        margin-right: 0;
        position: relative;
        z-index: 10;
        font-size: 14px;
    }

    .footer-contact {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        margin-bottom: 60px;
    }

    .mobile-footer-info {
        display: block;
        padding: 0 47px;
        color: #707070;
        margin-bottom: 100px;
    }

    .footer-slogan {
        text-align: left;
        transform: rotate(90deg);
        top: 350px;
        transform-origin: top right;
        right: 30px;
        font-size: 50px;
        line-height: 50px;
    }

    footer {
        position: relative;
    }

    .footer-menus li {
        line-height: 28px;
    }

    .home-bottom-slogan {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 230px;
        background-size: 320px !important;
        padding-left: 0;
    }

    .home-bottom-slogan .accent {
        font-size: 54px;
        line-height: 50px;
    }

    footer {
        margin-top: 50px;
    }

    .home-drip-info {
        font-size: 19px;
    }

    .home-drip-odd .home-drip-info {
        text-align: left;
        background: none;
        padding-left: 15px;
        margin-right: 0;
        top: 40px;
    }

    .home-drip-image {
        max-width: 160px;
    }

    .home-drip-index {
        font-size: 80px;
        left: -120px;
        top: -40px;
    }

    .home-drip:nth-child(3) .home-drip-image .home-drip-index {
        left: -140px;
        top: -40px;
    }

    .home-drip:nth-child(3) .home-drip-info {
        margin: 0;
        margin-top: 100px;
        padding-left: 20px;
    }

    .home-drip-link {
        white-space: nowrap;
        width: 10px;
        font-size: 14px;
    }

    .home-drip-odd .home-drip-link a:after {
        content: '\f178';
        font-family: fontAwesome;
        font-size: 16px;
        transform: scaleX(1.5);
        margin-left: 5px;
        display: inline-block;
    }

    .home-drip-title {
        font-size: 74px;
        left: -8px;
        top: 160px;
    }

    .home-bottom-book:after {
        height: 1000px;
    }

    .home-drip-odd .home-drip-link a:before {
        display: none;
    }

    .home-drip.home-drip-even .home-drip-info {
        margin-left: 0;
        text-align: right;
        padding-right: 15px;
    }

    .home-drip.home-drip-even .home-drip-info .home-drip-link:after {
        display: none;
    }

    .home-drip.home-drip-even .home-drip-info .home-drip-link a:before {
        content: '\f177';
        font-family: fontAwesome;
        font-size: 16px;
        transform: scaleX(1.5);
        margin-right: 5px;
        display: inline-block;
    }

    .home-drip.home-drip-even .home-drip-info .home-drip-link {
        left: -199px;
        position: relative;
        float: right;
    }

    .home-drip.home-drip-even .home-drip-info .home-drip-link a:after {
        display: none;
    }

    .home-drip.home-drip-even .home-drip-title {
        font-size: 74px;
        top: 121px;
    }

    .home-drip.home-drip-even .home-drip-index {
        top: -56px;
        right: -110px;
    }

    .home-drip.home-drip-even .home-drip-image:before {
        width: 100%;
    }

    .logo {
        max-width: 189px;
        margin-top: 0;
        margin-left: 18px;
    }

    .visible-menu.menu-type-left {
        top: 26px;
        z-index: 12;
    }

    .visible-menu.menu-type-left ul {
        flex-wrap: wrap;
        width: 1000%;
        max-width: 200vh;
    }

    .home-texts-bgs-wrap {
        left: 82px;
        top: 150px;
    }

    .home-text-bg {
        height: 35px;
        opacity: 0.08;
        width: 300px;
        margin-right: 20px;
    }

    .home-texts-bgs-wrap:before {
        background: #eee;
        height: 15px;
        z-index: 2;
        top: 151px;
        left: -3px;
    }

    .home-top-drip {
        position: relative;
        z-index: 2;
        margin: -40px 20px 0 auto;
    }

    .home-top-drip-end {
        margin-left: auto;
        position: relative;
        left: -7px;
    }

    .visible-menu.menu-type-left ul li.accent {
        right: 345px;
        z-index: 20;
        top: -128px;
    }

    .visible-menu.menu-type-left ul li.accent:before {
        content: 'SUPREMEIV THERAPY';
        position: absolute;
        top: -20px;
        width: 135px;
        font-size: 10px;
        left: 13px;
    }

    .top-section-img {
        max-width: 245px;
        margin: 0 40px 0 0;
    }

    .top-section-label {
        font-size: 60px;
        top: -80px;
        right: 0px;
        width: 70px;
        display: none;
    }

    .top-section .flexed {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .top-section-text {
        width: 100%;
        text-align: left;
        max-width: 100%;
        margin: -10px 0 0 0px;
        color: #000;
        font-size: 50px;
        z-index: 10;
        line-height: 55px;
        padding-left: 20px;
    }

    .top-section-feat-title:before {
        display: none;
    }

    .top-section-end-slogan {
        display: none;
    }

    .top-section-feat {
        width: 100%;
        background: #fff;
        padding-left: 0;
        margin-bottom: 70px;
        margin-left: 30px;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        padding-right: 0;
        padding-left: 21px;
    }

    .top-section-feat-title {
        font-size: 28px;
        background: none;
        margin-left: -20px;
        width: 100%;
        text-align: left;
        display: flex;
    }

    .top-section-feat-text {
        color: #888;
        font-size: 16px;
    }

    .top-section-feat-text {
        padding-bottom: 15px;
        margin-top: -1px;
        position: relative;
        width: 100%;
        padding-left: 10px;
    }

    .ivline:nth-child(1) {
        display: none;
    }

    .ivline {
        font-size: 50px;
        line-height: 40px;
    }

    .top-section {
        padding-bottom: 150px;
        margin-top: 470px;
    }

    .top-section-feats {
        padding-bottom: 110px;
        width: 100%;
        left: 0;
    }

    .top-section-feats:before {
        left: 20px;
        top: -586px;
        height: 1053px;
    }

    .drip-title {
        margin-top: 260px;
        margin-left: 21px;
        margin-bottom: 90px;
        font-size: 51px;
        line-height: 45px;
        padding-top: 32px;
        padding-left: 30px;
    }

    .home-to-drip-end img {
        display: none;
    }

    .home-to-drip-end {
        height: 310px;
        background: url(../../../themes/wptheme/img/mobile-bottom-end.png) 100% 0 no-repeat;
        max-width: 100%;
        background-size: 360px;
        margin-right: 74px;
        position: relative;
        z-index: 2;
    }

    .home-to-drip-end:before {
        content: '';
        position: absolute;
        height: 100%;
        width: calc(100% - 360px);
        background: url(../../../themes/wptheme/img/mobile-bottom-r.png) 50% 90px repeat-x;
        background-size: 55px;
    }

    .full-height-product>div {
        flex-direction: column-reverse;
    }

    .product-left-part {
        max-width: 100%;
    }

    .product-info {
        color: #000;
        font-size: 18px;
        line-height: 22px;
        padding-right: 45px;
        margin-top: 103px;
        height: auto;
        min-height: auto;
        padding-left: 30px;
        border-right: 5px solid #000;
        margin-right: 25px;
        padding-top: 0;
    }

    .product-book-link {
        border: none;
        position: absolute;
        top: 150px;
        padding-left: 0px;
        text-align: left;
    }

    .product-right-img {
        max-width: 285px;
        padding-bottom: 65px;
        margin-right: 27px;
    }

    .full-height-product {
        padding-top: 70px;
    }

    .product-key-list {
        padding-right: 80px;
        padding-top: 70px;
        padding-bottom: 0;
        border-right: 5px solid #000;
        margin-right: 25px;
        margin-bottom: 30px;
    }

    .product-left-part .product-book-link a {
        font-size: 26px;
        padding: 1px 15px;
        margin: 5px;
    }

    .single-product_page .product-title {
        line-height: 110px;
        font-size: 144px;
        top: 0;
        transform: rotate(-90deg) translate(-15%, -100%);
        transform-origin: top right;
    }

    .product-right-img>div+img {
        /* display: none; */
    }

    .product-right-img>div+img+img {
        display: block;
    }

    .product-decor-type-grid {
        left: -90%;
        height: 2px;
        top: 50%;
    }

    .product-decor-type-line {
        left: -90%;
        height: 12px;
        width: 100%;
        top: 50%;
        border-top: 2px solid #E1E1E1;
        background: transparent;
        border-bottom: 2px solid #E1E1E1;
    }

    .product-decor-type-lines {
        transform: none;
        left: -90%;
        height: 12px;
        width: 100%;
        top: 50%;
        border-top: 2px solid #E1E1E1;
        background: transparent;
        border-bottom: 2px solid #E1E1E1;
    }

    .product-decor-type-lines:after {
        content: '';
        position: absolute;
        background: #E1E1E1;
        height: 2px;
        width: 100%;
        top: -14px;
    }

    .mobile-logo {
        display: block;
    }

    .mobile-logo {
        max-width: 140px;
        top: 60px;
    }

    .locations-page-main {
        padding: 50px 0 0 20px;
    }

    .locations-page-top-title h1 {
        font-size: 60px;
        max-width: 400px;
        line-height: 60px;
    }

    .location-top-info-title {
        font-size: 24px;
    }

    .location-top-info:before {
        width: 20px;
        left: -30px;
    }

    .locations-page-locations {
        margin-left: 10px;
        padding-left: 30px;
        max-width: 100%;
    }

    .locations-page-location {
        margin-top: 30px;
        padding-bottom: 10px;
    }

    .location-add-info-label {
        font-size: 14px;
        width: 70px;
        margin-right: 10px;
    }

    .location-add-info-text {
        font-size: 13px;
    }

    .location-book-link a {
        font-size: 15px;
        padding: 4px 7px;
    }

    .location-book-link {
        transform: rotate(90deg) translate(100%, 0px);
        position: absolute;
        right: 0;
        transform-origin: right top;
    }

    .locations-aside {
        right: inherit;
        top: inherit;
        bottom: 0%;
        font-size: 100px;
        left: 0;
        width: 46px;
        height: 152px;
        bottom: -120px;
    }

    .locations-page-location:last-child:before {
        left: -32px;
        top: 14px;
    }

    .location-top-info {
        margin-bottom: 30px;
    }

    .location-add-info+.location-add-info {
        margin-top: 10px;
    }

    .location-add-info {
        margin-left: -10px;
    }

    .location-page-bottom-inner {
        margin-right: 0;
        margin-left: 60px;
    }

    .locations-page-bottom-block-text {
        font-size: 14px;
    }

    .locations-page-bottom-block {
        padding-top: 40px;
        top: 30px;
        padding-bottom: 30px;
        margin-bottom: 100px;
    }

    .locations-page-bottom-block-slogan {
        left: 0px;
        font-size: 50px;
    }

    .home-return.home-return-right {
        margin-left: 20px;
    }

    .where-to-page-top>div.where-to-top-img {
        position: static;
        width: 100%;
        padding: 0;
    }

    .where-to-page-top {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .where-to-page-top>div {
        top: -40px;
        left: 0;
        padding: 0 15px;
    }

    .where-to-top-subtitle {
        font-size: 28px;
        margin-top: 40px;
    }

    .where-to-top-text {
        font-size: 16px;
        padding-right: 0;
        margin-top: -5px;
    }

    .press-title-sm {
        width: 100vw;
    }

    .where-to-top-link a {
        font-size: 20px;
    }

    .where-to-address {
        margin-top: 50px;
        padding: 30px 10px;
    }

    .where-to-address h2 {
        font-size: 23px;
    }

    .where-to-address p {
        font-size: 18px;
        line-height: 30px;
        margin-left: 0;
    }

    .where-to-bottom h2 {
        padding: 15px;
        font-size: 21px;
        font-weight: 400;
    }

    .where-to-bottom-link {
        padding: 15px;
    }

    .where-to-bottom-link a {
        font-size: 16px;
    }

    .where-to-bottom-link a:after {
        top: 9px;
    }

    .where-to-bottom .home-return {
        margin: 10px 0 0 15px;
        padding-bottom: 50px;
    }

    .packages-page-top {
        display: flex;
        flex-direction: column-reverse;
    }

    .packages-page-top-img {
        position: static;
        margin-top: 20px;
        right: 0;
        max-width: 100%;
    }

    .packages-top-info {
        position: relative;
        top: -160px;
        margin-bottom: -180px;
    }

    .pack-main-title h2 {
        border-bottom-width: 2px;
    }

    .packages-page-top-title {
        margin-left: 40px;
        margin-top: 110px;
    }

    .packages-page-top-text {
        max-width: 100%;
        padding: 20px;
        font-size: 18px;
        margin: 0;
    }

    .packages-page-top-title h1 {
        font-size: 90px;
        line-height: 90px;
    }

    .pack-main-packs {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }

    .pack-main-descr {
        padding: 30px 0px;
        position: relative;
        z-index: 122;
    }

    .pack-main-descr:before {
        display: none;
    }

    .pack-main-descr:after {
        display: none;
    }

    .packs-bottom-img {
        max-width: 270px;
    }

    .packs-bottom:before {
        width: 50px;
        top: -40px;
    }

    .packs-bottom-slogan {
        font-size: 20px;
        line-height: 50px;
        letter-spacing: 3px;
        right: 5px;
        margin-right: -35px;
    }

    .pack-main-packs:before {
        display: none;
    }

    .packs-bottom+.home-return {
        margin-bottom: 0;
    }

    .left-logo2+.packs-bottom:after {
        right: 0;
    }

    .left-logo2 {
        font-size: 70px;
        right: 7px;
    }

    .pack-main-packs {
        margin-top: -100px;
    }

    .pack-top .pack-inner:before {
        display: none;
    }

    .logo.logo-type-darkLine:after {
        height: 5.4px;
        top: calc(50% - -20.1px);
    }

    .logo.logo-type-darkLine+.hamb-menu {
        top: 20px;
    }

    .top-image {
        display: none;
    }

    .mobile-img {
        display: block;
        position: relative;
    }

    .mobile-img:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.25);
        width: 100%;
        height: 100%;
    }

    .how-works-title {
        position: absolute;
        bottom: 0;
        color: #fff;
        margin: 0;
        left: 45px;
        bottom: 10px;
    }

    .how-works-title h1 {
        font-size: 107px;
    }

    .how-works-top-part {
        position: relative;
        z-index: 2;
        margin-top: -115px;
    }

    .how-works-steps {
        background-size: 180px;
        background-position: -30px -40px;
        margin-top: -80px;
    }

    .where-to-top-title h1 {
        margin-left: 2rem;
    }

    .step-index {
        font-size: 70px;
        top: -40px;
        left: -40px;
        width: 125px;
    }

    .single-step {
        font-size: 25px;
        min-height: auto;
    }

    .how-works-steps+.home-return.home-return-right {
        margin-right: 10px;
        margin-left: auto;
    }

    .bottom-slogan {
        font-size: 50px;
        line-height: 50px;
        left: 10px;
        bottom: 100px;
    }

    .single-step-wrap {
        right: 20px !important;
    }

    .how-works-steps-inner {
        top: 170px;
    }

    .step-final-link {
        padding-right: 0;
        margin-top: 210px;
        position: relative;
        margin-right: 10px;
        padding-bottom: 210px;
        transform: none;
        top: 0;
    }

    .simple-page-inner {
        /* margin-right: 20px; */
        padding-left: 60px;
        margin-top: 70px;
    }

    h1.simple-page-heading {
        font-size: 60px;
        line-height: 44px;
        top: 5px;
    }

    .simple-page-text {
        font-size: 18px;
    }

    .team-page-top:after {
        display: none;
    }

    .team-page-top-title h1 {
        text-align: left;
        max-width: 150px;
        font-size: 62px;
        line-height: 60px;
        margin-right: 60px;
    }

    .team-page-top-title {
        text-align: right;
    }

    .team-page-top:before {
        width: 100px;
        right: 0;
        left: inherit;
        top: 50px;
        width: 45px;
    }

    .team-page-top-text {
        text-align: right;
        padding-right: 31px;
        font-size: 12px;
        margin-top: 10px;
        letter-spacing: 4px;
    }

    .team-page-top {
        margin-top: 20px;
        padding-bottom: 80px;
    }

    .team-member {
        flex-direction: column-reverse;
    }

    .team-member-img {
        max-width: 200px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .team-member-info {
        z-index: 2;
        margin-left: 170px;
        margin-top: 20px;
    }

    .team-member-name {
        font-size: 30px;
        max-width: 160px;
        line-height: 30px;
    }

    .team-member-role {
        font-size: 18px;
        margin: 0;
        line-height: 20px;
        margin-top: 20px;
        min-height: 40px;
    }

    .team-member-text {
        margin-left: -135px;
        margin-top: 100px;
        font-size: 12px;
        line-height: 18px;
        margin-right: 30px;
        padding-right: 20px;
    }

    .team-member:nth-child(2n+2) {
        flex-direction: column-reverse;
        padding: 0;
    }

    .team-member:nth-child(2n+2) .team-member-info {
        margin-left: 55px;
        margin-right: 60px;
    }

    .team-member-text:before {
        content: '';
        position: absolute;
        width: 25px;
        right: 0px;
        height: 1px;
        background: #dbdbdb;
        top: 10px;
    }

    .team-member-text:after {
        content: '';
        position: absolute;
        width: 30px;
        right: -30px;
        height: 1px;
        background: #dbdbdb;
        bottom: 0;
    }

    .team-member-text p:first-child:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 43px;
        background: #dbdbdb;
        left: -25px;
        top: -33px;
    }

    .team-member-text p:first-child:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 1px;
        background: #dbdbdb;
        left: -25px;
        top: 10px;
    }

    .team-member:nth-child(2n+2) .team-member-text:after {
        display: none;
    }

    .team-member:nth-child(2n+2) .team-member-info:after {
        display: none;
    }

    .team-member:nth-child(2n+2) .team-member-info:before {
        display: none;
    }

    .team-member:nth-child(2n+1) .team-member-info:after {
        display: none;
    }

    .team-member:nth-child(2n+1):before {
        display: none;
    }

    .freesp+.freesp+.freesp {
        height: 3px;
    }

    .locations-page-location {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .home-top-features-inner:after {
        bottom: 70px;
        width: 40px;
        left: -62px;
    }

    .top-section-feat-title a:before {
        display: none;
    }

    .top-section-feat-text:before {
        width: 20px;
        left: -30px;
        top: -32px;
        height: 1.2px;
    }

    .home-top-feature {
        padding-bottom: 44px;
        padding-top: 1px;
        position: relative;
    }

    .product-left-part .product-book-link a {
        background: #fff;
        position: relative;
    }

    .product-left-part .product-book-link a span.booklabel {
        display: none;
    }

    .product-left-part .product-book-link a span.booklabellabel {
        background: #000;
        padding: 5px 5px 5px 10px;
    }

    .product-left-part .product-book-link a span.bookprice {
        color: #000;
        transform: rotate(90deg);
        display: inline-block;
        position: absolute;
        top: 2px;
        right: -3px;
        font-size: 15px;
        transform-origin: bottom;
        width: 28px;
    }

    .product-book-link span {
        display: block;
    }

    .product-left-part .product-book-link a:after {
        position: absolute;
        content: '';
        width: 10px;
        height: 1px;
        background: #000;
        top: 10px;
        right: 9px;
    }

    .product-book-link span:first-child:before {
        display: none;
    }


    .right-drip-title01 {
        left: 9px;
    }

    .right-drip-title03 {
        left: 25px;
    }

    .right-drip-title05 {
        left: -85px;
    }

    .right-drip-title07 {
        left: -50px;
    }

    .right-drip-title09 {
        left: -90px;
    }
}

@media screen and (max-width: 770px) {

    .footer-contact {
        padding-top: 0px;
    }


    .socials-icons {
        position: absolute;
        left: 5%;
        bottom: 2%;
        gap: 9px;
        flex-direction: column;
        align-items: flex-start;
        display: flex;
    }

    .socials-icons .icon a {
        font-size: 2.1rem;
    }

    .simple-page-inner {
        margin-top: 150px;
        padding-right: 50px;
    }

    
    .simple-page-inner {
        /* margin-right: 20px; */
        padding-left: 55px;
        margin-top: 70px;
    }

    .pack-main-descr p:after {
        content: '';
        width: 10000px;
        background: #DBDBDB;
        height: 0.1px;
        position: absolute;
        bottom: -524px;
        left: -41px;
    }

    .packs-line-bottom:before {
        display: none;
    }

    .Four_Drips:before {
        content: '';
        width: 10000px;
        background: #DBDBDB;
        height: 0.1px;
        position: absolute;
        bottom: 10px;
        left: -50px;
        bottom: -15px;
    }


    .how-works-steps-inner:before {
        display: none;
    }

    .press-learn-more {
        display: block;
        position: relative;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        text-align: center;
    }

    .press-learn-more-inner:after {
        position: absolute;
        width: 33%;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        border-left: 1px solid #333;
        border-right: 1px solid #333;
        height: 100%;
        min-width: 150px;
    }

    .press-learn-more-inner:before {
        content: '';
        position: absolute;
        top: 50%;
        height: 1px;
        width: 100%;
        background: #333;
        left: 0;
    }

    .press-learn-more-inner {
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .press-learn-more-inner a {
        background: url(../../../themes/wptheme/img/press-more.jpg) 50% 0 no-repeat;
        background-size: 40px;
        padding-top: 30px;
        color: #000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 70px;
        position: relative;
        z-index: 1;
    }

    .team-member:nth-child(2n+2) .team-member-info>div:first-child,
    .team-member:nth-child(2n+2) .team-member-info>div:first-child+div {
        margin-left: 105px;
    }

    .single-product_page .mobile-logo {
        top: -10px;
    }

    .home-text-bg-bottom h1 span {
        display: none;
    }

    .team-member-text p:first-child+p:before {
        content: '';
        position: absolute;
        width: 1px;
        height: calc(100% - 10px);
        background: #dbdbdb;
        top: 10px;
        right: 0px;
    }

    .team-member:nth-child(2n+2) .team-member-text {
        margin-top: 90px;
        padding-left: 0;
    }

    .team-member:nth-child(2n+2) .team-member-text:after {
        content: '';
        width: 1000px;
        height: 1px;
        background: #dbdbdb;
        position: absolute;
        bottom: 0;
        display: block;
        left: -810px;
        margin-top: 25px;
    }

    .full-height-product>div+div {
        padding-top: 15px;
    }

    .location-book-link.booknow a {
        padding: 5px 5px;
        font-size: 20px;
    }

    .bottom-slogan img {
        max-width: 250px;
    }

    .step-final-link {
        padding-top: 40px;
    }

    .pack-main-title {
        text-align: right;
        font-size: 49px;
    }

    .pack-main-descr p:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 10px;
        background: #DBDBDB;
        bottom: 16px;
        left: 75px;
    }

    .packs-line-bottom {
        margin-top: -30px;
    }

    .pack-top .pack-inner:after {
        bottom: -100px;
    }

    .packs-line-bottom {
        position: relative;
    }

    .packs-line-bottom:before {
        content: '';
        position: absolute;
        top: 100px;
        height: 1px;
        width: 50%;
        background: #DBDBDB;
        left: 50%;
        transform: translateX(-50%);
    }

    .home-top-features-inner:before {
        content: '';
        left: -12px;
        width: 1px;
        height: 50px;
        background: #000;
        position: absolute;
        top: 233px;
        opacity: 0;
    }

    .lounge-loc-filter {
        margin-left: 30px;
    }

    .lounge-loc-filter div div {
        width: 100%;
        margin-bottom: 10px;
    }

    .single-post-main-text img {
        float: none !important;
        margin: 0 auto 20px;
        padding: 0;
    }

    .popup-menu-inner .menu ul:before,
    .popup-menu-inner .menu li a:after,
    .popup-menu-inner .menu li:after,
    .popup-menu-inner .menu li:before {
        display: none !important;
    }

    .single-home-press-item {
        margin: 0 10px;
    }

    .popup-menu-inner .menu li,
    .popup-menu-inner .menu ul {
        margin: 0 !important;
        padding: 0 !important;
        text-align: left;
    }

    .popup-menu-inner .menu {
        display: block;
        margin-top: 80px;
        height: 90vh;
        overflow: auto;
        padding-bottom: 100px;
        width: 260px;
        text-align: left;
        border-top: 3px solid #fff;
    }

    .popup-menu-inner .menu a {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    .popup-menu-inner .menu a:before {
        content: '';
        width: 10px;
        height: 4px;
        background: #fff;
        margin-left: 10px;
        display: none;
    }

    li#menu-item-182>a:before {
        width: 45px;
    }

    li#menu-item-181>a:before {
        width: 85px;
    }

    li#menu-item-186 a:before {
        width: 150px;
    }

    li#menu-item-179 a:before {
        width: 85px;
    }

    li#menu-item-183 a:before {
        width: 170px;
    }

    li#menu-item-185>a:before {
        width: 50px;
    }

    .popup-menu-inner .menu a {
        margin: 40px 0;
    }

    .popup-menu-inner .menu li a {
        font-size: 28px;
        display: block;
        margin: 10px 0;
    }

    .packs-line-bottom .pack-inner .pack-img {
        max-width: 170px;
    }

    .pack-inner .pack-img {
        max-width: 170px;
    }

    .packs-line-bottom .pack-inner .pack-text {
        max-width: 150px;
    }

    .pack-main-packs {
        margin: 0;
    }

    .pack-inner:before {
        top: -10px;
    }

    .left-logo2 {
        top: 70px;
    }

    .team-members+.home-return {
        margin-bottom: 0;
    }

    li#menu-item-184 {
        text-align: left;
    }

    li#menu-item-182 {
        margin-bottom: -15px !important;
    }

    li#menu-item-186 a:after {
        content: ' It Works';
        display: inline-block !important;
        padding-left: 10px;
    }

    .visible-menu.menu-type-top ul.menu {
        display: block;
        right: 20px;
        text-align: center;
    }

    .visible-menu.menu-type-top .menu-main-menu-visible-container {
        overflow: visible;
    }

    .visible-menu.menu-type-top ul.menu li {
        margin: 10px 0;
    }

    .press-heading {
        margin-bottom: 50px;
        padding: 0 10px;
    }

    .single-press-item {
        padding: 0 20px;
    }

    .press-wrap+.home-return {
        margin-bottom: 0;
    }

    ul#menu-products-menu {
        display: none;
    }

    li#menu-item-252 {
        left: 0;
        right: inherit;
        display: block;
        border-top: 3px solid #fff;
        top: 35px;
        overflow: visible;
    }

    li#menu-item-252 ul li {
        display: flex;
        justify-content: flex-start;
    }

    li#menu-item-252 a {
        margin: 5px 0;
        font-size: 28px;
    }

    li#menu-item-252:before {
        content: 'IV Drips';
        position: absolute;
        color: #6d6d6d;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        width: 205px;
        left: 0;
        display: block !important;
        top: -30px;
        background: none;
        height: auto;
    }

    .single-product_page .visible-menu.menu-type-top ul.menu {
        width: 100%;
        right: 0;
        display: flex;
        top: 10px;
        left: 15px;
        flex-wrap: wrap;
        line-height: 23px;
    }

    .single-product_page .visible-menu.menu-type-top ul.menu li {
        margin: 0 10px;
    }

    .home-top-features-wrap {
        max-width: 650px;
    }

    .press-wrap-wrap {
        margin-left: -80px;
    }

    .home-top-features-wrap {
        margin-left: -50px;
    }

    .home-top-features-inner:after {
        left: -12px;
        width: 10px;
        bottom: 73px;
        display: none;
    }

    .home-top-feature-title {
        font-size: 26px;
    }

    .home-top-features {
        width: 367px;
        padding-top: 10px;
    }

    .home-top-feature-text {
        padding: 0;
        max-width: 180px;
        font-size: 12px;
    }

    .top-section-feats:before {
        left: 20px;
        top: -556px;
        height: 1023px;
    }

    .step-final-link a {
        font-size: 24px;
    }

    .home-top-features-bg-text {
        color: #F3E521;
        bottom: -305px;
        z-index: 10;
        line-height: 40px;
        width: 100vw;
        left: -60px;
        font-size: 0;
    }

    .home-top-features-bg-text img {
        display: block;
        max-width: 260px;
        margin-left: auto;
    }

    li#menu-item-252>ul:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 100%;
        background: #fff;
        left: -30px;
        top: 10px;
    }

    .team-page-top-title h1 {
        font-size: 80px;
        max-width: 230px;
        line-height: 100px;
    }

    .home-top-feature:last-child .home-top-feature-title:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 1px;
        background: #000;
        display: block;
        left: -12px;
        top: 29px;
    }

    .home-top-feature:last-child .home-top-feature-title:after {
        content: '';
        position: absolute;
        background: #000;
        height: 30px;
        width: 1px;
        left: -12px;
        top: 29px;
    }

    .home-text-bg-bottom h1 {
        font-size: 21px;
    }

    .location-more-info span:before {
        top: -13px;
        left: 30px;
        font-size: 24px;
    }

    .location-more-info {
        font-size: 15px;
    }

    .press-top-decor h1{
        font-size: 140px;
        line-height: 110px;
    }

    .press-top-decor:before {
        height: 18px;
        top: calc(50% - 9px);
    }

    .press-heading {
        font-size: 31px;
    }

    .press-top-decor {
        margin-bottom: 60px;
        margin-left: 2.5rem;
    }

    .page-id-205 .single-press-item {
        margin: 0 auto 50px;
        padding: 0;
        max-width: 95%;
    }

    .page-id-205 .single-press-item>div {
        padding: 20px 50px;
        height: auto;
        margin: 0;
    }

    .page-id-205 .single-press-item>div.single-press-text {
        padding: 20px 50px;
        background: #eee;
        font-size: 16px;
        line-height: 22px;
    }

    .how-works-steps-inner:after {
        display: none;
    }

    .step-index img {
        height: auto;
    }
}

@media screen and (max-width: 475px) {

    
    .socials-icons .icon a {
        color: white;
        font-size: 2rem;
    }

    
    .footer-socials-icons .icon a{
        font-size: 1.7rem;
    }

    .simple-page-inner {
        /* margin-right: 20px; */
        padding-left: 50px;
        margin-top: 70px;
    }

    h1.simple-page-heading {
        left: 88%;
    }

    .product-info h1 {
        margin-left: 0%;
    }

    .product-info p {
        margin-left: 0%;
    }

    .pack-text {
        min-width: 75%;
    }

    .Four_Drips:before {
        display: none;
    }

    .pack-main-descr p:after {
        display: none;
    }


    .packs-line-bottom {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
    }

    .mobile-logo {
        max-width: 100px;
        top: 20px;
    }

    .home-text-bg-bottom h1 {
        font-size: 16px;
    }

    .product-book-link {
        top: 465px;
        padding: 0;
        z-index: 2;
    }

    .pack-main-title {
        font-size: 30px;
        margin: 0 10px;
    }

    .pack-main-descr {
        margin: 0 10px;
    }

    .packages-page-top-title h1 {
        font-size: 60px;
    }

    .home-top-feature-title {
        font-size: 22px;
        margin-left: -12px;
    }

    .home-top-features {
        width: 329px;
    }

    .home-top-feature-text {
        max-width: 160px;
        position: relative;
        left: -10px;
    }

    .location-add-info-text {
        min-width: 270px;
    }

    .location-top-info-title {
        font-size: 21px;
    }
}



/* 
.packs-line-bottom {
    display:grid;
    grid-template-columns: repeat(4,1fr);
} */