/*-=Desktop screens=-*/
@media only screen and (max-width: 1199px) {
  /*max-width 992px, tablet screens*/
}
/*-=Tablet screens=-*/
@media only screen and (max-width: 991px) {
  /*max-width 992px, tablet screens*/
  .navbar-brand {
    margin: 0;
  }
  .navbar-brand img {
    max-width: 210px;
  }

  .s-network-wrapper .s-network-icon {
    margin: 5px 0 5px 5px;
  }

  /* ------------------------------------
	  About us page
  ------------------------------------- */
  .story {
    padding: 45px 0 20px 0;
  }
  .story-content {
    padding-right: 0;
  }

  .sales {
    padding: 40px 0 15px;
  }
  .sales-image {
    min-height: 350px;
    margin-bottom: 30px;
  }
  .sales .order-md-1 .sales-content {
    margin-right: auto;
  }
  .sales-content {
    margin-left: auto;
    padding: 0 15px 32px;
  }
  .sales-content .sale-term {
    margin-bottom: 15px;
  }
  .sales-content h2 {
    margin-bottom: 15px;
  }
  .sales-content .sale-excerpt {
    margin-bottom: 37px;
  }

  .team {
    padding: 40px 0 45px 0;
  }
  .team h2 {
    margin-bottom: 25px;
  }

  /*---------------------------------------
	TMPL: Why Trilogy Page
---------------------------------------*/
  .advantages .achievement h2 {
    font-size: 65px;
  }
}
/*-=Small screens=-*/
@media only screen and (max-width: 767px) {
  /* TOP BAR Mobile STYLING */
  .no-gutter-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutter-sm .row {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutter-sm .row > .col,
  .no-gutter-sm .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .header-menu {
    background-color: #090a0c;
    padding-bottom: 8px;
  }

  .header .container {
    max-width: 100%;
  }

  .navbar {
    background-color: #090a0c;
    padding: 0;
  }
  .navbar .navbar-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar .nav-item.current-menu-item > a, .navbar .nav-item.current_page_ancestor > a {
    background: #14161b !important;
    /* current/parent menu item background color */
  }
  .navbar .nav-link, .navbar .dropdown-item {
    display: block;
    font-family: "Proxima Nova", sans-serif;
    color: white;
    /* menu item text color */
    font-size: 14px;
    background: #090a0c;
    /* menu item background color */
    line-height: 45px;
    padding: 0 15px;
  }
  .navbar .nav-link:hover, .navbar .dropdown-item:hover {
    background: black !important;
    /* menu item background color on hover */
  }
  .navbar .dropdown-menu {
    margin-top: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding-left: 25px;
  }

  .navbar-toggler {
    position: relative;
    display: inline-block;
    padding: 0 5px 0 35px;
    margin-left: 15px;
    height: 30px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
  }
  .navbar-toggler:after {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background: #fefefe;
    top: 50%;
    left: 5px;
    margin-top: -8px;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  }
  .navbar-toggler span {
    display: block;
    font-size: 16px;
  }

  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }

  .sidebar {
    margin-top: 30px;
  }

  .footer-left-column {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer-left-column p {
    margin-bottom: 7px;
  }

  /* -----------------------------------------
   Typography
----------------------------------------- */
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 22px;
  }

  p {
    font-size: 16px;
  }
  p a {
    font-size: 16px;
  }

  ul li,
  ol li {
    font-size: 16px;
  }

  .page-hero {
    height: 250px;
    min-height: calc(100vh - 120px);
  }

  /*---------------------------------------
	TMPL: Regular page & Contact page
---------------------------------------*/
  .page-content {
    padding: 45px 0;
  }
  .page-content a[href^="mailto:"] {
    font-size: 18px;
  }

  .contact-bottom {
    padding: 45px 0;
  }
  .contact-bottom .gform_wrapper {
    padding: 35px 0 0;
  }
  .contact-bottom .gform_wrapper .gform_body ul {
    column-count: 1;
  }

  /*---------------------------------------
	TMPL: Home page
---------------------------------------*/
  .services {
    padding: 45px 0 30px;
  }
  .services h2 {
    margin-bottom: 38px;
  }
  .services-item-wrapper {
    padding: 0 0 30px;
  }
  .services-item-wrapper .service-item-image {
    height: 115px;
    width: 115px;
  }
  .services-item-wrapper h4 {
    margin-bottom: 12px;
  }

  .home-upcoming-sales {
    padding: 5px 0 45px;
  }
  .home-upcoming-sales h2 {
    margin-bottom: 30px;
  }
  .home-upcoming-sales .home-sales-item {
    min-height: 330px;
  }
  .home-upcoming-sales .home-sales-item .home-sales-item-title {
    padding: 24px 60px 24px 21px;
    font-size: 22px;
  }
  .home-upcoming-sales .home-sales-item .home-sales-item-title:after {
    right: 37px;
    font-size: 50px;
  }
  .home-upcoming-sales .home-sales-item .home-sales-item-title:hover:after, .home-upcoming-sales .home-sales-item .home-sales-item-title:focus:after {
    right: 17px;
  }
  .home-upcoming-sales .medium-button {
    margin-top: 36px;
  }

  .start-selling-today {
    padding: 30px 0;
    margin-bottom: 20px;
  }

  .home-testimonials {
    padding: 35px 0 40px;
  }
  .home-testimonials h2 {
    margin-bottom: 30px;
  }
  .home-testimonials .home-testimonials-slider {
    padding: 0 15px;
  }
  .home-testimonials .home-testimonials-slider .slide-item {
    width: 285px;
    padding: 30px 15px 0;
    margin-bottom: 5px;
  }

  /* ------------------------------------
	 About us page
 ------------------------------------- */
  .team .worker {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  }

  /* ------------------------------------
	  Sales Archive Page
  ------------------------------------- */
  .sales-archive h1,
  .sales-archive h2 {
    font-size: 45px;
  }

  .archive-upcoming-events {
    padding: 45px 0 25px;
  }

  .archive-past-events {
    padding: 45px 0 25px;
  }

  .sales-slider {
    padding: 10px 0 0;
  }
  .sales-slider .archive-sale-item {
    width: 315px;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* ------------------------------------
    Single Sales Page
------------------------------------- */
  .single-sale-hero {
    padding: 32px 0 50px;
  }

  .single-sale-page .back-to-sale-archive {
    font-size: 22px;
  }
  .single-sale-page .back-to-sale-archive:before {
    font-size: 38px;
  }
  .single-sale-page .single-sale-content {
    padding: 30px 20px 35px 20px;
  }
  .single-sale-page .single-sale-content h1 {
    font-size: 45px;
  }
  .single-sale-page .single-sale-content .sales-day {
    min-width: 90px;
    min-height: 78px;
  }
  .single-sale-page .single-sale-content .sales-day .day-of-week {
    font-size: 15px;
    margin-bottom: 9px;
  }
  .single-sale-page .single-sale-content .sales-day .month-and-day {
    font-size: 20px;
  }
  .single-sale-page .single-sale-content .sales-day:not(:last-child) {
    margin-right: 25px;
  }
  .single-sale-page .single-sale-content .sales-day:not(:last-child):before {
    left: calc(100% + 4px);
    width: 20px;
  }
  .single-sale-page .sales-gallery-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .single-sale-page .sales-gallery img {
    width: auto;
    max-width: 280px;
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  /* Small screens */
}
/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (min-width: 768px) {
  /* TOP BAR STYLING */
  .navbar {
    padding: 0;
  }
  .navbar .navbar-nav .nav-item {
    padding: 0 15px;
  }
  .navbar .navbar-nav .nav-link {
    /* Regular menu item style */
    display: block;
    padding: 46px 0;
    background: transparent;
    font-size: 18px;
    line-height: 30px;
    color: #090a0c;
    font-weight: 700;
    font-family: "Proxima Nova", sans-serif;
  }
  .navbar .navbar-nav .nav-link:hover {
    /* menu item style on hover */
    color: #f3b300;
  }
  .navbar .navbar-nav .current-menu-item > a, .navbar .navbar-nav .current_page_ancestor > a, .navbar .navbar-nav .current_page_parent > a {
    /* Style of Current page and Ancestor page */
    -moz-box-shadow: inset -10px -14px 0px -10px #f3b300;
    -webkit-box-shadow: inset -10px -14px 0px -10px #f3b300;
    box-shadow: inset -10px -14px 0px -10px #f3b300;
  }
  .navbar .navbar-nav .dropdown-menu {
    margin-top: 0;
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .navbar .navbar-nav .dropdown-item {
    /* Regular link in dropdown */
    background: #f6f5f3;
    color: #fff;
    padding: 5px 15px;
    line-height: 30px;
  }
  .navbar .navbar-nav .dropdown-item:hover {
    /* Dropdown link on hover */
    background: #1f2229;
    color: white;
  }

  /* Dropdown item styling */
  .navbar .nav-item:hover > .nav-link {
    /* Parent link style on dropdown hover */
  }

  /* Align Menu to the right*/
  #main-menu-links {
    justify-content: flex-end;
  }

  /* Align Menu to the center
	   #main-menu-links { justify-content: center; } */
}
/* min-width 641px */
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  /*---------------------------------------
	TMPL: Home page
  ---------------------------------------*/
  .home-upcoming-sales .home-sales-item {
    min-height: 420px;
  }

  /* ------------------------------------
	  About us page
  ------------------------------------- */
  .story {
    padding: 100px 0 40px 0;
  }

  .sales {
    padding: 60px 0 30px;
  }
  .sales-image {
    min-height: 700px;
  }
  .sales .order-md-1 .sales-content {
    margin-right: auto;
  }
  .sales-content {
    margin-left: auto;
    padding: 0 15px;
  }
  .sales-content .days-count {
    color: #f3b300;
    padding: 0 0 0 10px;
    position: relative;
  }
  .sales-content .days-count:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 50%;
    background-color: #f3b300;
    width: 3px;
    height: 3px;
    border-radius: 50%;
  }
  .sales-content .sale-excerpt {
    margin-bottom: 41px;
  }
  .sales-content .sale-bottom {
    border-top: 1px solid #e1e5e5;
    padding: 21px 0 0 0;
  }

  .team {
    padding: 75px 0 85px 0;
  }
  .team .worker {
    margin-left: 30px;
    margin-right: 30px;
  }

  /*---------------------------------------
	  TMPL: Why Trilogy Page
  ---------------------------------------*/
  .advantages .achievement h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues*/
  .navbar .navbar-nav .nav-link {
    padding: 15px 0;
    font-size: 17px;
    line-height: 28px;
  }

  /* -----------------------------------------
	 Typography
  ----------------------------------------- */
  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 34px;
  }

  h5 {
    font-size: 23px;
  }

  h6 {
    font-size: 23px;
  }

  p {
    font-size: 17px;
  }
  p a {
    font-size: 17px;
  }

  ul li,
  ol li {
    font-size: 17px;
  }

  /*---------------------------------------
	TMPL: Home page
---------------------------------------*/
  .services {
    padding: 60px 0 50px;
  }

  .home-upcoming-sales {
    padding: 5px 0 60px;
  }
  .home-upcoming-sales h2 {
    margin-bottom: 33px;
  }
  .home-upcoming-sales .home-sales-item {
    min-height: 380px;
  }
  .home-upcoming-sales .medium-button {
    margin-top: 50px;
  }

  /* ------------------------------------
	  Sales Archive Page
  ------------------------------------- */
  .sales-archive h1,
  .sales-archive h2 {
    font-size: 54px;
  }

  .archive-upcoming-events {
    padding: 70px 0 30px;
  }

  .archive-past-events {
    padding: 70px 0 30px;
  }

  .sales-slider .archive-sale-item {
    width: 360px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/*-=Large screens=-*/
@media only screen and (min-width: 992px) {
  /*min-width 1025px, large screens*/
}
@media only screen and (min-width: 1200px) {
  /* min-width 1201px, large screens*/
  .single-sale-page .back-to-sale-archive {
    margin: -10px 0 0 37px;
  }
}
@media only screen and (min-width: 1450px) {
  /* min-width 1201px, large screens*/
  .single-sale-page .main-content:before {
    content: '';
    width: 221px;
    height: 221px;
    position: absolute;
    top: 47px;
    right: 43px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
  }
}
