/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2023 | 20:20:09 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2023 | 20:20:09 */
/************/
/*  Colors  */
/************/
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
.breakoff_page .content {
  padding: 100px 0 !important;
}
.breakoff_page .content:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  transform-origin: top right;
  background-position: center;
  transform: rotate(-150deg) translate(35%, -45%);
  background-image: linear-gradient(195deg, #fff 20%, transparent 50%), url(/wp-content/uploads/custom-icosohedron-full.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 990px) and (max-width: 1500px) {
  .breakoff_page .content:before {
    transform: rotate(-150deg) translate(40%, -47%) !important;
  }
}
@media only screen and (max-width: 989px) {
  .breakoff_page .content:before {
    display: none !important;
  }
}
.breakoff_page .post-entry {
  align-items: center;
  display: flex;
  height: 100%;
}
.breakoff_page h1 {
  font-weight: 300 !important;
  color: #3C3C3C;
  font-size: clamp(42px, 5.5vw, 100px) !important;
  text-transform: none !important;
  margin-bottom: 20px !important;
}
.breakoff_page h2 {
  font-size: clamp(25px, 4vw, 32px) !important;
}
.breakoff_page .av-subheading {
  font-weight: 700 !important;
  text-transform: uppercase;
}
.breakoff_page .av-subheading p {
  letter-spacing: 1px;
}
.breakoff_page .entry-content-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.breakoff_page .avia-button-wrap {
  margin-top: 15px;
}
@media only screen and (min-width: 989px) {
  .breakoff_page .av_three_fourth {
    padding-right: 15%;
  }
}
@media only screen and (max-width: 989px) {
  .breakoff_page .content:before {
    background-image: linear-gradient(to bottom, #fff 10%, transparent 50%), url(/wp-content/uploads/custom-icosohedron-full.png) !important;
    background-position: top right;
    transform: rotate(-150deg) translate(20%, -35%) !important;
  }
  .breakoff_page .flex_column:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .breakoff_page {
    padding-top: 70px;
  }
  .breakoff_page .content:before {
    display: none !important;
  }
}
@media only screen and (max-width: 484px) {
  .breakoff_page a {
    word-break: break-all;
  }
}
