@import url(../stylesheet.css);
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,300i,900,900i");
.grey-bg {
  background-color: #868696;
  opacity: 0.29; }

.light-orange-bg {
  background-color: #ff5700;
  opacity: 0.5; }

.orange-bg {
  background-color: #ff5700; }

.grey-bg {
  background-color: #868696;
  opacity: 0.29; }

.light-orange-bg {
  background-color: #ff5700;
  opacity: 0.5; }

.orange-bg {
  background-color: #ff5700; }

.section-title, .section-title-bright {
  margin-bottom: 7px;
  margin-top: 0; }

@media only screen and (max-width: 765px) {
  .section-title {
    font-family: Circular-Black, sans-serif;
    font-size: 3em;
    color: #11112A;
    line-height: 1;
    letter-spacing: -3px;
    width: 80%; } }

.zero-title {
  margin-bottom: 10px; }

.zero-title + .section-subtitle {
  width: 70% !important;
  margin-top: 20px !important; }

@media only screen and (max-width: 765px) {
  .section-title-small {
    font-family: Circular-Black, sans-serif;
    font-size: 30px;
    color: #11112A;
    line-height: 1;
    letter-spacing: -1px;
    margin: 0; } }

@media only screen and (max-width: 765px) {
  .section-title-bright {
    font-family: Circular-Black, sans-serif;
    font-size: 3em;
    color: #f4f4f4;
    line-height: 1;
    letter-spacing: -3px; } }

@media only screen and (max-width: 765px) {
  .section-subtitle {
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    color: #11112A;
    line-height: normal;
    margin-top: 0; } }

@media only screen and (max-width: 765px) {
  .section-subtitle-bright {
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    color: #f4f4f4;
    line-height: normal;
    margin-top: 0; } }

@media only screen and (max-width: 765px) {
  .section-description-bright {
    margin: 0;
    padding-bottom: 18px;
    color: #f4f4f4; } }

.saturation-blend {
  width: 100%;
  height: 100%;
  background: #000;
  mix-blend-mode: saturation; }

.darken-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3a3a3a;
  opacity: 0.8; }

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* Button styling */
.menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: .75em 15px;
  line-height: 1em;
  font-size: 1em;
  color: #333; }

.menu-toggle:hover,
.menu-toggle:focus {
  outline: none; }

/*
 Default styles + Mobile first
 Offscreen menu style
*/
.main-menu {
  position: absolute;
  left: 200%;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  transition: left 0.3s ease, box-shadow 0.3s ease;
  z-index: 999; }

#main-menu-toggle {
  outline: none; }

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 2.5em 0 0;
  /* Hide shadow w/ -8px while 'closed' */
  -webkit-box-shadow: -8px 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -8px 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: -8px 0 8px rgba(0, 0, 0, 0.5);
  min-height: 100%;
  background: #1a1a1a; }

.main-menu a {
  display: block;
  padding: .75em 15px;
  line-height: 1em;
  font-size: 1em;
  font-family: Circular-Book,Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #383838; }

.main-menu li:first-child a {
  border-top: 1px solid #383838; }

.main-menu a:hover,
.main-menu a:focus {
  background: #333;
  text-decoration: underline; }

.main-menu .menu-close {
  position: absolute;
  right: 0;
  top: 0; }

/*
 On small devices, allow it to toggle...
*/
/*
 :target for non-JavaScript
 aria-expanded="true/false" will be for JavaScript
*/
.main-menu:target,
.main-menu[aria-expanded="true"] {
  left: 25%;
  right: 0;
  outline: none;
  -moz-box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25); }

.main-menu:target .menu-close,
.main-menu[aria-expanded="true"] .menu-close {
  z-index: 1001; }

.main-menu:target ul,
.main-menu[aria-expanded="true"] ul {
  position: relative;
  z-index: 1000; }

/*
 We could us `.main-menu:target:after`, but
 it wouldn't be clickable.
*/
.main-menu:target + .backdrop,
.main-menu[aria-expanded="true"] + .backdrop {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  cursor: default; }

@supports (position: fixed) {
  .main-menu,
  .main-menu:target + .backdrop,
  .main-menu[aria-expanded="true"] + .backdrop {
    position: fixed; } }
/*
 Larger screen styling
 Horizontal menu
*/
img.logo {
  width: 130px;
  cursor: pointer;
  margin: 0; }

#header-mobile {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #f4f4f4;
  width: 100vw;
  -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3); }

.nav-border {
  -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3); }

nav.nav-border {
  position: fixed;
  top: 0;
  background: #f4f4f4;
  width: 100vw;
  z-index: 11;
  display: grid;
  padding: 12px 10vw;
  align-items: center; }
  nav.nav-border a.logo-container-a {
    cursor: default !important; }
    nav.nav-border a.logo-container-a img {
      width: 130px;
      cursor: pointer; }
  nav.nav-border ul {
    padding: 0;
    grid-column-start: 2;
    text-align: right;
    justify-self: end; }
    nav.nav-border ul li {
      display: inline-block; }
      nav.nav-border ul li a {
        font-family: Circular-Book, sans-serif;
        font-size: 14px;
        color: #11112A;
        line-height: 0.9;
        letter-spacing: 0px;
        text-decoration: none;
        display: inline-block;
        margin-right: 40px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        nav.nav-border ul li a:hover {
          opacity: 0.5; }
    nav.nav-border ul li.selected-nav-item {
      position: relative; }
      nav.nav-border ul li.selected-nav-item a {
        font-family: Circular-Black, sans-serif;
        font-size: 14px;
        color: #11112A;
        line-height: 0.9;
        letter-spacing: 0px; }
      nav.nav-border ul li.selected-nav-item .selected-nav-item-shape {
        width: 30px;
        height: 5px;
        background: #ff5700;
        position: absolute;
        top: 25px;
        left: 0; }
    nav.nav-border ul .log-in-item {
      margin-right: 30px; }
    nav.nav-border ul .demo-item {
      font-weight: bold;
      color: #ff5700;
      background: white;
      padding: 10px 30px;
      margin-right: 0;
      box-shadow: 10px 11px 31px -13px rgba(0, 0, 0, 0);
      letter-spacing: 0.5px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      nav.nav-border ul .demo-item:hover {
        box-shadow: 10px 11px 31px -13px rgba(0, 0, 0, 0.5);
        opacity: 1;
        color: white;
        background: #ff5700; }

@media only screen and (min-width: 765px) {
  #main-menu #mobile-menu-list {
    display: none; } }
@media only screen and (max-width: 765px) {
  #main-menu #menu-list {
    display: none; }
    #main-menu #menu-list img.logo {
      width: 130px;
      cursor: pointer;
      margin-top: 20px;
      margin-left: 20px; } }
@media only screen and (min-width: 1025px) {
  #header-mobile {
    display: none; } }
@media only screen and (max-width: 1024px) {
  #main-nav {
    display: none; }

  #header-mobile img.logo {
    width: 130px;
    margin-top: 10px;
    margin-left: 10px; } }
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font-synthesis: none; }

body::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

body::-webkit-scrollbar-track {
  border-left: 1px solid #B2B2C0;
  background: #f4f4f4; }

body::-webkit-scrollbar-thumb {
  background-color: #ff5700; }

footer {
  font-family: Circular-Book, sans-serif;
  font-size: 14px;
  color: #11112A;
  line-height: normal;
  letter-spacing: normal; }

.main-container::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.main-container::-webkit-scrollbar-track {
  border-left: 1px solid #B2B2C0;
  background: #f4f4f4; }

.main-container::-webkit-scrollbar-thumb {
  background-color: #ff5700; }

.icons-container {
  position: fixed;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: auto;
  height: 100vh;
  top: 0;
  right: 0;
  padding: 0 20px;
  z-index: 10;
  margin-left: 20px; }
  .icons-container .icons-container-bg {
    position: absolute;
    top: 0;
    right: 0;
    background: #f4f4f4;
    height: 100%;
    width: 0;
    z-index: -1;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3); }
  .icons-container div.group-icon-container {
    z-index: 10;
    margin-top: 40vh;
    display: grid;
    grid-gap: 20px;
    grid-column-gap: 0; }
    .icons-container div.group-icon-container div.test-icon {
      height: 50px;
      width: 50px;
      border-radius: 25px;
      background: #afafb1;
      -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      -webkit-transition: all 1.5s ease;
      -moz-transition: all 1.5s ease;
      -ms-transition: all 1.5s ease;
      -o-transition: all 1.5s ease;
      transition: all 1.5s ease;
      opacity: 0.5;
      cursor: pointer;
      grid-column-start: 2; }
      .icons-container div.group-icon-container div.test-icon img {
        width: 50%;
        height: 100%;
        display: block;
        margin: auto; }
      .icons-container div.group-icon-container div.test-icon img.report-icon {
        width: 43%; }
      .icons-container div.group-icon-container div.test-icon:hover {
        opacity: 1; }
    .icons-container div.group-icon-container div.icons-tooltip-container {
      grid-column-start: 1;
      overflow: hidden;
      align-self: center;
      justify-self: end;
      display: none; }
      .icons-container div.group-icon-container div.icons-tooltip-container div.icons-tooltip {
        transform: translateX(-100%);
        -webkit-transition: all 1.5s ease;
        -moz-transition: all 1.5s ease;
        -ms-transition: all 1.5s ease;
        -o-transition: all 1.5s ease;
        transition: all 1.5s ease; }
        .icons-container div.group-icon-container div.icons-tooltip-container div.icons-tooltip span.tooltip {
          font-family: Circular-Book, sans-serif;
          font-size: 14px;
          color: #ff5700;
          line-height: normal;
          letter-spacing: normal;
          display: inline-block;
          margin-right: 10px; }
        .icons-container div.group-icon-container div.icons-tooltip-container div.icons-tooltip .tooltip-line {
          background: #ff5700;
          display: inline-block;
          width: 80px;
          height: 1px;
          transform: translateY(-4px); }
    .icons-container div.group-icon-container .report-container {
      grid-row-start: 1; }
    .icons-container div.group-icon-container .support-container {
      grid-row-start: 2; }
    .icons-container div.group-icon-container .sales-container {
      grid-row-start: 3; }
  .icons-container div.form-section-container {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
    position: absolute;
    top: 0;
    right: 0;
    background: #f4f4f4;
    z-index: -1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: max-content;
    grid-gap: 10px;
    padding: 150px;
    transform: translateX(100%);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease; }
    .icons-container div.form-section-container h2 {
      grid-column-start: span 4;
      font-size: 30px;
      margin-bottom: 20px; }
    .icons-container div.form-section-container .close-form {
      grid-column: 10 / 13;
      justify-self: end;
      align-self: center;
      font-family: Circular-Book, sans-serif;
      font-size: 14px;
      color: #ff5700;
      line-height: normal;
      letter-spacing: normal;
      border-bottom: 1px solid #ff5700;
      cursor: pointer;
      z-index: 2;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 0.7;
      margin-top: 10px; }
      .icons-container div.form-section-container .close-form:hover {
        opacity: 1; }
    .icons-container div.form-section-container .form-container {
      background: white;
      -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      grid-column-start: 1;
      grid-column-end: 13;
      padding: 40px;
      position: relative; }
      .icons-container div.form-section-container .form-container form {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
        grid-template-rows: max-content;
        padding-bottom: 57px; }
        .icons-container div.form-section-container .form-container form textarea, .icons-container div.form-section-container .form-container form input, .icons-container div.form-section-container .form-container form button {
          outline: none; }
        .icons-container div.form-section-container .form-container form .form-item {
          display: block;
          width: 100%;
          font-family: Circular-Book, sans-serif;
          font-size: 20px;
          color: #5B5B6E;
          line-height: normal;
          letter-spacing: 0;
          padding: 0 0 20px 0;
          border: none;
          margin-top: 30px; }
        .icons-container div.form-section-container .form-container form .form-name {
          margin-top: 0;
          text-transform: capitalize;
          grid-column-start: 1;
          grid-row-start: 1; }
        .icons-container div.form-section-container .form-container form .form-email {
          grid-column-start: 2;
          grid-row-start: 1;
          margin-top: 0; }
        .icons-container div.form-section-container .form-container form .form-message {
          resize: none;
          padding: 0;
          grid-column: 1 / 3;
          grid-row-start: 2; }
        .icons-container div.form-section-container .form-container form .form-message::-webkit-scrollbar {
          width: 10px; }
        .icons-container div.form-section-container .form-container form .form-message::-webkit-scrollbar-track {
          background-color: #f4f4f4; }
        .icons-container div.form-section-container .form-container form .form-message::-webkit-scrollbar-thumb {
          background-color: #ff5700; }
        .icons-container div.form-section-container .form-container form .form-origin {
          display: none; }
        .icons-container div.form-section-container .form-container form .form-send {
          text-decoration: none;
          position: absolute;
          padding: 10px 40px;
          background: #ff5700;
          font-family: Circular-Black, sans-serif;
          font-size: 16px;
          color: white;
          line-height: 1;
          letter-spacing: 0;
          bottom: 40px;
          right: 40px; }
        .icons-container div.form-section-container .form-container form div.form-line-container {
          height: 1px;
          width: 100%;
          background: #dfdfed;
          position: relative;
          overflow: hidden;
          transition: all 0.5s ease;
          transform: translateY(0);
          margin: 0;
          align-self: end; }
        .icons-container div.form-section-container .form-container form div.orange-line {
          height: 100%;
          width: 0;
          background: #ff5700;
          position: absolute;
          top: 0;
          left: 0; }
        .icons-container div.form-section-container .form-container form .input-line-text {
          grid-column-start: 1;
          grid-row-start: 1; }
        .icons-container div.form-section-container .form-container form .input-line-email {
          grid-column-start: 2;
          grid-row-start: 1;
          margin: 0; }
        .icons-container div.form-section-container .form-container form .input-line-message {
          grid-column: 1 / 3;
          grid-row-start: 2;
          margin: 0; }
    .icons-container div.form-section-container .form-item::-webkit-input-placeholder {
      font-family: Circular-Book, sans-serif;
      font-size: 20px;
      color: #dfdfed;
      line-height: normal;
      letter-spacing: 0;
      opacity: 1; }

span.wpcf7-list-item {
  margin: 0;
  font-size: 14px; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
               supported by Chrome and Opera */ }

.content-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
  padding: 150px;
  transform: translateX(0%);
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease; }

.saturation-blend {
  width: 100%;
  height: 100%;
  background: #000;
  mix-blend-mode: saturation; }

.shift-all-content {
  transform: translateX(-5%); }

p {
  font-family: Circular-Book, sans-serif;
  font-size: 18px;
  color: #11112A;
  line-height: 1.4;
  letter-spacing: 0px; }

.form-origin {
  display: none; }

div.wpcf7-response-output {
  font-family: Circular-Book, sans-serif;
  font-size: 12px;
  color: #11112A;
  line-height: 1.4;
  letter-spacing: 0px;
  margin: 0; }

.button {
  font-family: Circular-Black, sans-serif;
  font-size: 16px;
  color: white;
  line-height: normal;
  letter-spacing: normal;
  -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  text-align: center;
  background: #ff5700;
  padding: 10px 14px;
  letter-spacing: 0px;
  cursor: pointer;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform: translateY(0px);
  display: inline-block; }
  .button:hover {
    transform: translateY(-4px);
    box-shadow: 10px 25px 70px -16px rgba(0, 0, 0, 0.5); }

.orange-dot {
  color: #ff5700; }

div.highlight-container {
  overflow: hidden;
  transform: translateY(6px);
  padding: 3px 10px;
  margin: 0px -6px;
  display: inline-block;
  position: relative;
  z-index: 1; }
  div.highlight-container div.highlight-box {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ff5700;
    width: 100%;
    height: 100%; }

.italic {
  font-style: italic; }

.text-center {
  text-align: center; }

.underline {
  height: 10px;
  width: 100%; }

.rc-anchor {
  width: min-content !important; }

.nav-border {
  -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3); }

nav.nav-border {
  position: fixed;
  top: 0;
  background: #f4f4f4;
  width: 100vw;
  z-index: 11;
  display: grid;
  padding: 12px 10vw;
  align-items: center; }
  nav.nav-border img {
    width: 130px; }
  nav.nav-border ul {
    padding: 0;
    grid-column-start: 2;
    text-align: right;
    justify-self: end; }
    nav.nav-border ul li {
      display: inline-block; }
      nav.nav-border ul li a {
        font-family: Circular-Book, sans-serif;
        font-size: 14px;
        color: #11112A;
        line-height: 0.9;
        letter-spacing: 0px;
        text-decoration: none;
        display: inline-block;
        margin-right: 40px; }
        nav.nav-border ul li a:hover {
          opacity: 0.5; }
    nav.nav-border ul li.selected-nav-item {
      position: relative; }
      nav.nav-border ul li.selected-nav-item a {
        font-family: Circular-Black, sans-serif;
        font-size: 14px;
        color: #11112A;
        line-height: 0.9;
        letter-spacing: 0px; }
      nav.nav-border ul li.selected-nav-item .selected-nav-item-shape {
        width: 30px;
        height: 5px;
        background: #ff5700;
        position: absolute;
        top: 25px;
        left: 0; }
    nav.nav-border ul .log-in-item {
      margin-right: 30px; }
    nav.nav-border ul .demo-item {
      font-weight: bold;
      color: #ff5700;
      background: white;
      padding: 10px 30px;
      margin-right: 0;
      box-shadow: 10px 11px 31px -13px rgba(0, 0, 0, 0);
      letter-spacing: 0.5px;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
      nav.nav-border ul .demo-item:hover {
        box-shadow: 10px 11px 31px -13px rgba(0, 0, 0, 0.5);
        opacity: 1;
        color: white;
        background: #ff5700; }

@media only screen and (max-width: 1024px) {
  nav.nav-border {
    display: none; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bottom-container {
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw; }
  .bottom-container .orange-bottom {
    position: absolute;
    bottom: 0;
    right: 110%;
    height: 10px;
    width: 100%;
    background: #ff5700;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease; }

div.none {
  display: none; }

h2.section-title-cir {
  font-family: Circular-Black, sans-serif;
  font-size: 4em;
  color: #11112A;
  line-height: 0.9;
  letter-spacing: -2px; }

#wpadminbar {
  display: none !important; }

@media only screen and (max-width: 765px) {
  .content-a {
    grid-gap: 0;
    padding: 0;
    height: auto !important; }

  .bg1 {
    position: fixed;
    width: 100%;
    height: 167vh;
    background: #f4f4f4;
    top: 0;
    left: 0;
    z-index: -9;
    margin: 0;
    padding: 0; }

  .image-container {
    transition: all 1s ease;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 1;
    z-index: -1;
    position: relative;
    overflow: hidden;
    margin: 0;
    background-image: url("https://images.unsplash.com/photo-1510269478827-d76ef06093d0?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=f06a7714b3361cd6298395051d5e7596&auto=format&fit=crop&w=1500&q=80");
    background-size: cover;
    background-position: bottom left;
    height: 50vh; }
    .image-container .message-to-user {
      font-family: 'Merriweather', serif;
      font-weight: 300;
      font-style: italic;
      font-size: 14px;
      color: white;
      line-height: 0.9;
      display: inline-block;
      position: absolute;
      transition: all 0.8s ease;
      -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      right: 0;
      z-index: 5;
      background: transparent;
      color: #f4f4f4;
      top: 90px;
      width: 100%;
      padding: 20px 0;
      padding-left: 10vw; }
    .image-container .image-container-darken {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #3a3a3a;
      opacity: 0.8; }

  .page-title-text-container {
    color: black;
    margin: 0;
    align-self: auto;
    margin-top: -10vh;
    background: #f4f4f4;
    outline: 12px solid #f4f4f4;
    border: 6px solid #f4f4f4;
    z-index: 2;
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 2; }
    .page-title-text-container .b-title-container span.b-top-title {
      font-family: Circular-Black, sans-serif;
      font-size: 14px;
      color: #11112A;
      line-height: 1;
      letter-spacing: -2px;
      display: inline-block;
      letter-spacing: -0.5px;
      margin-bottom: 10px; }
    .page-title-text-container .b-title-container .b-top-title-line {
      display: none; }
    .page-title-text-container .b-title-container h2.b-title {
      font-family: Circular-Black, sans-serif;
      font-size: 35px;
      color: #11112A;
      line-height: 1em;
      letter-spacing: -2px;
      margin: 0;
      margin-bottom: 20px; }
    .page-title-text-container .b-title-container .post-by {
      font-family: Circular-Book, sans-serif;
      font-size: 18px;
      color: #11112A;
      line-height: 1em;
      letter-spacing: -0.5px; }

  .wp-content {
    padding: 10vw 10vw; }
    .wp-content * {
      grid-column: span 10; }
    .wp-content h2 {
      font-family: Circular-Black, sans-serif;
      font-size: 40px;
      color: #11112A;
      line-height: 1;
      letter-spacing: -2px;
      grid-column: span 12;
      margin-bottom: 0;
      width: 80%; }
    .wp-content h3 {
      font-family: Circular-Black, sans-serif;
      font-size: 24px;
      color: #11112A;
      line-height: 1;
      letter-spacing: -1px;
      grid-column: span 12;
      margin-bottom: 0;
      width: 80%; }
    .wp-content p {
      grid-column: span 10;
      margin: 0;
      line-height: 1.6; }
    .wp-content .gist {
      width: 100%; }
    .wp-content img {
      width: 100%; }
    .wp-content .highlighted-text {
      color: #ff5700; }
    .wp-content li {
      font-family: Circular-Book, sans-serif;
      font-size: 18px;
      color: #11112A;
      line-height: 1.4;
      letter-spacing: 0; }
    .wp-content .the_champ_sharing_container .the_champ_sharing_title {
      font-family: merriweather, serif;
      font-size: 20px;
      color: #5B5B6E;
      margin-top: 50px; } }
@media only screen and (max-width: 765px) and (max-width: 1024px) {
  .wp-content * {
    grid-column: span 12 !important; } }
@media only screen and (max-width: 765px) {
  .content-f {
    grid-gap: 20px; }

  div.f-title-container {
    grid-column-start: 1;
    grid-column-end: 13; }
    div.f-title-container .f-pre {
      position: relative;
      display: inline-block; }
      div.f-title-container .f-pre .f-pre-title {
        font-family: 'Merriweather', serif;
        font-weight: 100;
        font-style: italic;
        font-size: 20px;
        color: #11112A;
        line-height: 1;
        margin: 0;
        display: inline-block; }
      div.f-title-container .f-pre .f-pre-title-line {
        width: 170px;
        height: 1px;
        background: #11112A;
        display: inline-block;
        transform: translateY(-5px);
        margin-left: 10px; }
      div.f-title-container .f-pre .reveal {
        position: absolute;
        top: 0;
        left: 0;
        background: #11112A;
        height: 100%; }
    div.f-title-container .f-title {
      margin: 20px 0 45px; }

  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

  a.blog-box {
    text-decoration: none;
    display: block;
    transition: all 0.8s ease;
    cursor: pointer;
    background: white;
    grid-column-start: span 4;
    position: relative; }
    a.blog-box .go-arrow-mask {
      transition: all 0.8s ease;
      height: 50px;
      width: 100px;
      position: absolute;
      top: 20px;
      left: -10px;
      overflow: hidden; }
      a.blog-box .go-arrow-mask .go-arrow {
        transition: all 0.8s ease;
        background: #ff5700;
        height: 100%;
        width: 100%;
        direction: rtl;
        position: absolute;
        top: 0;
        left: -100%; }
        a.blog-box .go-arrow-mask .go-arrow svg {
          height: 15px;
          display: block;
          margin: 18px; }
    a.blog-box:hover .go-arrow {
      left: 0; }
    a.blog-box span.blog-tag {
      position: absolute;
      top: 20px;
      right: 20px;
      display: inline-block;
      font-family: Circular-Black, sans-serif;
      font-size: 12px;
      color: #ff5700;
      line-height: 1;
      letter-spacing: 0px;
      background: white;
      padding: 5px; }
    a.blog-box .blog-image-container {
      width: 100%;
      height: 200px;
      background-position: center;
      background-size: cover; }
    a.blog-box .blogtwo {
      background-image: url("https://images.unsplash.com/photo-1428765048792-aa4bdde46fea?auto=format&fit=crop&w=2089&q=80"); }
    a.blog-box .blogthree {
      background-image: url("https://images.unsplash.com/photo-1490131784822-b4626a8ec96a?auto=format&fit=crop&w=1500&q=80"); }
    a.blog-box h2 {
      font-family: Circular-Black, sans-serif;
      font-size: 20px;
      color: #11112A;
      line-height: 1;
      letter-spacing: 0;
      padding: 0 20px;
      height: 60px;
      margin-bottom: 0;
      overflow: hidden; }
    a.blog-box .blog-by-mask {
      margin-left: 20px;
      margin-bottom: 0px;
      overflow: hidden; }
      a.blog-box .blog-by-mask .blog-by-container {
        transition: all 0.8s ease;
        transform: translateX(-47px); }
        a.blog-box .blog-by-mask .blog-by-container .blog-by-line {
          height: 1px;
          width: 40px;
          background: #11112A;
          display: inline-block;
          transform: translateY(-3px);
          margin-right: 5px; }
        a.blog-box .blog-by-mask .blog-by-container span.blog-post-by {
          font-family: 'Merriweather', serif;
          font-weight: 100;
          font-style: italic;
          font-size: 14px;
          color: #ff5700;
          line-height: 1;
          display: inline-block; }
    a.blog-box .blog-about-text {
      padding: 5px 20px;
      font-size: 16px;
      margin-top: 5px;
      color: #5B5B6E; }
    a.blog-box:hover {
      transform: translateY(-10px);
      -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3); }
    a.blog-box:hover .blog-by-container {
      transform: translateX(0); }

  a.blog-button {
    font-family: Circular-Black, sans-serif;
    font-size: 16px;
    color: white;
    line-height: 1;
    letter-spacing: 0px;
    background: #dfdfed;
    grid-column-start: 6;
    grid-column-end: 8;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    text-decoration: none;
    opacity: 0.8; }

  .f-title-live-hunting {
    grid-column-start: 1;
    grid-column-end: 12;
    font-family: Circular-Black, sans-serif;
    font-size: 30px;
    color: #11112A;
    line-height: 0;
    letter-spacing: -2px; } }
@media only screen and (max-width: 765px) and (max-width: 1024px) and (min-width: 765px) {
  a.blog-box {
    grid-column: span 6 !important; } }
@media only screen and (max-width: 765px) and (max-width: 765px) {
  a.blog-box {
    grid-column: span 6 !important; }
    a.blog-box .blog-about-text {
      width: 100%;
      padding-bottom: 15px; }

  .mobile-blog-posts {
    display: block; }

  .content-f {
    padding: 30px 10vw;
    grid-template-columns: repeat(6, 1fr); }
    .content-f div.f-title-container {
      grid-column-end: 7; }
      .content-f div.f-title-container h2.section-title-cir {
        font-size: 3em !important; }
      .content-f div.f-title-container div.f-pre div.f-pre-title-line {
        display: none; } }
@media only screen and (max-width: 765px) {
  .last {
    margin-bottom: 20px !important; }

  .content-g .g-title-container {
    grid-column-start: 1;
    grid-column-end: 6; }
    .content-g .g-title-container .g-top-title-container h6.g-top-title {
      font-family: 'Merriweather', serif;
      font-weight: 100;
      font-style: italic;
      font-size: 20px;
      color: #11112A;
      line-height: 1;
      margin: 0;
      display: inline-block; }
    .content-g .g-title-container .g-top-title-container div.g-top-title-line {
      width: 170px;
      height: 1px;
      background: #11112A;
      display: inline-block;
      transform: translateY(-5px);
      margin-left: 10px; }
    .content-g .g-title-container .g-bottom-title-line {
      width: 170px;
      height: 1px;
      background: #11112A;
      margin-top: 30px; }
  .content-g h2.g-title {
    margin: 18px 0; }
  .content-g div.g-form-container {
    grid-column-start: 7;
    grid-column-end: 13;
    min-height: 500px;
    background: white;
    -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
    position: relative; }
    .content-g div.g-form-container form {
      width: 100%;
      height: 100%;
      padding: 60px; }
      .content-g div.g-form-container form textarea, .content-g div.g-form-container form input, .content-g div.g-form-container form button {
        outline: none; }
      .content-g div.g-form-container form .form-item {
        display: block;
        width: 100%;
        font-family: Circular-Book, sans-serif;
        font-size: 20px;
        color: #5B5B6E;
        line-height: normal;
        letter-spacing: 0;
        padding: 0 0 20px 0;
        border: none;
        margin-top: 30px; }
      .content-g div.g-form-container form .form-name {
        margin-top: 0;
        text-transform: capitalize; }
      .content-g div.g-form-container form .form-message {
        resize: none;
        padding: 0; }
      .content-g div.g-form-container form .form-message::-webkit-scrollbar {
        width: 10px; }
      .content-g div.g-form-container form .form-message::-webkit-scrollbar-track {
        background-color: #f4f4f4; }
      .content-g div.g-form-container form .form-message::-webkit-scrollbar-thumb {
        background-color: #ff5700; }
      .content-g div.g-form-container form .form-send {
        text-decoration: none;
        position: absolute;
        padding: 10px 40px;
        background: #ff5700;
        font-family: Circular-Black, sans-serif;
        font-size: 16px;
        color: white;
        line-height: 1;
        letter-spacing: 0;
        bottom: 30px;
        right: 60px;
        border: none !important; }
      .content-g div.g-form-container form div.form-line-container {
        height: 1px;
        width: 100%;
        background: #dfdfed;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all 0.5s ease;
        transform: translateY(0); }
      .content-g div.g-form-container form div.orange-line {
        height: 100%;
        width: 0;
        background: #ff5700;
        position: absolute;
        top: 0;
        left: 0; }
    .content-g div.g-form-container .form-item::-webkit-input-placeholder {
      font-family: Circular-Book, sans-serif;
      font-size: 20px;
      color: #dfdfed;
      line-height: normal;
      letter-spacing: 0;
      opacity: 1; } }
@media only screen and (max-width: 765px) and (max-width: 1024px) and (min-width: 765px) {
  div.g-form-container {
    grid-column-start: 6 !important; }

  h2.section-title-cir {
    font-size: 3em !important; } }
@media only screen and (max-width: 765px) and (max-width: 765px) {
  .content-g {
    padding: 30px 10vw;
    grid-template-columns: repeat(6, 1fr); }
    .content-g div.g-title-container {
      grid-column: span 6; }
      .content-g div.g-title-container div.g-top-title-container div.g-top-title-line {
        display: none; }
      .content-g div.g-title-container div.g-bottom-title-line {
        display: none; }
      .content-g div.g-title-container h2.section-title-cir {
        font-size: 3em !important; }
    .content-g div.g-form-container {
      grid-column: span 6; }
    .content-g form {
      padding: 20px !important; }
      .content-g form .form-send {
        right: 20px; }
    .content-g div.g-form-container {
      height: auto !important; } }
@media only screen and (max-width: 765px) {
  @keyframes live-indicator {
    from {
      left: -100%; }
    to {
      left: 100%; } }
  div.content-h h2.h-small-title {
    font-family: Circular-Black, sans-serif;
    font-size: 30px;
    color: #11112A;
    line-height: normal;
    letter-spacing: 0;
    grid-column: span 4; }
  div.content-h div.city-container {
    grid-column: span 6;
    grid-row-start: 2;
    margin-right: 20px; }
    div.content-h div.city-container div.city-video-mask {
      width: 100%;
      height: 250px;
      background: #dfdfed;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
      div.content-h div.city-container div.city-video-mask video.city-footage {
        width: 100%; }
      div.content-h div.city-container div.city-video-mask div.city-video-line {
        position: absolute;
        height: 5px;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #ff5700; }
        div.content-h div.city-container div.city-video-mask div.city-video-line div.city-video-line-loading {
          position: absolute;
          height: 5px;
          width: 100%;
          bottom: 0;
          left: 0;
          background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.99) 99%, white 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.99) 99%, white 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.99) 99%, white 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
          /* IE6-9 */
          opacity: 0.6;
          animation: live-indicator 2.5s infinite;
          animation-timing-function: ease; }
      div.content-h div.city-container div.city-video-mask span.city-weather {
        font-family: Circular-Black, sans-serif;
        font-size: 20px;
        color: white;
        line-height: normal;
        letter-spacing: normal;
        position: absolute;
        padding: 20px;
        background: #ff5700;
        bottom: 0;
        right: 0;
        -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
        box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
        z-index: 2; }
        div.content-h div.city-container div.city-video-mask span.city-weather span.deg {
          font-family: Circular-Book, sans-serif;
          font-size: 20px;
          color: white;
          line-height: normal;
          letter-spacing: normal;
          color: white;
          opacity: 0.7; }
      div.content-h div.city-container div.city-video-mask div.city-video-reveal {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #f4f4f4;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        z-index: 3; }
    div.content-h div.city-container h3.city-name {
      font-family: 'Merriweather', serif;
      font-weight: 900;
      font-style: normal;
      font-size: 4em;
      color: #11112A;
      line-height: normal;
      letter-spacing: -3px;
      margin-top: 16px;
      margin-bottom: 0; }
    div.content-h div.city-container div.city-details {
      display: grid;
      align-items: baseline;
      width: fit-content;
      grid-gap: 20px;
      margin-top: -20px; }
      div.content-h div.city-container div.city-details div.city-thin-line {
        width: 100px;
        height: 1px;
        background: #11112A;
        display: inline-block;
        grid-column-start: 1;
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px); }
      div.content-h div.city-container div.city-details p.city-number {
        display: inline-block;
        grid-column-start: 2; }
      div.content-h div.city-container div.city-details p.city-address {
        display: inline-block;
        grid-column-start: 3; } }
@media only screen and (max-width: 765px) and (max-width: 1024px) {
  .city-thin-line {
    display: none !important; }

  .city-footage {
    width: auto !important;
    height: 100%; } }
@media only screen and (max-width: 765px) {
  footer {
    padding: 100px 10vw;
    background: #e6e6e6;
    bottom: 0;
    z-index: -10;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr; }
    footer img {
      width: 170px; }
    footer p.legal-text {
      font-size: 11px;
      opacity: 0.7;
      align-self: end;
      grid-column-start: 1; }
    footer ul.footer-list {
      justify-self: end;
      list-style: none;
      margin: 0;
      padding: 0; }
      footer ul.footer-list li.footer-list-title {
        margin-bottom: 30px; }
        footer ul.footer-list li.footer-list-title a {
          font-family: Circular-Black, sans-serif;
          font-size: 14px;
          color: #11112A;
          line-height: normal;
          letter-spacing: normal; }
      footer ul.footer-list li {
        text-decoration: none;
        margin-bottom: 15px; }
        footer ul.footer-list li a {
          text-decoration: none;
          font-family: Circular-Book, sans-serif;
          font-size: 14px;
          color: #11112A;
          line-height: normal;
          letter-spacing: normal; }

  footer.mobile-footer {
    display: none; } }
@media only screen and (max-width: 765px) and (max-width: 765px) {
  footer {
    display: none; }

  footer.mobile-footer {
    padding: 30px 10vw;
    display: block; } }
@media only screen and (max-width: 765px) {
  form {
    padding: 20px; } }
/* Desktops and laptops ----------- */
@media only screen and (min-width: 765px) {
  .content-a {
    grid-gap: 0;
    padding: 0;
    height: 100vh; }

  .bg1 {
    position: fixed;
    width: 100%;
    height: 167vh;
    background: #f4f4f4;
    top: 0;
    left: 0;
    z-index: -9;
    margin: 0;
    padding: 0; }

  .image-container {
    transition: all 1s ease;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 1;
    z-index: -1;
    position: relative;
    overflow: hidden;
    margin: 0;
    background-image: url("https://images.unsplash.com/photo-1510269478827-d76ef06093d0?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=f06a7714b3361cd6298395051d5e7596&auto=format&fit=crop&w=1500&q=80");
    background-size: cover;
    background-position: bottom left; }
    .image-container .message-to-user {
      font-family: 'Merriweather', serif;
      font-weight: 300;
      font-style: italic;
      font-size: 20px;
      color: white;
      line-height: 0.9;
      background: #ff5700;
      display: inline-block;
      position: absolute;
      transition: all 0.8s ease;
      -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      right: 0;
      font-size: 16px;
      z-index: 5;
      padding: 20px 50px;
      background: transparent;
      color: #f4f4f4;
      border-bottom: 1px solid #ff5700;
      padding-right: 150px;
      padding-left: 0;
      top: 90px; }
    .image-container .image-container-darken {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #3a3a3a;
      opacity: 0.8; }

  .page-title-text-container {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    z-index: 2;
    margin: 120px 0 90px 10vw;
    align-self: end; }
    .page-title-text-container .b-title-container span.b-top-title {
      font-family: Circular-Black, sans-serif;
      font-size: 30px;
      color: #f4f4f4;
      line-height: 1;
      letter-spacing: -2px;
      display: inline-block;
      letter-spacing: -0.5px;
      margin-bottom: 10px; }
    .page-title-text-container .b-title-container .b-top-title-line {
      width: 50%;
      height: 2px;
      background: #f4f4f4;
      display: inline-block;
      transform: translateY(-6px);
      margin-left: 10px; }
    .page-title-text-container .b-title-container h2.b-title {
      font-family: Circular-Black, sans-serif;
      font-size: 4.5em;
      color: #f4f4f4;
      line-height: 1em;
      letter-spacing: -3.5px;
      margin: 0;
      margin-bottom: 50px; }
    .page-title-text-container .b-title-container .post-by {
      font-family: Circular-Book, sans-serif;
      font-size: 18px;
      color: #f4f4f4;
      line-height: 1em;
      letter-spacing: -0.5px; }

  .wp-content * {
    grid-column: span 10; }
  .wp-content h2 {
    font-family: Circular-Black, sans-serif;
    font-size: 40px;
    color: #11112A;
    line-height: 1;
    letter-spacing: -2px;
    grid-column: span 12;
    margin-bottom: 0;
    width: 40%; }
  .wp-content h3 {
    font-family: Circular-Black, sans-serif;
    font-size: 24px;
    color: #11112A;
    line-height: 1;
    letter-spacing: -1px;
    grid-column: span 12;
    margin-bottom: 0;
    width: 40%; }
  .wp-content p {
    grid-column: span 10;
    margin: 0;
    line-height: 1.6; }
  .wp-content .gist {
    width: 100%; }
  .wp-content img {
    width: 100%; }
  .wp-content .highlighted-text {
    color: #ff5700; }
  .wp-content li {
    font-family: Circular-Book, sans-serif;
    font-size: 18px;
    color: #11112A;
    line-height: 1.4;
    letter-spacing: 0; }
  .wp-content .the_champ_sharing_container .the_champ_sharing_title {
    font-family: merriweather, serif;
    font-size: 20px;
    color: #5B5B6E;
    margin-top: 50px; } }
@media only screen and (min-width: 765px) and (max-width: 1024px) {
  .wp-content * {
    grid-column: span 12 !important; } }
@media only screen and (min-width: 765px) {
  .content-f {
    grid-gap: 20px; }

  div.f-title-container {
    grid-column-start: 1;
    grid-column-end: 13; }
    div.f-title-container .f-pre {
      position: relative;
      display: inline-block; }
      div.f-title-container .f-pre .f-pre-title {
        font-family: 'Merriweather', serif;
        font-weight: 100;
        font-style: italic;
        font-size: 20px;
        color: #11112A;
        line-height: 1;
        margin: 0;
        display: inline-block; }
      div.f-title-container .f-pre .f-pre-title-line {
        width: 170px;
        height: 1px;
        background: #11112A;
        display: inline-block;
        transform: translateY(-5px);
        margin-left: 10px; }
      div.f-title-container .f-pre .reveal {
        position: absolute;
        top: 0;
        left: 0;
        background: #11112A;
        height: 100%; }
    div.f-title-container .f-title {
      margin: 20px 0 45px; }

  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

  a.blog-box {
    text-decoration: none;
    display: block;
    transition: all 0.8s ease;
    cursor: pointer;
    background: white;
    grid-column-start: span 4;
    position: relative; }
    a.blog-box .go-arrow-mask {
      transition: all 0.8s ease;
      height: 50px;
      width: 100px;
      position: absolute;
      top: 20px;
      left: -10px;
      overflow: hidden; }
      a.blog-box .go-arrow-mask .go-arrow {
        transition: all 0.8s ease;
        background: #ff5700;
        height: 100%;
        width: 100%;
        direction: rtl;
        position: absolute;
        top: 0;
        left: -100%; }
        a.blog-box .go-arrow-mask .go-arrow svg {
          height: 15px;
          display: block;
          margin: 18px; }
    a.blog-box:hover .go-arrow {
      left: 0; }
    a.blog-box span.blog-tag {
      position: absolute;
      top: 20px;
      right: 20px;
      display: inline-block;
      font-family: Circular-Black, sans-serif;
      font-size: 12px;
      color: #ff5700;
      line-height: 1;
      letter-spacing: 0px;
      background: white;
      padding: 5px; }
    a.blog-box .blog-image-container {
      width: 100%;
      height: 200px;
      background-position: center;
      background-size: cover; }
    a.blog-box .blogtwo {
      background-image: url("https://images.unsplash.com/photo-1428765048792-aa4bdde46fea?auto=format&fit=crop&w=2089&q=80"); }
    a.blog-box .blogthree {
      background-image: url("https://images.unsplash.com/photo-1490131784822-b4626a8ec96a?auto=format&fit=crop&w=1500&q=80"); }
    a.blog-box h2 {
      font-family: Circular-Black, sans-serif;
      font-size: 20px;
      color: #11112A;
      line-height: 1;
      letter-spacing: 0;
      padding: 0 20px;
      height: 60px;
      margin-bottom: 0;
      overflow: hidden; }
    a.blog-box .blog-by-mask {
      margin-left: 20px;
      margin-bottom: 0px;
      overflow: hidden; }
      a.blog-box .blog-by-mask .blog-by-container {
        transition: all 0.8s ease;
        transform: translateX(-47px); }
        a.blog-box .blog-by-mask .blog-by-container .blog-by-line {
          height: 1px;
          width: 40px;
          background: #11112A;
          display: inline-block;
          transform: translateY(-3px);
          margin-right: 5px; }
        a.blog-box .blog-by-mask .blog-by-container span.blog-post-by {
          font-family: 'Merriweather', serif;
          font-weight: 100;
          font-style: italic;
          font-size: 14px;
          color: #ff5700;
          line-height: 1;
          display: inline-block; }
    a.blog-box .blog-about-text {
      padding: 5px 20px;
      font-size: 16px;
      margin-top: 5px;
      color: #5B5B6E; }
    a.blog-box:hover {
      transform: translateY(-10px);
      -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
      box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3); }
    a.blog-box:hover .blog-by-container {
      transform: translateX(0); }

  a.blog-button {
    font-family: Circular-Black, sans-serif;
    font-size: 16px;
    color: white;
    line-height: 1;
    letter-spacing: 0px;
    background: #dfdfed;
    grid-column-start: 6;
    grid-column-end: 8;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    text-decoration: none;
    opacity: 0.8; }

  .f-title-live-hunting {
    grid-column-start: 1;
    grid-column-end: 12;
    font-family: Circular-Black, sans-serif;
    font-size: 30px;
    color: #11112A;
    line-height: 0;
    letter-spacing: -2px; } }
@media only screen and (min-width: 765px) and (max-width: 1024px) and (min-width: 765px) {
  a.blog-box {
    grid-column: span 6 !important; } }
@media only screen and (min-width: 765px) and (max-width: 765px) {
  a.blog-box {
    grid-column: span 6 !important; }
    a.blog-box .blog-about-text {
      width: 100%;
      padding-bottom: 15px; }

  .mobile-blog-posts {
    display: block; }

  .content-f {
    padding: 30px 10vw;
    grid-template-columns: repeat(6, 1fr); }
    .content-f div.f-title-container {
      grid-column-end: 7; }
      .content-f div.f-title-container h2.section-title-cir {
        font-size: 3em !important; }
      .content-f div.f-title-container div.f-pre div.f-pre-title-line {
        display: none; } }
@media only screen and (min-width: 765px) {
  .last {
    margin-bottom: 20px !important; }

  .content-g .g-title-container {
    grid-column-start: 1;
    grid-column-end: 6; }
    .content-g .g-title-container .g-top-title-container h6.g-top-title {
      font-family: 'Merriweather', serif;
      font-weight: 100;
      font-style: italic;
      font-size: 20px;
      color: #11112A;
      line-height: 1;
      margin: 0;
      display: inline-block; }
    .content-g .g-title-container .g-top-title-container div.g-top-title-line {
      width: 170px;
      height: 1px;
      background: #11112A;
      display: inline-block;
      transform: translateY(-5px);
      margin-left: 10px; }
    .content-g .g-title-container .g-bottom-title-line {
      width: 170px;
      height: 1px;
      background: #11112A;
      margin-top: 30px; }
  .content-g h2.g-title {
    margin: 18px 0; }
  .content-g div.g-form-container {
    grid-column-start: 7;
    grid-column-end: 13;
    min-height: 500px;
    background: white;
    -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
    position: relative; }
    .content-g div.g-form-container form {
      width: 100%;
      height: 100%;
      padding: 60px; }
      .content-g div.g-form-container form textarea, .content-g div.g-form-container form input, .content-g div.g-form-container form button {
        outline: none; }
      .content-g div.g-form-container form .form-item {
        display: block;
        width: 100%;
        font-family: Circular-Book, sans-serif;
        font-size: 20px;
        color: #5B5B6E;
        line-height: normal;
        letter-spacing: 0;
        padding: 0 0 20px 0;
        border: none;
        margin-top: 30px; }
      .content-g div.g-form-container form .form-name {
        margin-top: 0;
        text-transform: capitalize; }
      .content-g div.g-form-container form .form-message {
        resize: none;
        padding: 0; }
      .content-g div.g-form-container form .form-message::-webkit-scrollbar {
        width: 10px; }
      .content-g div.g-form-container form .form-message::-webkit-scrollbar-track {
        background-color: #f4f4f4; }
      .content-g div.g-form-container form .form-message::-webkit-scrollbar-thumb {
        background-color: #ff5700; }
      .content-g div.g-form-container form .form-send {
        text-decoration: none;
        position: absolute;
        padding: 10px 40px;
        background: #ff5700;
        font-family: Circular-Black, sans-serif;
        font-size: 16px;
        color: white;
        line-height: 1;
        letter-spacing: 0;
        bottom: 30px;
        right: 60px;
        border: none !important; }
      .content-g div.g-form-container form div.form-line-container {
        height: 1px;
        width: 100%;
        background: #dfdfed;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all 0.5s ease;
        transform: translateY(0); }
      .content-g div.g-form-container form div.orange-line {
        height: 100%;
        width: 0;
        background: #ff5700;
        position: absolute;
        top: 0;
        left: 0; }
    .content-g div.g-form-container .form-item::-webkit-input-placeholder {
      font-family: Circular-Book, sans-serif;
      font-size: 20px;
      color: #dfdfed;
      line-height: normal;
      letter-spacing: 0;
      opacity: 1; } }
@media only screen and (min-width: 765px) and (max-width: 1024px) and (min-width: 765px) {
  div.g-form-container {
    grid-column-start: 6 !important; }

  h2.section-title-cir {
    font-size: 3em !important; } }
@media only screen and (min-width: 765px) and (max-width: 765px) {
  .content-g {
    padding: 30px 10vw;
    grid-template-columns: repeat(6, 1fr); }
    .content-g div.g-title-container {
      grid-column: span 6; }
      .content-g div.g-title-container div.g-top-title-container div.g-top-title-line {
        display: none; }
      .content-g div.g-title-container div.g-bottom-title-line {
        display: none; }
      .content-g div.g-title-container h2.section-title-cir {
        font-size: 3em !important; }
    .content-g div.g-form-container {
      grid-column: span 6; }
    .content-g form {
      padding: 20px !important; }
      .content-g form .form-send {
        right: 20px; }
    .content-g div.g-form-container {
      height: auto !important; } }
@media only screen and (min-width: 765px) {
  @keyframes live-indicator {
    from {
      left: -100%; }
    to {
      left: 100%; } }
  div.content-h h2.h-small-title {
    font-family: Circular-Black, sans-serif;
    font-size: 30px;
    color: #11112A;
    line-height: normal;
    letter-spacing: 0;
    grid-column: span 4; }
  div.content-h div.city-container {
    grid-column: span 6;
    grid-row-start: 2;
    margin-right: 20px; }
    div.content-h div.city-container div.city-video-mask {
      width: 100%;
      height: 250px;
      background: #dfdfed;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
      div.content-h div.city-container div.city-video-mask video.city-footage {
        width: 100%; }
      div.content-h div.city-container div.city-video-mask div.city-video-line {
        position: absolute;
        height: 5px;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #ff5700; }
        div.content-h div.city-container div.city-video-mask div.city-video-line div.city-video-line-loading {
          position: absolute;
          height: 5px;
          width: 100%;
          bottom: 0;
          left: 0;
          background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.99) 99%, white 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.99) 99%, white 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.99) 99%, white 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
          /* IE6-9 */
          opacity: 0.6;
          animation: live-indicator 2.5s infinite;
          animation-timing-function: ease; }
      div.content-h div.city-container div.city-video-mask span.city-weather {
        font-family: Circular-Black, sans-serif;
        font-size: 20px;
        color: white;
        line-height: normal;
        letter-spacing: normal;
        position: absolute;
        padding: 20px;
        background: #ff5700;
        bottom: 0;
        right: 0;
        -webkit-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
        box-shadow: 10px 10px 70px -21px rgba(0, 0, 0, 0.3);
        z-index: 2; }
        div.content-h div.city-container div.city-video-mask span.city-weather span.deg {
          font-family: Circular-Book, sans-serif;
          font-size: 20px;
          color: white;
          line-height: normal;
          letter-spacing: normal;
          color: white;
          opacity: 0.7; }
      div.content-h div.city-container div.city-video-mask div.city-video-reveal {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #f4f4f4;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        z-index: 3; }
    div.content-h div.city-container h3.city-name {
      font-family: 'Merriweather', serif;
      font-weight: 900;
      font-style: normal;
      font-size: 4em;
      color: #11112A;
      line-height: normal;
      letter-spacing: -3px;
      margin-top: 16px;
      margin-bottom: 0; }
    div.content-h div.city-container div.city-details {
      display: grid;
      align-items: baseline;
      width: fit-content;
      grid-gap: 20px;
      margin-top: -20px; }
      div.content-h div.city-container div.city-details div.city-thin-line {
        width: 100px;
        height: 1px;
        background: #11112A;
        display: inline-block;
        grid-column-start: 1;
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px); }
      div.content-h div.city-container div.city-details p.city-number {
        display: inline-block;
        grid-column-start: 2; }
      div.content-h div.city-container div.city-details p.city-address {
        display: inline-block;
        grid-column-start: 3; } }
@media only screen and (min-width: 765px) and (max-width: 1024px) {
  .city-thin-line {
    display: none !important; }

  .city-footage {
    width: auto !important;
    height: 100%; } }
@media only screen and (min-width: 765px) {
  footer {
    padding: 100px 10vw;
    background: #e6e6e6;
    bottom: 0;
    z-index: -10;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr; }
    footer img {
      width: 170px; }
    footer p.legal-text {
      font-size: 11px;
      opacity: 0.7;
      align-self: end;
      grid-column-start: 1; }
    footer ul.footer-list {
      justify-self: end;
      list-style: none;
      margin: 0;
      padding: 0; }
      footer ul.footer-list li.footer-list-title {
        margin-bottom: 30px; }
        footer ul.footer-list li.footer-list-title a {
          font-family: Circular-Black, sans-serif;
          font-size: 14px;
          color: #11112A;
          line-height: normal;
          letter-spacing: normal; }
      footer ul.footer-list li {
        text-decoration: none;
        margin-bottom: 15px; }
        footer ul.footer-list li a {
          text-decoration: none;
          font-family: Circular-Book, sans-serif;
          font-size: 14px;
          color: #11112A;
          line-height: normal;
          letter-spacing: normal; }

  footer.mobile-footer {
    display: none; } }
@media only screen and (min-width: 765px) and (max-width: 765px) {
  footer {
    display: none; }

  footer.mobile-footer {
    padding: 30px 10vw;
    display: block; } }
@media only screen and (min-width: 765px) {
  .temp-mobile-container {
    display: none; }

  .content-container {
    padding: 150px 10vw;
    padding-bottom: 50px; }

  .content-f {
    padding-top: 0; }

  .content-a {
    padding: 0; } }

/*# sourceMappingURL=blogPost.css.map */
