/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.rev-btn {
  background: red;
  padding: 0 10px !important;
  text-align: center !important;
}

body .l-content {
  width: 100%;
}

.secondary-tile-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 10px;
  background-color: rgba(18, 35, 61, 0.7);
  color: #fff;
}
.main-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
}
.home-tiles {
  transition: all 0.2s linear;
}
.home-tiles__main {
  flex-basis: 40%;

  align-items: stretch;
}
.main-tile--button {
  background: #e8b013;
  font-family: "Roboto";
  font-weight: bold;
  padding: 10px 25px;
  color: #0c223f;
  text-shadow: none;
  text-transform: uppercase;
  margin-top: 12px;
  display: inline-block;
}

.main-tile--button:hover {
  color: #fff !important;
  background: #e8b013;
}

.main-tile--text {
  font-family: "Roboto";
  font-size: 24px;
  line-height: 32px;
}

.small-tile .main-tile--text {
  font-size: 16px;
  line-height: 28px;
}

.medium-tile .main-tile--text {
  font-size: 20px;
  line-height: 28px;
}

@media screen and (min-width: 1400px) {
  .small-tile .main-tile--text {
    font-size: 16px;
    line-height: 28px;
  }

  .medium-tile .main-tile--text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1600px) {
  .small-tile .main-tile--text {
    font-size: 16px;
    line-height: 28px;
  }

  .medium-tile .main-tile--text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1800px) {
  .small-tile .main-tile--text {
    font-size: 16px;
    line-height: 28px;
  }

  .medium-tile .main-tile--text {
    font-size: 20px;
    line-height: 28px;
  }
}

.main-tile--text + a {
  margin-right: 16px;
}

.home-tiles__main {
  font-family: "Roboto Condensed";
}

.force-two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.force-one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-title--bottom-content {
  /*position:absolute;*/
  /*bottom:50px;*/
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 2;
  font-family: "Roboto";
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.main-title--top-content {
  /*position:absolute;*/
  /*top:40px;*/
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 2;
  font-family: "Roboto Condensed";
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.main-tile--title {
  font-size: 46px;
  line-height: 100%;
  font-weight: bold;
}

.home-tiles__main img,
.home-tiles__main-inner {
  width: 100%;
}
.home-tiles__secondary img,
.home-tiles__main img {
  object-fit: cover;
  height: 100%;
  transition: all 0.2s linear;
  width: 100%;
  max-width: 100%;
}
.home-tiles__main-inner {
  display: block;
}
.home-tiles__main-inner,
.home-tiles__secondary-tile {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-tiles__secondary-tile .title,
.home-tiles__secondary-tile .below-title {
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-weight: bold;
}
.home-tiles__secondary-tile .title {
  color: #e8b013;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 24px;
}

.home-tiles__secondary-tile .below-title {
  margin: 0;
  height: 48px;
}
.home-tiles__secondary-tile {
  flex-basis: 33.3333333%;
}

.main-tile-overlay {
  z-index: 1;
  background: rgba(18, 35, 61, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home-tiles__secondary {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1023px) {
  .top-container .vc_column-inner,
  .top-container .g-cols {
    padding: 0 !important;
  }
  .home-tiles__secondary img {
    width: 100%;
    display: block;
  }
  .home-tiles__main img {
    width: 100%;
  }
  .top-container .g-cols.via_flex.type_default {
    margin: 0;
  }
  .top-container .home-tiles__main-inner {
    display: flex;
    height: 400px;
  }
  .home-tiles__secondary-tile {
    height: 300px;
  }
  .main-tile--title {
    font-size: 36px;
  }
  .home-tiles__main {
  }
  .main-tile--text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .home-tiles {
    display: flex;
    min-height: 500px;
  }
  .home-tiles__main {
    display: flex;
  }
  .home-tiles__secondary {
    flex-basis: 60%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1100px) {
  .main-tile--text {
    max-width: 70%;
  }
}

.home-tiles__main:hover img,
.home-tiles__secondary-tile:hover img {
  transform: scale(1.05);
}

@media screen and (min-width: 1400px) {
  .main-tile--title {
    font-size: 70px;
  }
  .small-tile .main-tile--title {
    font-size: 60px;
  }
  .medium-tile .main-tile--title {
    font-size: 50px;
  }
}

@media screen and (min-width: 1600px) {
  .main-tile--title {
    font-size: 80px;
  }

  .small-tile .main-tile--title {
    font-size: 70px;
  }
  .medium-tile .main-tile--title {
    font-size: 60px;
  }
}

@media screen and (min-width: 1800px) {
  .main-tile--title {
    font-size: 90px;
  }
  .small-tile .main-tile--title {
    font-size: 80px;
  }
  .medium-tile .main-tile--title {
    font-size: 70px;
  }
}

@media screen and (max-width: 768px) {
  .sw-search-results {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.sw-search-results article p {
  margin-bottom: 0;
  margin-top: 24px;
  text-align: center;
}
.sw-search-results article p small {
  font-weight: bold;
  color: white;
  background: var(--color-content-text);
  padding: 1px 4px;
  display: inline-block;
}
.sw-search-results article h2 {
  font-size: 18px !important;
  text-align: center;
  line-height: 25px !important;
  height: 60px;
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: var(--color-content-text) !important;
  transition-duration: 200ms;
  transition: all 200ms ease-out;
}

.sw-search-results article:hover h2 {
  color: var(--color-accent-primary) !important;
}
.w-full {
  width: 100%;
}
.fb-full {
  flex-basis: 100% !important;
}

.searched-for {
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 0 !important;
  font-size: 36px !important;
}

@media screen and (min-width: 901px) {
  .searched-for {
    padding-top: 56px !important;
  }
}

.sw-search-results article .inner:hover img {
  opacity: 0.75;
}

.sw-search-results article .inner img {
  height: 326px;
  object-fit: cover;
  width: 100%;
}

.sw-search-results article .inner .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;

  margin: auto;
}
@media screen and (max-width: 1024px) {
  .sw-search-results article {
    max-width: 320px;
    margin: auto;
  }
  .sw-search-results article .inner img {
    object-fit: contain;
  }
}
@media screen and (min-width: 1024px) {
  .sw-search-results {
    width: 80% !important;
    max-width: 1200px;
    margin: auto !important;
    display: flex !important;
    flex-wrap: wrap;
  }
  .sw-search-results article .inner {
    padding: 16px;
  }

  .sw-search-results article .inner img {
    object-fit: cover;
  }
  .sw-search-results article .inner img.contain {
    object-fit: contain;
  }
  .sw-search-results article {
    flex-basis: 33%;
    padding: 18px;
  }
}

.search-pagination {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

body .w-search button:empty:before,
body .w-search-open:empty:before,
body .widget_search form:after,
body .widget_product_search form:after {
  content: "X" !important;
  font-family: sans-serif !important;
}

.blog-hero-photo {
  min-height: 300px;
  width: 100%;
  background-size: cover;
  background-position: 50% 25%;
  position: relative;
}
.blog-hero-photo--overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #091b27;
  opacity: 0.8;
  z-index: 1;
}

.blog-hero-photo--inner {
  display: flex;

  position: absolute;
  height: 100%;
  width: 100%;

  text-align: center;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: center;
}

.blog-hero-photo--text {
  max-width: 70vw;
}

.blog-hero-photo--text date,
.blog-hero-photo--text h1 {
  font-family: "Roboto";
  line-height: 1.25;
  letter-spacing: -0.84px;
  color: #fff;
}

.blog-hero-photo--text h1 {
  font-size: 32px;
  line-height: 36px;
  font-weight: semibold;
}

.blog-hero-photo--text time {
  font-size: 18px;
  line-height: 24px;
}

.clean-blog {
  max-width: 850px;
}

.clean-blog p {
  font-size: 18px;
  line-height: 29px;
}

.clean-blog h1 {
  font-size: 38px;
  line-height: 46px;
}

.clean-blog h2 {
  font-size: 38px;
  line-height: 46px;
}

.clean-blog h3 {
  font-size: 38px;
  line-height: 42px;
}

.clean-blog h4 {
  font-size: 32px;
  line-height: 36px;
}

.clean-blog h5 {
  font-size: 28px;
  line-height: 34px;
}

.clean-blog h6 {
  font-size: 24px;
  line-height: 29px;
}

.clean-blog-center-content {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .blog-hero-photo--text {
    max-width: 660px;
  }
  .blog-hero-photo--text h1 {
    font-size: 50px;
    line-height: 54px;
  }

  .blog-hero-photo--text time {
    font-size: 18px;
    line-height: 24px;
  }
}
