/*
Theme Name:		Gogiveone
Theme URI:
Version: 		0.0.1
Description:
Author: 		LughStudio
Author URI:		https://lughstudio.com/
Tags:
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'GT-Pressura';
  src: url("fonts/gt-pressura-mono-regular.woff") format("woff2"), url("fonts/gt-pressura-mono-regular.woff") format("woff"), url("fonts/gt-pressura-mono-regular.ttf") format("truetype");
  /* Safari, Android, iOS */ }

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4em;
  text-transform: none; }

h2 {
  font-size: 50px; }
  h2 + p {
    margin-top: 0; }
  @media (max-width: 767.98px) {
    h2 {
      font-size: 34px; } }

h4 {
  font-family: 'GT-Pressura' !important;
  font-size: 28px;
  line-height: 40px; }

.lightbox-handle {
  -webkit-backface-visibility: hidden;
  background-color: #fd5436;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 34px;
  padding: 10px 2.5em;
  text-transform: none;
  -webkit-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  transition: .1s opacity linear; }
  .lightbox-handle:focus {
    outline: none; }

.fun-scroll-to-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 2px #ff5b35;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  color: #ff5b35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  line-height: 22px;
  min-width: 120px;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none; }
  .fun-scroll-to-top:hover {
    background-color: #ffffff;
    border: solid 2px #ffffff; }

.pum-container {
  background: #fff !important;
  font-family: sans-serif !important;
  margin: 0 auto !important;
  max-width: 680px !important;
  padding: 40px !important;
  position: relative !important; }
  .pum-container .pum-title {
    color: #333;
    font-size: 22px;
    line-height: 1.2em;
    margin-right: 22px; }

.gform_wrapper.gravity-theme .gfield_label {
  color: #222 !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: normal !important; }

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  color: #222 !important;
  font-size: 13px !important; }

.gform_footer {
  text-align: center; }

.gform_wrapper [type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #272727;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: auto;
  letter-spacing: 0px;
  line-height: 1em;
  padding: 1em 2.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-transform: none;
  width: auto; }

.shiftnav-toggle-main-block, .shiftnav-target {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.shiftnav-nav .current-menu-item a {
  background-color: #ff5b35 !important; }

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%; }

.divider-header {
  margin-bottom: 28px;
  margin-top: 0;
  text-align: center;
  white-space: pre-wrap; }

.modal-body {
  padding: 67px 67px 20px 67px !important; }
  @media (max-width: 767.98px) {
    .modal-body {
      padding: 60px 20px 0px 20px !important; } }
  .modal-body__header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 42px;
    font-weight: 500;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 50px;
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      .modal-body__header {
        font-size: 36px; } }
    .modal-body__header img {
      margin-right: 40px; }
  .modal-body__text {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px; }

.sub-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px; }
  .sub-header__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    text-align: center; }
    @media (max-width: 767.98px) {
      .sub-header__text {
        text-align: center; } }
    .sub-header__text p {
      color: #000;
      font-size: 22px;
      line-height: 33px; }
      .sub-header__text p a {
        color: #000;
        text-decoration: underline; }
      .sub-header__text p strong {
        color: #FF5B35; }
  @media (max-width: 767.98px) {
    .sub-header__image {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 20px;
      text-align: center;
      width: 100%; } }

.header__nav-menu {
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 100; }
  .header__nav-menu li {
    list-style: none;
    padding: 0 10px; }
    .header__nav-menu li a {
      color: #fff;
      font-family: "Helvetica Neue", Arial, sans-serif; }

.content-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 5vmax;
  padding-top: 5vmax;
  position: relative;
  width: 100%; }
  @media (max-width: 991.98px) {
    .content-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 2vmax 6vw; } }
  .slider_coalition .content-wrapper {
    padding-bottom: 3.3vmax;
    padding-top: 14.3vmax; }
  .content-wrapper_page {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.slider {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("images/gogiveone-bg.jpg") no-repeat center;
  -moz-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh; }
  .slider_coalition {
    background: url("images/gg1_logo_4_line_rgb.png") no-repeat center 40px;
    -moz-background-size: contain;
    background-size: contain;
    min-height: auto; }
    @media (max-width: 991.98px) {
      .slider_coalition {
        -moz-background-size: 110%;
        background-size: 110%; } }
    @media (max-width: 767.98px) {
      .slider_coalition {
        -moz-background-size: 150%;
        background-size: 150%; } }

img {
  max-width: 100%; }

.page-section {
  background-color: #ff5b35;
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif; }
  .page-section_inverted {
    background-color: #e6e6e6;
    color: #ff5b35; }
  .page-section_transparent {
    background-color: #fff;
    color: #000; }
    .page-section_transparent h2 {
      color: #ff5b35; }
  .page-section__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%; }
  .page-section__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
    @media (max-width: 991.98px) {
      .page-section__col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .page-section_inverted .page-section__col, .page-section__col_centered {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .page-section__col_aligned {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .page-section__col_start_centered {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .page-section__col_full-width {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .page-section__col_full-width h2 {
        text-align: center; }
      .page-section__col_full-width .page-section__ex-text {
        text-align: center; }
    .page-section__col_right {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .page-section__col_text-center {
      text-align: center; }
  .page-section p {
    font-size: 22px;
    line-height: 30px; }
    @media (max-width: 767.98px) {
      .page-section p {
        font-size: 18px;
        line-height: 24px; } }
    .page-section p a {
      color: #fff; }
    .page-section p strong {
      font-size: 27px;
      line-height: 37px; }
      @media (max-width: 767.98px) {
        .page-section p strong {
          font-size: 20px;
          line-height: 28px; } }
  .page-section .share a {
    text-decoration: none; }
  .page-section .share svg {
    height: 35px;
    width: 35px; }
  .page-section__ex-text {
    color: #000;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 40px !important; }
    @media (max-width: 767.98px) {
      .page-section__ex-text {
        font-size: 24px !important;
        font-weight: 500 !important;
        line-height: 36px !important; } }

.logotips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .logotips__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 87px 17px;
    width: 20%; }
    @media (max-width: 991.98px) {
      .logotips__item {
        padding: 47px 17px;
        width: 28%; } }
    @media (max-width: 767.98px) {
      .logotips__item {
        padding: 27px 17px;
        width: 100%; } }
    .logotips__item img {
      max-height: 70px;
      max-width: 100%;
      width: auto; }

.footer {
  background-color: #000; }
  .footer .content-wrapper {
    padding-bottom: 40px;
    padding-top: 40px; }
  .footer p {
    color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: center; }
    .footer p a {
      color: #fff; }
  .footer__nav-menu {
    margin: 0 auto;
    padding: 34px 0; }
    .footer__nav-menu li {
      text-align: center; }
      .footer__nav-menu li a {
        background-image: unset;
        background-position: unset;
        background-repeat: unset;
        -moz-background-size: unset;
        background-size: unset;
        color: #fd5436;
        font-family: "Helvetica Neue", Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        -webkit-text-decoration-color: currentColor;
        -moz-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
        -webkit-text-decoration-line: underline;
        -moz-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-skip: auto;
        text-decoration-skip: auto;
        -webkit-text-decoration-skip: ink;
        text-decoration-skip-ink: auto;
        -webkit-text-decoration-style: solid;
        -moz-text-decoration-style: solid;
        text-decoration-style: solid;
        text-decoration-thickness: 1px;
        text-underline-offset: .2em; }

.block-content {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  max-width: 50%;
  text-transform: none; }
  @media (max-width: 991.98px) {
    .block-content {
      max-width: 100%; } }
  .block-content h3 {
    text-decoration: underline; }

.block-code {
  padding: 17px; }

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