:root {
  --black: #000000;
  --white: #ffffff;
  --blue: #2A414F;
  --orange: #ea6a55;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--white);
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 25px;
}

article {
  margin-top: 50px;
}

article a {
  padding-bottom: 50px;
}

#content {
  min-height: 80vh;
}

.error404 .not-found {
  min-height: 80vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  place-content: center;
  padding-bottom: 120px;
}

@media screen and (min-width: 768px) {
  .error404 .not-found .entry-title {
    font-size: 200px;
  }
}

.error404 .not-found .home-btn {
  color: var(--black);
  background: var(--white);
  padding: 15px;
}

.error404 .not-found .entry-content p {
  padding-bottom: 25px;
}

.home-btn,
.button-div .button {
  padding: 15px 20px;
  margin-top: 50px;
  border-radius: 30px;
}

select, input {
  height: 40px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.hide {
  display: none !important;
}

#header {
  display: flex;
}

#header .container {
  display: flex;
  justify-content: space-between;
}

#header .container .menu {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}

#header .container .menu a {
  padding-right: 30px;
}

#header .container nav {
  display: flex;
  align-self: center;
}

#header .container nav a {
  color: var(--black);
}

#header .menu {
  display: flex;
}

#header .menu li {
  list-style: none;
  display: flex;
  align-self: center;
}

#header .menu .sub-menu {
  display: none;
}

#header .menu .menu-item {
  position: relative;
}

#header .menu .menu-item .sub-menu {
  position: absolute;
  z-index: 2;
  width: 160px;
  margin: 0;
  padding-left: 0;
  background: var(--white);
  margin-top: 30px;
}

#header .menu .menu-item:hover > .sub-menu {
  display: block;
  position: absolute;
}

#header .menu .menu-item:hover > .sub-menu a {
  color: var(--black);
  padding: 5px;
}

#footer {
  background: var(--blue);
  color: var(--white);
  padding: 40px 0;
}

#footer .container {
  justify-content: center;
}

#footer .social_icon {
  display: flex;
  justify-content: center;
  padding: 0;
}

#footer .social_icon li {
  list-style: none;
}

@font-face {
  font-family: Gibson-Regular;
  src: url("fonts/Gibson-Regular.ttf");
}

@font-face {
  font-family: Gibson-Bold;
  src: url("fonts/Gibson-Bold.ttf");
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Righteous-Regular", sans-serif;
  font-weight: 100;
}

h1 {
  font-size: 60px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 80px;
  }
}

p {
  font-family: "Righteous-Regular", sans-serif;
  font-size: 22px;
}

.salary {
  font-size: 16px;
}

#hero-section {
  background-size: cover;
  min-height: 100vh;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("images/mobile-bg.jpg");
}

@media screen and (min-width: 768px) {
  #hero-section {
    background-image: url("images/tal-background.png");
  }
}

#hero-section::after {
  content: '';
  background-color: var(--blue);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: .7;
}

#hero-section label {
  padding-bottom: 10px;
}

#hero-section .container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

#hero-section .container .wpcf7-text {
  height: 50px;
  margin: 10px 0;
  padding: 0 20px;
  border-radius: 30px;
  width: 100%;
}

#hero-section .container .wpcf7-submit {
  background: var(--black);
  color: var(--white);
  border: none;
  border-radius: 40px;
  padding: 13px 50px;
}

#hero-section .container .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -38px;
  font-size: 14px;
}

#hero-section .container form {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

#hero-section .container h1 {
  margin-top: 150px;
}

#hero-section .container .input-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 80px 0 150px 0;
}

#hero-section .influencer-div, #hero-section .salary-div {
  width: 30%;
  display: flex;
  flex-direction: column;
}

#hero-section .submit-btn {
  background: var(--orange);
}

#hero-section .submit-btn p {
  font-size: 18px;
  display: flex;
  margin: 0;
  padding: 6px 15px;
  color: var(--white);
}

#hero-section #submit {
  cursor: pointer;
}

#hero-section select {
  display: none !important;
}

#hero-section .dropdown-select {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
  background-color: #fff;
  border: solid 1px #eee;
  box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

#hero-section .dropdown-select:focus {
  background-color: #fff;
}

#hero-section .dropdown-select:hover {
  background-color: #fff;
}

#hero-section .dropdown-select:active,
#hero-section .dropdown-select.open {
  background-color: #fff !important;
  border-color: #bbb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

#hero-section .dropdown-select:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: '';
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}

#hero-section .dropdown-select.open:after {
  transform: rotate(-180deg);
}

#hero-section .dropdown-select.open .list {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

#hero-section .dropdown-select.open .option {
  cursor: pointer;
}

#hero-section .dropdown-select.wide {
  width: 100%;
  color: #000;
}

#hero-section .dropdown-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

#hero-section .dropdown-select .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform: scale(0.75);
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 250px;
  overflow: auto;
  border: 1px solid #ddd;
}

#hero-section .dropdown-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

#hero-section .dropdown-select .dd-search {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
}

#hero-section .dropdown-select .dd-searchbox {
  width: 90%;
  padding: 0.5rem;
  border: 1px solid #999;
  border-color: #999;
  border-radius: 4px;
  outline: none;
}

#hero-section .dropdown-select .dd-searchbox:focus {
  border-color: var(--orange);
}

#hero-section .dropdown-select .list ul {
  padding: 0;
}

#hero-section .dropdown-select .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  list-style: none;
  color: #000;
}

#hero-section .dropdown-select .option:hover,
#hero-section .dropdown-select .option:focus {
  background-color: #f6f6f6 !important;
}

#hero-section .dropdown-select .option.selected {
  font-weight: 600;
  color: var(--orange);
}

#hero-section .dropdown-select .option.selected:focus {
  background: #f6f6f6;
}

#hero-section .dropdown-select a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

#hero-section .dropdown-select a:hover {
  color: #666;
}

#salary-div {
  background-color: var(--blue);
  padding: 50px 0;
  display: flex;
  display: none;
}

#salary-div .container {
  width: 80%;
}

#salary-div .influencer {
  display: none;
}

#salary-div .influencer img {
  width: 250px;
}

#salary-div .info {
  display: flex;
  justify-content: space-around;
}

#salary-div .info p {
  display: inline;
}

#salary-div .info .content {
  padding-left: 50px;
}

#salary-div .salary-breakdown {
  text-align: center;
  padding: 10px 0;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 40px;
}

#salary-div .salary-breakdown .salary-div {
  display: flex;
  padding: 10px 0;
  margin-top: 20px;
  justify-content: space-between;
}

#salary-div .salary-breakdown .salary-div .salary {
  width: 20%;
}

#salary-div .salary-breakdown .salary-div .salary small {
  padding-left: 5px;
}

#salary-div .salary-breakdown #headerName {
  text-transform: uppercase;
}

#salary-div .counter {
  font-size: 100px;
  text-align: center;
  color: var(--orange);
  display: inline;
  margin: 0 10px;
}

#salary-div .header-div {
  position: relative;
  background: var(--orange);
  padding: 10px 0;
}

#salary-div .header-div:after {
  position: absolute;
  content: '';
  bottom: -40px;
  left: calc(50% - 10px);
  border-top: 20px solid var(--orange);
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

#salary-div .minutes {
  display: contents;
  color: var(--orange);
}

#salary-div .currency {
  color: var(--orange);
}

#salary-div #year {
  color: var(--orange);
}

#salary-div #minutesEarned {
  display: inline;
  color: var(--orange);
}

#salary-div small {
  display: block;
  color: var(--orange);
}

#salary-div #ticker {
  display: block;
  margin-bottom: 25px;
}
/*# sourceMappingURL=style.css.map */