/*
Theme Name: Start
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the KofeLatte team
Author URI: http://KofeLatte.com.ua/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: start
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.paralax-container ::selection {
  color: #63698D;
  background: #F5F5F5; }

::selection {
  color: #63698D;
  background: #F5F5F5; }

.markup .btn {
  margin-bottom: 12px; }

.markup-colors div {
  height: 100px;
  width: 250px;
  margin-top: 24px; }

.markup-colors .brand-primary {
  background-color: #000000; }

.markup-colors .brand-secondary {
  background-color: #575756; }

.markup-colors .grey {
  background-color: #F5F5F5; }

.markup-colors .blue {
  background-color: #63698D; }

.font-weight-light {
  font-weight: 200; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-bold {
  font-weight: 900; }

/*7-8*/
h1,
.title_1,
h2,
.title_2,
h3,
.title_3,
h4,
.title_4,
h5,
.title_5,
h6,
.title_6 {
  font-family: "Broadway lt", sans-serif !important;
  color: #575756;
  margin-bottom: 0.5em;
  line-height: 1.3; }

h1,
.title_1 {
  font-size: 56px; }

h2,
.title_2 {
  font-size: 50px; }

h3,
.title_3 {
  font-size: 42px; }

h4,
.title_4 {
  font-size: 36px; }

h5,
.title_5 {
  font-size: 28px; }

h6,
.title_6 {
  font-size: 22px; }

.btn {
  display: inline-block;
  padding: 21px 48px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 60px;
  border: none;
  position: relative;
  transition-delay: 0.1s;
  overflow: hidden; }
  .btn:hover:not(.btn-link), .btn:focus {
    animation: pulse 1s;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0); }

.btn-primary {
  color: #fff;
  background-color: #000000; }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #575756; }

.btn-secondary {
  color: #fff;
  background-color: #575756; }
  .btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    background-color: #000000; }

.btn-success {
  color: #575756;
  background-color: #fff; }
  .btn-success:hover, .btn-success:focus {
    color: #fff;
    background-color: #575756; }

.btn-link {
  color: #F5F5F5;
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  font-size: 12px; }
  .btn-link:hover {
    color: #000000;
    text-decoration: none; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    color: #595959;
    cursor: pointer; }
    input[type="checkbox"] + label:hover,
    input[type="radio"] + label:hover {
      color: #F5F5F5; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      content: '';
      padding: 9px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 19px;
      width: 16px;
      height: 16px;
      background-color: #ffffff;
      border: 1px solid #ededed;
      border-radius: 2px; }

input[type=radio] + label:before {
  border-radius: 50%; }

input[type=radio]:checked + label:before {
  border-radius: 50%;
  background: url(assets/img/radio.png) center no-repeat;
  background-size: contain;
  border: 1px solid transparent; }

input:checked + label {
  color: #F5F5F5; }
  input:checked + label:before {
    content: '';
    background: url(assets/img/checkbox.png) center no-repeat;
    background-size: contain;
    border: 1px solid transparent; }

.scroll {
  max-height: 200px;
  /* IE */
  scrollbar-face-color: #000000;
  scrollbar-shadow-color: #F5F5F5;
  scrollbar-highlight-color: #F5F5F5;
  /* FireFox */
  scrollbar-color: #000000 #F5F5F5;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px; }
  .scroll::-webkit-scrollbar {
    width: 6px; }
  .scroll::-webkit-scrollbar-thumb {
    background-color: #000000;
    background-clip: padding-box;
    border: 0px solid #F5F5F5; }
    .scroll::-webkit-scrollbar-thumb:hover {
      background-color: #575756;
      cursor: pointer; }
  .scroll::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    cursor: pointer; }
  .scroll ::-webkit-scrollbar-button {
    background-color: transparent; }

@media screen and (max-width: 767px) {
  .btn {
    font-size: 16px; } }

.logo {
  max-width: 200px;
  display: flex;
  margin: 0 auto; }

header {
  z-index: 1; }

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0; }

.fixed-menu__nav {
  width: 320px;
  transform: translateX(-320px);
  transition: .3s;
  position: absolute;
  top: 0;
  left: -15px;
  background: #fff;
  border-right: 1px solid #d8d8d8;
  padding: 15px 15px 15px 75px;
  height: 100vh;
  z-index: 1; }
  .fixed-menu__nav.show {
    transform: translateX(0); }
  .fixed-menu__nav nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px; }
    .fixed-menu__nav nav a.active {
      text-decoration: none;
      color: #832721; }
    .fixed-menu__nav nav a:hover {
      text-decoration: underline; }
  .fixed-menu__nav .language a {
    font-size: 24px; }
    .fixed-menu__nav .language a img {
      width: 32px;
      margin-right: 12px; }

.burger,
.close {
  width: 96px;
  height: 100vh;
  display: flex;
  border: none;
  background: url(assets/img/menu.svg) center no-repeat #fff;
  background-size: 60px; }
  .burger:hover,
  .close:hover {
    opacity: .8; }

.burger {
  border-right: 1px solid #ececec; }

.close {
  background: url(assets/img/close.svg) center no-repeat;
  background-size: 35px;
  margin-left: auto;
  height: 81px; }

.fixed-menu__nav a {
  font-size: 36px;
  color: #000000;
  text-decoration: none; }
  .fixed-menu__nav a:hover {
    text-decoration: underline; }

.fixed-libk-box {
  display: flex;
  position: fixed;
  align-items: center;
  top: 0;
  right: 0;
  width: 96px;
  height: 100vh;
  border-left: 1px solid #ececec;
  background-color: #fff; }

.fixed-link {
  font-size: 17px;
  font-weight: 900;
  text-decoration: underline;
  color: #832721;
  white-space: nowrap;
  position: relative;
  right: 15px; }
  .fixed-link:hover {
    color: #000000;
    text-decoration: none;
    opacity: .8; }

/*=== BEGIN BASIC styles ===*/
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 0 110px;
  background-color: #fff;
  color: #575756;
  font-family: "F25 executive", sans-serif;
  overflow-x: hidden; }

/*=== END BASIC styles ===*/
h1.page-title {
  padding-top: 0.8em;
  line-height: 1.2em;
  text-align: center;
  font-family: "Broadway lt", sans-serif !important;
  font-size: 72px; }

.markup-link {
  position: fixed;
  z-index: 2;
  left: 15px;
  bottom: 15px;
  padding: 5px;
  background-color: #83272180;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 900; }
  .markup-link:hover {
    background-color: #832721;
    color: #fff; }

.wrap_page.page-superfood {
  padding-bottom: 60px; }
  .wrap_page.page-superfood .section .row {
    margin-bottom: 48px;
    padding: 36px 20px;
    background-color: #83272126;
    border-radius: 20px; }

.ml-auto {
  margin-left: auto; }

img {
  height: auto; }
  img.alignleft, img.alignright {
    max-width: 49%; }
  img.alignleft {
    float: left;
    margin: 24px 30px; }
  img.alignright {
    float: right;
    margin: 24px 30px; }
  img.aligncenter {
    display: block;
    max-width: 100%;
    margin: 24px auto; }

.steps .col-md-6 {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  position: relative; }
  .steps .col-md-6 .price {
    z-index: 1;
    position: absolute;
    right: 12px;
    top: 150px;
    width: 100px;
    padding: 5px;
    background: #ffffff;
    border: 3px solid #eddfde;
    border-radius: 6px 12px 6px 6px;
    color: #575756;
    text-align: center;
    font-family: ui-monospace;
    font-weight: 900;
    font-size: 18px; }
  .steps .col-md-6:first-child ul {
    background: #eddfde; }
  .steps .col-md-6 > ul {
    position: relative;
    height: 100%;
    padding: 48px 30px 12px;
    border: 3px solid #eddfde;
    border-radius: 12px; }
    .steps .col-md-6 > ul > li {
      display: flex;
      flex-direction: column;
      max-width: 300px;
      margin-bottom: 5px;
      padding: 0 15px 15px 0;
      padding-bottom: 0;
      color: #832721;
      letter-spacing: 1px;
      line-height: 24px;
      text-align: left;
      text-transform: none;
      list-style: none;
      font-family: "Sensations and qualities", "sans-serif";
      font-size: 38px; }
      .steps .col-md-6 > ul > li ul {
        margin-bottom: 20px;
        margin-top: 8px;
        padding-left: 0; }
      .steps .col-md-6 > ul > li li {
        color: #575756;
        font-family: "F25 executive", sans-serif;
        list-style: none;
        font-size: 20px; }
  .steps .col-md-6 > span {
    position: absolute;
    right: 0;
    top: 0;
    display: flex; }

.steps small {
  font-family: "F25 executive", sans-serif;
  font-size: 12px; }

.build-your-own .section.our-food {
  margin: 60px auto 0; }

.section.steps {
  margin: 90px 0 90px !important; }
  .section.steps .section-title {
    margin: 0 auto 0; }

a {
  color: #832721; }
  a:hover {
    color: #832721;
    text-decoration: none; }

.home .title_1 {
  color: #832721;
  font-size: 70px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 60px auto;
  font-family: 'Sensations and qualities', sans-serif !important; }

.first-screen {
  text-align: center; }

.first-screen .slick-list {
  max-height: calc(100vh - 400px); }

.title_1 {
  text-align: center; }

.first-screen {
  text-align: center;
  /* ==== Main CSS === */
  /* ==== Slider Style === */
  /* ==== Slick Slider Css Ruls === */ }
  .first-screen .title_1 {
    color: #000000; }
  .first-screen .img-fill {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center; }
  .first-screen *,
  .first-screen *:before,
  .first-screen *:after {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .first-screen .Grid1k {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px; }
  .first-screen .blocks-box,
  .first-screen .slick-slider {
    margin: 0;
    padding: 0 !important; }
  .first-screen .slick-slide {
    float: left;
    padding: 0; }
  .first-screen .Modern-Slider .item .img-fill {
    background: #000; }
  .first-screen .Modern-Slider .NextArrow {
    position: absolute;
    z-index: 5;
    right: 0px;
    top: 50%;
    margin-top: -22.5px;
    background-color: transparent;
    border: 0 none; }
    .first-screen .Modern-Slider .NextArrow:hover {
      opacity: 0.8; }
  .first-screen .Modern-Slider .NextArrow:before {
    display: flex;
    width: 60px;
    height: 60px;
    background: url(assets/img/next.png) center no-repeat;
    content: ""; }
  .first-screen .Modern-Slider .PrevArrow {
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 50%;
    margin-top: -22.5px;
    background-color: transparent;
    border: 0 none; }
    .first-screen .Modern-Slider .PrevArrow:hover {
      opacity: 0.8; }
  .first-screen .Modern-Slider .PrevArrow:before {
    display: flex;
    width: 60px;
    height: 60px;
    background: url(assets/img/prev.png) center no-repeat;
    content: ""; }
  .first-screen .slick-slider {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
  .first-screen .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0; }
  .first-screen .slick-slider .slick-track,
  .first-screen .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .first-screen .slick-track {
    position: relative;
    left: 0;
    top: 0; }
  .first-screen .slick-track:before,
  .first-screen .slick-track:after {
    display: table; }
  .first-screen .slick-slide {
    float: left;
    height: 100%; }
  .first-screen .slick-vertical .slick-slide {
    display: block;
    height: auto; }

.steps h2 {
  font-family: 'Sensations and qualities', sans-serif !important; }

.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 90px 0 40px;
  align-items: flex-start; }
  .section .section-title {
    margin: 0 auto 36px;
    text-align: center;
    font-size: 50px;
    font-family: "Broadway lt", sans-serif; }
  .section .section-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    font-family: "F25 executive", sans-serif; }

[class^="btn-"] {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid currentColor; }

.btn-6 {
  padding: 10px 20px;
  background-color: transparent;
  border-radius: 4px;
  color: #832721;
  text-decoration: none;
  transition: 0.1s;
  font-family: 'F25 executive', sans-serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px; }
  .btn-6:hover {
    transform: rotate(2deg); }
  .btn-6:nth-child(odd):hover {
    transform: rotate(-2deg); }

li:nth-child(odd) .btn-6:hover {
  transform: rotate(2deg); }

li.active .btn-6 {
  color: #fff;
  background-color: #832721; }

.btn-6 span {
  position: absolute;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #832721;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out; }

.btn-6:hover {
  color: #ffffff; }

.btn-6:hover span {
  width: 225%;
  height: 562.5px; }

.btn-6:active {
  background-color: #832721; }

.category-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 18px; }
  .category-menu li {
    margin: 7px;
    list-style: none; }

.build-own a {
  overflow: hidden;
  display: flex;
  margin-bottom: 24px;
  transition: 0.3s; }
  .build-own a img {
    transition: 0.3s; }

.our-coffee {
  text-align: center; }
  .our-coffee .fancybox {
    position: relative;
    display: flex;
    transition: 0.4s; }
    .our-coffee .fancybox::after {
      position: absolute;
      left: calc(50% - 37px);
      top: calc(50% - 37px);
      width: 75px;
      height: 75px;
      background: url(assets/img/youtube.png) center no-repeat;
      background-size: 75px;
      content: "";
      transition: 0.4s; }
    .our-coffee .fancybox:hover::after {
      position: absolute;
      left: calc(50% - 50px);
      top: calc(50% - 50px);
      width: 100px;
      height: 100px;
      background: url(assets/img/youtube.png);
      background-size: 100px;
      content: "";
      opacity: 0.8; }

.img-decor {
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 18vw;
  opacity: .6; }

.form-row {
  display: flex;
  justify-content: center;
  width: 100%; }

.form .img-box {
  padding: 45px;
  opacity: .6; }

.form form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  margin: 0 auto; }

.form span {
  width: 100%; }

.form input {
  width: 100%;
  margin-top: 24px;
  padding: 5px 12px;
  outline: none; }

.form textarea {
  width: 100%;
  margin-top: 24px;
  padding: 5px 12px;
  outline: none; }

.form [type="submit"] {
  padding: 15px 30px;
  background-color: transparent;
  border-radius: 4px;
  color: #832721;
  text-decoration: none;
  transition: 0.1s;
  text-transform: capitalize; }

.wpcf7-not-valid-tip,
.error-txt,
.error {
  display: block;
  color: #af0a48;
  font-size: 85%; }

.page-superfood h6 {
  font-family: "F25 executive", sans-serif !important; }

.page-superfood ul {
  margin-bottom: 3em; }

.superfoods .section-content {
  margin-bottom: 24px; }

table {
  width: 100%;
  text-align: right;
  max-width: 700px;
  margin: 0 auto 120px; }
  table tr td {
    padding: 6px 5px;
    vertical-align: top; }
    table tr td:first-child {
      text-align: left; }

footer {
  padding: 72px 0 48px;
  margin: 0 -15px;
  border-top: 1px solid #ececec; }
  footer p {
    font-weight: 900;
    margin-bottom: 12px; }
  footer .logo {
    padding: 15px; }

.cwt {
  font-size: 20px;
  text-align: center;
  margin-top: 36px; }

.socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center; }
  .socials p {
    font-size: 20px;
    width: 100%; }

.socials-item {
  background: #575756;
  height: 45px;
  width: 45px;
  display: flex;
  padding: 10px;
  border-radius: 50%;
  margin-left: 15px; }
  .socials-item:nth-child(2) {
    margin-left: 0; }
  .socials-item:hover {
    opacity: .8; }

.adress {
  font-size: 20px;
  text-align: center; }
  .adress a {
    width: 100%;
    font-size: 24px;
    font-weight: bold; }

/* === BEGIN MEDIA === */
/* ======================
$mobile-small 240px
$mobile-large 320px
$tablet-small 480px
$tablet-large 768px
$screen-small 1024px
$screen-large 1280px 
====================== */
@media screen and (min-width: 768px) {
  .fixed-link {
    transform: rotate(90deg); } }

@media screen and (max-width: 991px) {
  body {
    padding: 0 60px; }
  .home .title_1 {
    font-size: 60px;
    line-height: 1;
    margin: 48px auto; }
  .fixed-libk-box {
    top: 0;
    right: 0;
    width: 60px; }
  .fixed-link {
    right: 32px; }
  .burger,
  .close {
    width: 60px;
    background-size: 30px; }
  .socials-item {
    height: 36px;
    width: 36px; }
  .form .img-box {
    display: none; } }

@media screen and (max-width: 767px) {
  body {
    padding: 0; }
  header {
    padding: 10px 0;
    border-bottom: 1px solid #b76d6880; }
  .home .title_1 {
    font-size: 42px;
    line-height: 1;
    margin: 24px auto; }
  .wrap_page {
    padding-top: 80px; }
  .logo {
    max-width: 60px; }
  .fixed-menu {
    position: absolute;
    left: 0;
    top: 81px; }
  .fixed-menu__nav {
    top: -80px; }
  .burger,
  .close {
    height: 60px; }
  .burger {
    border: none; }
  .fixed-libk-box {
    top: 50px;
    width: inherit;
    height: inherit;
    background: transparent;
    border: none;
    position: absolute; }
  .fixed-link {
    right: 15px;
    top: inherit;
    bottom: 5px;
    font-size: 14px; }
  h1.page-title {
    font-family: "Broadway lt", sans-serif !important;
    font-size: 44px; }
  h1,
  .title_1 {
    font-size: 40px; }
  h2,
  .title_2 {
    font-size: 34px; }
  h3,
  .title_3 {
    font-size: 30px; }
  h4,
  .title_4 {
    font-size: 26px; }
  h5,
  .title_5 {
    font-size: 22px; }
  h6,
  .title_6 {
    font-size: 18px; }
  .first-screen .Modern-Slider .NextArrow:before {
    width: 36px;
    height: 36px; }
  .first-screen .Modern-Slider .PrevArrow:before {
    width: 36px;
    height: 36px; }
  .section {
    margin: 48px 0 60px; }
    .section .section-title {
      margin-bottom: 12px;
      font-size: 24px; }
    .section .section-content {
      margin: 0 auto 24px;
      font-size: 18px; }
  .fixed-link {
    right: 15px;
    top: inherit;
    bottom: 5px; }
  .btn-6 {
    padding: 12px 24px;
    border-radius: 4px;
    color: #9c5b3e; }
  .category-menu .btn-6 {
    width: 100%; }
  .steps .col-md-6 {
    padding-top: 36px; }
    .steps .col-md-6 .price {
      z-index: 1;
      position: absolute;
      right: 12px;
      top: 97px; }
  .section.steps {
    margin: 36px 0 72px !important; }
  .img-decor {
    margin-top: 12px;
    margin-bottom: 12px;
    max-width: 38vw; }
  table {
    margin: 0 auto 36px; }
    table tr td {
      font-size: 16px; }
  footer {
    padding: 24px 15px 48px; }
    footer .logo {
      padding: 15px;
      max-width: 200px; } }

/* === END MEDIA === */

/*# sourceMappingURL=style.css.map */
