/*
 Theme Name: Bookly Sandbox
 Template: twentynineteen
 */
 /* ==================
  Reset
===================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  min-height: 100%;
  position: relative;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  -webkit-text-size-adjust: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  border: none; }

a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

a:hover, a:active, a:focus {
  text-decoration: none; }

a:focus, input:focus, textarea:focus {
  outline: none; }

p {
  font-size: 16px;
  line-height: 20px; }

html {
  height: 100%; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

header {
  box-shadow: 0 16px 125px 0 rgba(0, 0, 0, 0.07); }

/* Navbar */
.logo {
  margin: 0; }

.navbar {
  background: #FFF;
  padding: 18px 0; }

  .navbar .container {
    position: relative;
  }

  .navbar .navbar-nav {
    -webkit-align-items: center;
            align-items: center;
  }

  .navbar .navbar-nav li {
    padding-left: 30px; }
    .navbar .navbar-nav li a {
      padding-top: 9px;
      padding-bottom: 9px;
      font-size: 13px;
      color: #000; }
      .navbar .navbar-nav li a:hover, .navbar .navbar-nav li.current_page_item a {
        color: #ff3d00; }
    .navbar .navbar-nav li:last-child a {
      display: inline-block;
      padding-left: 12px;
      padding-right: 12px;
      background: #ff3d00;
      text-transform: uppercase;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      color: #FFF; }

.navbar-toggler {
  padding: 0;
  font-size: 0;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0; }
  .navbar-toggler:focus {
    outline: none; }
  .navbar-toggler .line {
    width: 30px;
    height: 2px;
    background: #000;
    display: block;
    margin: 5px 0; }

h1 {
  padding: 30px 0;
  font-size: 28px;
  font-weight: 700; }

main {
  padding-bottom: 200px; }

.demo {
  max-width: 730px;
  margin: 30px auto;
  padding: 60px 20px 30px 20px;
  position: relative;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 5px 15px 25px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 5px 15px 25px 0 rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 15px;
  border-radius: 15px; }

.top__mockup {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #e5e5e5;
  height: 33px;
  line-height: 33px;
  padding-left: 15px;
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0; }
  .top__mockup span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    background: #fefefe;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

.align-center {
  -webkit-align-items: center;
  align-items: center; }

.steps {
  padding: 30px 0;
  background: #f5f5f5; }

h3 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0; }
  h3.with__line {
    font-size: 20px;
    margin-bottom: 70px;
    position: relative; }
    h3.with__line:after {
      content: "";
      position: absolute;
      width: 127px;
      height: 1px;
      background: #ff3d00;
      bottom: -20px;
      left: 50%;
      margin-left: -63px; }
  h3 span {
    font-weight: 700;
    color: #ff3d00; }

.btn__primary, .woocommerce button, .woocommerce .button, .btn__secondary {
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.btn__primary:hover, .woocommerce button:hover, .woocommerce .button:hover, .btn__secondary:hover {
  color: #FFF;
}

.btn__primary, .woocommerce button, .woocommerce .button:hover, .checkout-button {
  background: #ff3d00;
}

.btn__primary.large__btn, .woocommerce button, .woocommerce .button:hover {
  background: linear-gradient(to bottom, #ff6500, #ff3f00);
}

.btn__primary.large__btn:hover, .woocommerce button:hover, .woocommerce .button:hover {
  background: linear-gradient(to bottom, #ff6500, #ff6500);
}

.btn__secondary {
  background: #424242; }

.large__btn, .woocommerce button {
  padding: 15px;
  cursor: pointer;
}

.woocommerce {
  color: #111;
  font-weight: 400;
  line-height: 1.8;
  font-size: 22px;
}

.woocommerce table td {
  vertical-align: middle;
}
.woocommerce table {
  vertical-align: center;
  width: 100%;
}
.woocommerce .col-1,
.woocommerce .col-2 {
  -webkit-box-flex: unset;
  max-width: 48%;
  flex: unset;
  padding-right: 0px;
  padding-left: 0px;
}

.woocommerce .form-row {
  display: unset;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  margin-top: 10px;
  display: inline-block;
}

.woocommerce-cart-form img {
  max-width:120px;
  height:auto;
  display:block
}

.woocommerce dl.variation dt {
  float: unset;
  margin-top: -10px;
}

.woocommerce-cart-form dl.variation p,
.woocommerce-cart-form dl.variation:last-child {
  margin-bottom:0
}

.woocommerce-cart-form .product-remove {
  text-align:center
}

.woocommerce-cart-form .actions .input-text {
  width:200px!important;
  float:left;
  margin-right:.25rem;
  border:1px solid #ddd;
}

.woocommerce-cart-form .quantity input {
  width:8rem;
  border:1px solid #eee
}
.woocommerce-cart-form table {
  border:0
}
.woocommerce-cart-form table tbody,
.woocommerce-cart-form table td,
.woocommerce-cart-form table th {
  border:0
}

.woocommerce-cart-form table tbody tr {
  border-top:1px solid #eee
}
.woocommerce .cart_totals table {
  margin-top: -50px
}

.woocommerce .cart_totals table tbody,
.woocommerce .cart_totals table td,
.woocommerce .cart_totals table th,
.woocommerce .cart_totals table tr {
  border:0;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th
{
  padding: 4px;
  word-break: break-all;
}

.woocommerce-checkout-review-order-table tr {
  border-top: 1px solid #eee;
}

.woocommerce-checkout-review-order-table tfoot td,
.product-total {
  text-align: right;
}
.woocommerce h3 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="url"],
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"],
.woocommerce input[type="range"],
.woocommerce input[type="date"],
.woocommerce input[type="month"],
.woocommerce input[type="week"],
.woocommerce input[type="time"],
.woocommerce input[type="datetime"],
.woocommerce input[type="datetime-local"],
.woocommerce input[type="color"],
.woocommerce textarea {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  outline: none;
  padding: 0.36rem 0.66rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  line-height: 1.7;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
}

.woocommerce-result-count {
  margin:0;
  padding:.75rem 0
}

h2 {
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color: #1c1b1b; }

h5 {
  font-size: 16px;
  color: #1c1b1b;
  line-height: 24px; }

h4 {
  margin: 50px 0;
  font-size: 22px;
  line-height: 24px; }

.line {
  height: 2px;
  margin-top: 20px;
  margin-bottom: 50px;
  background: #fff;
  border: none; }
  .line.dark {
    height: 1px;
    margin-top: 0;
    margin-bottom: 10px;
    background: #e4e4e4; }

.list {
  font-size: 16px;
  counter-reset: number; }
  .list li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px; }
    .list li:after {
      counter-increment: number;
      content: counter(number);
      position: absolute;
      top: 0;
      left: 0;
      min-width: 21px;
      min-height: 21px;
      font-weight: 700;
      text-align: center;
      line-height: 21px;
      color: #fff;
      background: #ff3d00;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .list a {
    color: #ff3d00;
    text-decoration: underline; }
    .list a:hover {
      text-decoration: none; }

.video {
  padding: 50px 0;
  background: url(images/background-video.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.video.about-video {
  padding: 115px 0;
  background: url(images/video-about.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.video-container {
  position:relative;
  padding-bottom:56.25%;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  width:100%;
  height:100%;
}

.features {
  padding: 50px 0;
  background: #f5f5f5; }
  .features a {
    color: #ff3d00;
    text-decoration: underline; }
    .features a:hover {
      text-decoration: none; }

.feature__item {
  margin-bottom: 50px;
  font-size: 18px; }
  .feature__item .feature__icon {
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 40px;
    background: #ff3d00;
    border-radius: 8px;
    display: inline-block;
    margin-right: 15px; }
  .feature__item p {
    display: inline-block;
    max-width: 70%;
    line-height: 20px;
    vertical-align: middle;
    margin: 0; }

.social {
  padding: 50px 0; }

.social__link {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.notation {
  margin-bottom: 40px; }
  .notation a {
    color: #ff3d00; }

footer {
  background: #f5f5f5;
  padding-top: 50px;
  text-align: center;
  color: #9d9d9d;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }
  footer.other-bg {
    background: #fafafa; }

.get__social {
  padding-bottom: 50px; }
  .get__social span, .get__social a {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle; }
    .get__social span i, .get__social a i {
      font-size: 1.5em;
      color: #9d9d9d; }

.copyright {
  padding-bottom: 10px; }
  .copyright p {
    margin: 0;
    font-size: 10px; }
  .copyright a {
    color: #9a9a9a; }

.about-us {
  padding: 90px 0; }
  .about-us a , .setup__item a {
    text-decoration: underline;
    color: #ff3d00; }

  .about-us a:hover , .setup__item a:hover {
    text-decoration: none;
  }

.setup {
  padding: 90px 0;
  background: #f5f5f5; }

.setup__item {
  max-width: 254px;
  min-height: 254px;
  margin: 50px auto;
  position: relative;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: right bottom;
  text-align: center;
  -webkit-box-shadow: 0 19px 22px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 19px 22px 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.setup__number {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -13px;
  line-height: 27px;
  color: #fff;
  background: #ff3d00;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.setup-1 {
  background-image: url(images/setup-1.png); }

.setup-2 {
  background-image: url(images/setup-2.png); }

.setup-3 {
  background-image: url(images/setup-3.png); }

.setup-4 {
  background-image: url(images/setup-4.png); }

/* Media query */
@media screen and (max-width: 1200px) {
  .navbar-nav li {
    padding-right: 5px; }
  .navbar-nav .nav-link {
    font-size: 13px; } }

@media screen and (max-width: 992px) {
  .navbar .navbar-nav li {
    padding-left: 0; }
  .demo__form:after, .demo__form:before {
    display: none; }
  .large__btn {
    margin: 10px 0; }
  .feature__icon {
    margin-right: 0;
    margin-bottom: 15px; }
  .feature__item p {
    display: block;
    max-width: 100%; }
  .social__link a {
    max-width: 30%; }


  .navbar-collapse.collapse {
  display: block;
}

  .navbar-collapse.collapse ul li {
    display: none;
  }

    .navbar-collapse.collapse ul li:last-child {
      display: block;
      position: absolute;
      top: 20px;
      right: 50px;
    }

    .navbar-collapse.collapse.show ul li {
      display: block;
    }

     }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 54px; }
  h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px; }
  h3 {
    font-size: 16px;
    line-height: 21px; }
  h4 {
    margin: 30px 0;
    font-size: 16px; }
  .feature__item {
    text-align: center; } }

@media screen and (max-width: 620px) {
  h1 {
    font-size: 30px;
    line-height: 44px; }
  h2 {
    font-size: 26px;
    line-height: 34px; } }

@media screen and (max-width: 576px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px; }
  .demo__form h1 {
    display: none; }
  .demo__form p {
    font-size: 16px; }
  .demo__form .form__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .demo__form .form__row label, .demo__form .form__row select {
      font-size: 16px; }
    .demo__form .form__row .form__input {
      margin-bottom: 20px; }
  .demo__steps {
    display: none; }
  .form__row.around {
    display: none; }
  .video {
    padding: 0;
    background: transparent; }
    .video.about-video {
      padding: 50px 0; }
  .social__link {
    flex-direction: column;
    align-items: center; }
    .social__link a {
      display: inline-block;
      margin: 10px 0; }
  .get__social span, .get__social a {
    margin-right: 5px; }
  .get__social span i, .get__social a i {
    font-size: 1rem; } }

.main-content ul {
  list-style: disc;
  list-style-position: inside;
}

.main-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.main-content i, .main-content cite, .main-content em, .main-content var, .main-content address, .main-content dfn {
  font-style: italic;
}