@media only screen and (min-width: 1200px) {}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1240px) {}

@media only screen and (max-width: 1100px) {}

@media only screen and (max-width: 1023px) {
  .carousel-inner>.item {
    min-height: auto;
    height: 400px;
  }
  div#search-strip .search-fields {
    width: 90%;
  }
  ul.footer-buttons li a {
    padding: 80px 0;
  }
  div#join-conversation {
    padding: 20px;
  }
  div#join-conversation .col-md-4,
  div#join-conversation .col-md-8 {
    width: 100%;
    text-align: center;
  }
  div#join-conversation .col-md-4 {
    padding: 30px 0;
  }
  .box-title,
  .box-description,
  .box-description p,
  .box-header,
  .occasion-date {
    font-size: 15px;
  }
  .sponta-price-wrapper .btn,
  .sponta-price-wrapper a.btn {
    font-size: 18px;
  }
  .tooltiptext {
    display: none;
  }
  .single-sponta .sponta-wrapper h1.page-header {
    font-size: 25px;
    line-height: 40px;
  }
  .slick-slider,
  .slick-slider img,
  div#sponta-car {
    max-height: 350px;
    min-height: 350px;
  }
  .section-space-double {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .price-value {
    font-size: 30px;
  }
  .user-review-box .username {
    text-align: center;
  }
  .user-stars-given {
    position: relative;
    top: 0;
    right: 0;
    top: -10px;
    text-align: center;
  }
  .sponta-user-review-list-wrapper .stars label.star {
    font-size: 25px;
  }
  .sponta-confirmation-card .row img {
    width: 100%;
    height: auto;
  }
  .menus #user-logged-header-profile,
  .menus .navigation {
    display: none;
  }
  header a.btn.btn-white {
    margin-right: 85px;
  }
  .mobile-navigation {
    display: block;
  }
  .mobile-navigation>.menu-header {
    position: fixed;
    right: 0;
    padding: 10px;
    background: #f47820;
    width: 100%;
    /* height: 100%; */
    overflow: auto;
    display: block;
    transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
    top: 73px;
  }
  .menu-open.mobile-navigation>.menu-header {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .menu-header ul li {
    border-top: 1px solid rgba(255, 255, 255, .25);
  }
  .mobile-navigation li a {
    color: #fff;
    display: block;
    padding: 10px 0;
  }
  .btn-menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    cursor: pointer;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .btn-menu_i,
  .imprint-close_i {
    position: relative;
    width: 70px;
    height: 70px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  .btn-menu__line-1,
  .imprint-close__line-1,
  .btn-menu__line-2,
  .imprint-close__line-2,
  .btn-menu__line-3,
  .imprint-close__line-3 {
    position: absolute;
    height: 5px;
    width: 50px;
    background: #ffffff;
    z-index: 10;
    left: 0;
    -moz-transition-property: background, -moz-transform, opacity;
    -o-transition-property: background, -o-transform, opacity;
    -webkit-transition-property: background, -webkit-transform, opacity;
    transition-property: background, transform, opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .btn-menu__line-1,
  .imprint-close__line-1 {
    top: 20px;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  .btn-menu__line-2,
  .imprint-close__line-2 {
    top: 33px;
  }
  .btn-menu__line-3,
  .imprint-close__line-3 {
    top: 46px;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  .menu-open .btn-menu .btn-menu__line-1 {
    -moz-transform: rotate(45deg) translate(0, -6px);
    -ms-transform: rotate(45deg) translate(0, -6px);
    -webkit-transform: rotate(45deg) translate(0, -6px);
    transform: rotate(45deg) translate(0, -6px);
  }
  .menu-open .btn-menu .btn-menu__line-2 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .menu-open .btn-menu .btn-menu__line-3 {
    top: 45px;
    -moz-transform: rotate(-45deg) translate(0, 8px);
    -ms-transform: rotate(-45deg) translate(0, 8px);
    -webkit-transform: rotate(-45deg) translate(0, 8px);
    transform: rotate(-45deg) translate(0, 8px);
  }
  h2.faq-title {
    font-size: 25px;
    padding-left: 20px;
    line-height: 25px;
  }
  .faq-content {
    padding-left: 25px;
  }
}

/* IPAD PORTRAIT */

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .table-listing-body .action {
    max-width: 200px;
    min-width: 100px;
  }
}

/* SMALLER THAN IPAD PORTRAIT*/

@media only screen and (max-width: 767px) {
  h2.title-header,
  h3.title-header,
  h4.title-header,
  div#what-is-sponta .title-header {
    font-size: 30px;
    margin-bottom: 30px;
  }
  div#sponta-app h3 {
    font-size: 27px;
  }
  .section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .carousel-inner>.item .item-wrapper .title {
    font-size: 35px;
    line-height: 50px;
  }
  .carousel-inner>.item .item-wrapper .subtitle {
    font-size: 25px;
    line-height: 30px;
    margin-top: 20px;
  }
  ul.footer-buttons li {
    display: block;
    width: 100%;
  }
  ul.footer-buttons li a {
    padding: 20px 0;
  }
  ul.sponta-cats li {
    width: 33.3334%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
  }
  .search-fields-wrapper.clearfix>div {
    display: none;
  }
  .search-strip-section.sticked {
    position: relative;
  }
  .search-fields-wrapper.clearfix>div:first-child {
    display: block;
    width: 100%;
  }
  div#search-strip .search-fields {
    width: 75%;
  }
  .carousel-inner>.item {
    min-height: auto;
    height: 350px;
  }
  .hoster-reviews {
    float: none;
    margin-top: 0;
  }
  .specs-table-cell {
    display: block;
    width: 100%;
  }
  .specs-wrap {
    padding: 5px 0;
  }
  .box-description,
  .box-description p {
    margin-top: 0;
  }
  .box-title,
  .box-description,
  .box-description p,
  .box-header {
    line-height: 20px;
  }
  .hoster-reviews .number {
    text-align: left;
  }
  .btn-reserve-sponta-wrapper {
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    background: #31465c;
  }
  .btn-reserve-sponta-wrapper>a.btn {
    margin-top: 0;
  }
  div#search-strip .search-strip-section {
    display: block;
  }
  .section-space-double {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .listing-tabs:not(.tabs-messages) ul li {
    width: 100%;
  }
  .profile-spontas-listing-header,
  .table-listing-header {
    display: none;
  }
  .profile-spontas-listing-body>div,
  .table-listing-body>div,
  .user-review-list>div {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }
  .user-review-list>div {
    text-align: center;
  }
  .user-review-list .user-stars>div {
    display: inline-block;
  }
  .profile-spontas-listing-body,
  .table-listing-body {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f47820;
    display: block;
  }
  .table-listing-body .suburb {
    text-align: left;
  }
  .profile-spontas-listing-body .occasion-dates>span,
  .table-listing-body .occasion-dates>span {
    width: 100%;
    text-align: left;
    display: block;
  }
  .table-listing-body .action>div,
  .table-listing-body .action>form {
    display: table;
    /*margin: 0  auto;*/
  }
  .table-listing-body .action a.delete-booking,
  .table-listing-body .action .btn {
    display: inline-block;
  }
  .table-listing-body .action a.delete-booking {
    float: right;
    font-size: 18px;
    padding-top: 9px;
  }
  .sponta-actions-wrapper {
    width: 100%;
    text-align: left;
  }
  .sponta-user-review-wrapper {
    width: 100%;
  }
  .col-md-3h.no-padding-left {
    padding-right: 0;
  }
  .sponta-content .col-md-3h,
  .sponta-content .col-md-8h {
    float: none;
  }
  .join-conv-title,
  .footer-navigation {
    display: none;
  }
  div#footer-navigation img {
    display: table;
    margin: 0 auto;
  }
  .social-media {
    float: none;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
  }
  div#sbi_images .sbi_item:nth-child(+n+4) {
    display: none !important;
  }
  div#instagram .title-header {
    font-size: 20px;
  }
  .profile-messages .box-header.box-padding>div {
    display: block;
    width: 100%;
  }
  .profile-messages .profile .user-picture {
    width: 55px;
    height: 55px;
  }
  .modal-chat-container {
    height: 300px;
  }
  .modal .close {
    top: 0;
  }
  div#show-booking-list .users-booking-list.header {
    display: none;
  }
  div#show-booking-list>div>div {
    display: block;
  }
  div#show-booking-list>div {
    border-bottom: 2px solid #f47820;
    display: block;
    min-width: 250px;
    text-align: center;
  }
  div#show-booking-list .action a {
    margin: 0 auto !important;
    display: table;
  }
  div#search-strip.advanced-search {
    height: auto;
  }
  div#search-strip.advanced-search .search-fields {
    width: 100%;
  }
  div#search-strip.advanced-search .search-fields .search-fields-wrap {
    width: 100%;
    display: block;
  }
  a#advanced-search {
    position: absolute;
    display: block;
  }
  h2.faq-title {
    font-size: 18px;
    padding-left: 15px;
    line-height: 18px;
  }
  .faq-content {
    padding-left: 18px;
  }
  .stars-review-select div.stars label.star {
    font-size: 50px;
  }
  .sponta-form .terms-and-conditions input {
    height: 20px;
    width: 20px;
  }
  #user-onboarding .interests-table ul li {
    display: block;
    width: 100%;
    line-height: normal;
    padding: 10px 0;
  }
  #user-onboarding .interests span.interest-title {
    width: 100%;
  }
  #user-onboarding .categories li {
    max-height: none;
  }
  #user-onboarding .categories li span.checkbox {
    text-align: center;
    width: 100%;
  }
  #user-onboarding .categories li img {
    display: none;
  }
  #user-onboarding .categories li span.desc {
    width: 100%;
    text-align: center;
  }
  .page-spontas #search-form {
    text-align: center;
  }
  .page-spontas #search-strip a#advanced-search {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    right: 0;
  }
  .page-spontas div#search-strip {
    height: auto;
  }
  .page-spontas div#search-strip .search-fields {
    width: 78%;
  }
  .page-spontas div#search-strip .search-button {
    width: 12%;
    min-width: 62px;
  }
  #booking-list .modal-body {
    max-height: 95vh;
    overflow: scroll;
  }
  /* NAME TO COLUMNS*/
  .table-listing-body .suburb:before,
  .profile-spontas-listing-body .location:before {
    content: 'Location: ';
  }
  .table-listing-body .occasion:before,
  .profile-spontas-listing-body .occasion:before {
    content: 'Dates: ';
  }
  .profile-spontas-listing-body .bookings:before {
    content: 'Bookings: ';
  }
  .profile-spontas-listing-body .price:before {
    content: 'Price: ';
  }
  .profile-spontas-listing-body .views:before {
    content: 'Views: ';
  }
  .table-listing-body .review:before {
    content: 'Review: ';
  }
  .table-listing-body .booking_num:before {
    content: 'Booking # ';
  }
  /* mobile auto zoom */
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  select,
  textarea {
    font-size: 16px !important;
  }
}

/* IPHONE 5 LAND*/

@media only screen and (max-width: 568px) {}

/* SMALLER THAN IPHONE 5 LAND */

@media only screen and (max-width: 567px) {}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 479px) {
  header a.btn.btn-white {
    /* display: none; */
    font-size: 11px;
    padding: 10px 5px;
    margin-right: 70px;
    margin-top: 3px;
  }
  div#sponta-app img {
    width: 100%;
  }
  .branding img {
    width: 100px;
    margin-top: 7px;
  }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
  .branding img {
    width: 80px;
    margin-top: 10px;
  }
}
