/* === HELPER CLASSES === */

.alignRight {
  float: right;
}

.alignLeft {
  float: left;
}

/* === END HELPER CLASSES === */


/* === GENERAL RULES === */

/* === REMOVES ALL OF THE DEFAULT MARGINS AND PADDING ON EVERY ELEMENT === */

* {
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 16px;
  position: relative;
  height: 100%;
  margin: 0;
}

#admin-bg-gradient {
    background: rgb(18,153,113);
    background: linear-gradient(90deg, rgba(18,153,113,1) 0%, rgba(93,173,7,1) 100%);
}

html {
  height: 100%;
  margin: 0;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 20px 40px;
}

#home .container-fluid {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0;
}

#home #hero .container-fluid {
    background-color: rgba(28,32,36,0.3);
}

#home.page-wrapper .container-fluid:first-child {
    padding: 5px 40px !important;
    overflow: visible;
}

.remove-bg-overlay {
  background-color: transparent;
}

section {
  padding: 54px 0;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  outline: 0;
  border: none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  background-color: #1c2024;
  padding: 0;
}

.dropdown-item {
  color: rgb(197, 197, 197);
  padding: 9px 1.5rem;
}

.dropdown-item:hover {
  background-color: #e0e0e0;
}

.dropdown-divider {
  background-color: rgb(145,145,145);
  margin: 0;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-light .navbar-toggler-icon {
  cursor: pointer;
  background-image: url(../images/front/hamburger-small.png);
  margin-top: -5px;
}

/*.nav-white .navbar-light .navbar-toggler-icon-dark {*/
/*  background-image: url(../images/front/hamburger-dark-small.png);*/
/*}*/

#hero .fa-times {
  background-color: transparent;
  color: white;
  padding: 0;
  border-radius: 0;
  width: 0;
  margin-top: 32px;
  margin-left: -30px;
  cursor: pointer;
}

.nav-white #hero .fa-times {
  color: black;
}

.hide {
  opacity: 0;
}

.navbar-light .navbar-toggler {
  border-color: rgba(0,0,0,0)
}

b, strong {
  font-weight: bold;
}

.small {
  line-height: 1.5em;
  display: block;
  padding: 10px 0;
}

#login-content .text-danger.small {
  padding-bottom: 2px;
}

#login-content .small {
  padding: 0;
}

.form-check-label {
  padding-left: 0;
}

/* === END GENERAL RULES === */


/* === GLOBAL === */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#home p {
  padding-bottom: 15px;
}

#home p:last-child {
  padding-bottom: 5px;
}

.selling-points li {
  padding-bottom: 20px;
}

.header-top .container {
  padding: 6px 16px;
  overflow: visible;
}

.header-top form {
  float: left;
  margin-top: 2px !important;
}

img {
  max-width: 100%;
}

a[href^="tel"]{
  color:inherit;
  text-decoration:none;
}

/* === END GLOBAL === */

/* -------- HERO SECTION -------- */

#hero {
  background-image: url("../images/front/hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 50px;
  position: relative;
  height: auto;
  text-align: center;
  color: white;
  padding-top: 0;
}

#hero .container {
    margin-right: 40px;
    margin-left: 40px;
}

#home .header-top .container-fluid {
    padding: 6px 53px;
}

#hero h1, #find-a-job h1, #employers h1, #features h1, #newsletter h1 {
  font-family: 'Oswald', Helvetica, sans-serif;
  font-size: 81px;
  font-weight: 700;
  line-height: 1.05em;
  padding-bottom: 15px;
  color: white;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
}

.title {
  margin-top: 5px;
}

h3.subtitle {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-style: italic;
  text-align: left;
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
}

#hero .subtitle {
  margin-bottom: 81px;
  margin-top: 27px;
    width: 95%;
}

#hero .container-fluid:first-child {
  padding: 20px 53px;
}


#home .btn-secondary, #footer .btn-secondary {
    padding: 16px 22px !important;
    border-radius: 24px !important;
    background-color: #5dad07 !important;
    color: #fff !important;
    font-size: .975em !important;
    margin-top: 5px !important;
    line-height: 11px !important;
    border: none;
}

#hero .btn-secondary {
    margin-left: 15px;
}

.btn-secondary:hover {
    background-color: black !important;
}

#hero .btn-secondary, #find-a-job .btn-secondary {
    width: auto !important;
}

#home .btn.btn-outline-light:hover {
    color: black;
}

/* === HEADER AND NAVBAR === */

#hero .header-top a.nav-link {
  color: black;
}

#home nav .nav-link {
  font-family: 'Oswald', Helvetica, sans-serif;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;

}

#home .nav-link:hover {
  border-bottom: 3px solid #5dad07;
    color: white;
    opacity: .8;
}

#home .router-link-exact-active {
  border-bottom: 3px solid #5dad07;
}

#home .router-link-exact-active:hover {
    border-bottom: 3px solid #5dad07;
    opacity: 1 !important;
    color: white !important;
}

.navbar-brand {
  background-image: url('../images/front/logo.png');
  width: 158px;
  height: 46px;
  background-repeat: no-repeat;
  max-width: none;
  margin-top: -3px;
}

#home .navbar-toggler-icon {
  cursor: pointer;
  background-image: url(../images/front/hamburger-small.png);
  margin-top: -5px;
}

.site-header.header-dark {
    background-color: #1f1f1f;
}

.site-header.header-dark .navbar-brand {
    background-image: none;
    margin-top: -7px;
    width: 152px;
}

.site-header {
  background-color: #5dad07;
  background-repeat: no-repeat;
  height: 54px;
  padding: 0;
}

.site-header .nav-top li a, .site-header .nav-top li span, .site-header .nav-top li {
  font-family: 'Oswald', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
  line-height: .9em;
  padding: 0 5px;
}

.site-header .nav-top li a:hover  {
  color: white;
  opacity: .8;
  text-decoration: none;
}

.nav-top {
  padding-top: 10px;
  padding-left: 0;
}

.nav-top li {
  display: inline-block;
  margin: 0 7px;
}

.nav-top li:first-child {
  margin-right: 0;
}

.site-header .nav-top li a:first-child {
  padding-right: 0;
}

.nav-top li span {
  border-right: 1px solid rgb(145,145,145);
  border-left: 1px solid rgb(145,145,145);
  margin-right: -19px;
  padding-right: 11px;
  height: 11px;
  line-height: 0;
}

.bg-black {
    background-color: rgba(28,32,36,0.3);
}

/* === BUTTONS === */

#home a.btn-primary, #home a.btn-secondary {
  font-family: 'Roboto', Helvetica, sans-serif;
  border-radius: 36px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#home a.btn-primary {
 background-color: #f60582;
 padding: 16px 44px !important;
 font-size: .975em !important
}

#home a.btn-primary:hover {
  background-color: #b1035e;
}

#home a.btn-secondary {
  background-color: #5dad07;
  padding: 10px 24px;
}

#home .btn-secondary:hover, #footer .btn-secondary:hover {
  background-color: #498805 !important;
}

#hero .cta{
  text-align: left;
}

/* === LOGIN FORM === */

.input-group-prepend {
    float: left;
    width: 40px;
}

.input-group-prepend span{
    width: 40px;
    background-color: #FFC312;
    color: black;
    border:0 !important;
}

span.input-group-addon {
    background-color: #5dad07;
    width: 40px;
}

.input-group-addon .fa {
    font-size: 20px;
    line-height: 1.8em;
    opacity: 1;
}

/* === END LOGIN FORM === */

/* === FIND A JOB SECTION === */

#find-a-job, #employers, #newsletter {
  background-image: url("../images/front/job-seekers-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: auto;
  text-align: left;
  color: white;
  padding-bottom: 54px;
  padding-top: 0;
  overflow: hidden;
  margin: 0;
}

#find-a-job .container {
  padding: 0;
}

#find-a-job h1, #employers h1, #features h1, #newsletter h1 {
  font-size: 54px;
  line-height: 64px;
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: 'Oswald', Helvetica, sans-serif;
}

#find-a-job p, #employers p {
  color: white;
  text-align: left;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  font-family: 'Roboto', Helvetica, sans-serif;
  margin-bottom: 50px;
}

/* === EMPLOYERS SECTION === */

#employers {
  background-image: url("../images/front/employers-bg.jpg");
}

#employers p {
  margin-bottom: 30px;
}

/* === FEATURES SECTION === */

#features h1, #newsletter h1 {
  color: #0cb572;
  text-align: center;
  margin-top: 0;
}

#features .card-title {
  font-family: 'Oswald', Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #0cb572;
  font-size: 22px;
  margin-bottom: 30px;
}

#home p.card-text {
  color: black;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Roboto', Helvetica, sans-serif;
  text-align: justify;
  padding-bottom: 15px;
}

#features .card-img-top {
  width: 130px;
  margin: 30px auto 20px auto;
  transition: .5s;
}

#features .card-img-top:hover {
  width: 150px;
  transition: .5s;
}

#home .card {
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#home .card-body {
    padding: 1.25rem !important;
}

/* === NEWSLETTER SECTION === */

#newsletter {
  background-image: url("../images/front/newsletter-bg.jpg");
  text-align: center;
    padding-top: 50px;
}

#newsletter h1 {
    color: white;
    margin-bottom: 0;
}

#newsletter h3 {
    font-family: 'Oswald', Helvetica, sans-serif;
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 30px;
}

#newsletter p {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 18px;
    color: white;
}

.form-row {
    align-items: center;
}

small.form-text {
    margin-top: 10px;
}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* === FOOTER === */

footer {
    background-color: #171717;
    padding: 40px 0 0 0;
}

footer h4 {
    color: white;
    font-family: 'Oswald', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

footer p, address, footer li {
    color: #b0b0b0;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 15px;
    margin-left: 20px;
    line-height: 41px;
}

footer p, address {
    display: inline-block;
}

.fa {
    color: white;
    opacity: .5;
}

footer .fa {
    margin-top: 5px;
}

footer .fa-facebook-f {
    margin-right: 20px;
}

footer .fa-facebook-f, footer .fa-linkedin {
    color: white;
    opacity: 1;
    margin-top: 50px;
    transition: .3s;
}

footer .fa-facebook-f:hover, footer .fa-linkedin:hover {
    opacity: .5;
    transition: .3s;
}

.company {
    padding-left: 0;
}

.company li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}

.company li:before {
    content: "\25BA \0020";
    font-size: 11px;
    position: absolute;
    top: 1px;
    left: -20px;
    color: #5dad07;
}

#footer a li:hover, #footer a, footer a p:hover {
    text-decoration: none;
    opacity: .8;
}

#footer input, #footer textarea {
    margin-bottom: 20px;
}

#footer .footer-copyright {
    background-color: #1f1f1f;
    text-align: center;
    margin-top: 40px;
}

.copyright {
    height: 63px;
}

.copyright p {
    margin-top: 10px;
    font-size: 13px;
    padding-bottom: 0;
}

/******************** Override Star Admin Vue theme styles ********************/

.navbar {
    background: none !important;
}

#app .header-links li a {
    color: white !important;
    padding: 18px 24px !important;
}

/* === RESPONSIVENESS === */

@media only screen and (max-width: 1200px) {

    #employers .container{
        margin-right: 40px;
        margin-left: 40px;
    }

    #employers {
        background-image: url("../images/front/employers-bg2.jpg");
    }

    #employers h1 {
        font-size: 47px;
        line-height: 56px;
        margin-top: 50px;
        margin-bottom: 40px;
        font-family: 'Oswald', Helvetica, sans-serif;
    }

}

@media only screen and (max-width: 1130px) {

    #hero {
        background-image: url("../images/front/hero-bg3.jpg");
    }

}

@media only screen and (max-width: 1037px) {

    #employers {
        background-image: url("../images/front/employers-bg3.jpg");
    }

}

@media only screen and (max-width: 991px) {

    #hero .container {
        margin-right: 40px;
        margin-left: 40px;
    }

    #employers .container{
        margin-right: auto;
        margin-left: auto;
    }

    #find-a-job h1 {
        font-size: 47px;
        line-height: 57px;
        margin-top: 50px;
        margin-bottom: 40px;
        font-family: 'Oswald', Helvetica, sans-serif;
    }

    #find-a-job .container{
        max-width: 780px;
    }

    footer .fa-facebook-f, footer .fa-linkedin {
        margin-bottom: 70px;
    }

    #home .btn-secondary {
        margin-left: 0 !important;
    }

    .mt-small {
        margin-top: 30px;
    }

}

@media only screen and (max-width: 900px) {

    #hero .container {
        margin-right: 40px;
        margin-left: 40px;
    }

    #hero .title {
        font-size: 71px;
    }

    #hero .subtitle {
        margin-bottom: 61px;
        margin-top: 27px;
        font-size: 26px;
        line-height: 36px;
    }

    #find-a-job .container {
        margin-right: 0;
        padding-left: 80px;
    }

    #find-a-job h1, #employers h1, #features h1 {
        font-size: 47px;
        line-height: 57px;
        margin-top: 50px;
        margin-bottom: 40px;
        font-family: 'Oswald', Helvetica, sans-serif;
    }

    #find-a-job .container{
        padding-left: 0;
        padding-right: 40px;
    }

}

@media only screen and (max-width: 830px) {

    #find-a-job .container {
        margin-right: 0;
        padding-left: 0;
    }

    #find-a-job h1, #employers h1, #features h1 {
        font-size: 47px;
        line-height: 57px;
        margin-top: 50px;
        margin-bottom: 40px;
        font-family: 'Oswald', Helvetica, sans-serif;
    }

}

@media only screen and (max-width: 767px) {

    #hero {
        background-image: url("../images/front/hero-bg5.jpg");
    }

    #hero .title {
        font-size: 66px;
    }

    #hero .subtitle {
        margin-bottom: 61px;
        margin-top: 27px;
        font-size: 24px;
        line-height: 36px;
    }

    #find-a-job .container {
        margin-right: 40px;
        padding-left: 170px;
        padding-right: 30px;
    }

    #find-a-job h1, #employers h1, #features h1 {
        font-size: 41px;
        line-height: 50px;
        margin-top: 50px;
        margin-bottom: 40px;
        font-family: 'Oswald', Helvetica, sans-serif;
    }

    #employers .container {
        max-width: 630px;
    }

}

@media only screen and (max-width: 700px) {

    #employers .container {
        padding: 0 40px;
    }

    #find-a-job .container {
        padding-left: 130px;
    }

}

@media only screen and (max-width: 670px) {

    #find-a-job .container {
        padding-left: 120px;
    }

}

@media only screen and (max-width: 635px) {

    #find-a-job .container {
        padding-left: 80px;
    }

}

@media only screen and (max-width: 610px) {

    #hero {
        background-image: url("../images/front/hero-bg4.jpg");
    }

}

@media only screen and (max-width: 576px) {

    #hero .container {
        padding-right: 10px;
        padding-left: 25px;
        margin-left: 0;
        margin-right: 0;
    }

    .site-header .form-control {
        width: 60%;
        margin-right: 10px;
    }

    .header-top form {
        margin-top: -5px !important;
    }

    #employers .container {
        padding: 0 40px;
    }

    #find-a-job .container {
        padding-left: 40px;
    }

    #newsletter .form-row .btn-primary {
        margin-top: 20px;
    }

    #footer h4:last-of-type {
        margin-top: 50px;
    }

}

@media only screen and (max-width: 540px) {

    #hero .title {
        font-size: 61px;
    }

}

@media only screen and (max-width: 504px) {

    #hero .title {
        font-size: 51px;
    }

    .cta .btn-primary {
        margin-bottom: 20px;
    }

    .site-header form {
        width: 57%;
    }

    .site-header .form-control {
        width: 50%;
        margin-right: 10px;
    }

}

@media only screen and (max-width: 414px) {

    #hero .title {
        font-size: 40px;
    }

    #newsletter h3 {
        font-size: 20px;
        line-height: 24px;
    }

    footer .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    footer .fa-envelope, footer .fa-phone, footer .fa-map-marker {
        font-size: 1rem;
    }

    .register .auth-form-light {
        padding: 2rem !important;
    }

    .mt-xs-3 {
        margin-top: 60px;
    }

    #app .header-links li a {
        color: white !important;
        padding: 18px 8px !important;
    }

    #home .header-top .container-fluid {
        padding: 6px 12px;
    }

    #home.page-wrapper .container-fluid:first-child {
        padding: 6px 16px !important;
        overflow: visible;
    }

    #app .brand-logo-mini {
        width: 37px;
        height: 46px;
    }

    #app .fc-button {
        font-size: .6em !important;
    }

    .fc-toolbar h2 {
        font-size: .7em !important;
    }

    #app .widget .widgettitle {
        font-size: 37px;
    }

}

@media only screen and (max-width: 375px) {

    .navbar .navbar-menu-wrapper .navbar-nav.header-links .nav-item .nav-link {
        font-size: 0.7rem !important;
    }

    #app .header-links li a {
        color: white !important;
        padding: 18px 7px !important;
    }

    #hero .title {
        font-size: 40px;
    }

    .ais-SearchBox-input {
        width: 87% !important;
    }

}

@media only screen and (max-width: 360px) {

    .navbar .navbar-menu-wrapper .navbar-nav.header-links .nav-item .nav-link {
        font-size: 0.7rem !important;
    }

    #app .header-links li a {
        color: white !important;
        padding: 18px 7px !important;
    }

    .navbar-brand {
        background-image: url('../images/front/logo-small.png') !important;
        width: 104px !important;
        height: 30px !important;
        margin-top: 4px !important;
    }

    #app .brand-logo-mini {
        width: 37px;
        height: 46px;
    }

    #hero .title {
        font-size: 40px;
    }

}

@media only screen and (max-width: 320px) {

    #home.page-wrapper .container-fluid:first-child {
        padding: 5px 16px !important;
    }

    .navbar .navbar-menu-wrapper .navbar-nav.header-links .nav-item .nav-link {
        font-size: 0.5rem !important;
    }

    .navbar .navbar-brand-wrapper {
        width: 51px !important;
    }

    #app .brand-logo-mini {
        margin-left: 12px !important;
        width: 37px !important;
        height: 46px !important;
    }

    .navbar .navbar-menu-wrapper {
        padding: 0 !important;
    }

    #hero .title {
        font-size: 40px;
    }

}

/* === ANIMATIONS === */

#hero .cta, #hero .logo, #hero .navbar-nav {
    animation-duration: 1.5s;
    animation-delay: 1s;
}

.header-top .nav-top, .header-top .form-inline {
    animation-duration: 1.5s;
}

#find-a-job .row {
    animation-duration: 1.5s;
    animation-delay: 2s;
}

#employers .row {
    animation-duration: 1.5s;
    animation-delay: 3s;
}

#features .col-md-12 {
    animation-duration: 1.5s;
    animation-delay: 4s;
}

#features .mt-5 {
    animation-duration: 1.5s;
    animation-delay: 5s;
}

#newsletter .row {
    animation-duration: 1.5s;
    animation-delay: 6s;
}

#footer .col-lg-3 {
    animation-duration: 1.5s;
    animation-delay: 8s;
}

.footer-copyright .row {
    animation-duration: 1.5s;
    animation-delay: 9s;
}
