.footer {
    text-align: center;
    padding: 15px 0;
    color: #fff;
    background-color: var(--main-bg-color);
    bottom: 0;
    left: 0;
    width: 100%;
}


footer .signUp h2, footer input, footer [type=text] {
    padding: 1em;
    color: #000;
    width: 20vw;
}

footer input[type=text]:focus {
    border: 3px solid var(--main-red-color);
}

/* Email Signup - Call to Action */

.form-inline {
    display: flex;
    /*flex-flow: row wrap;*/
    align-items: center;
    justify-content: center;
    padding: 2em;
}

.form-inline label {
    padding: 2em;
}

.form-inline input {
    vertical-align: middle;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: calc(100% / 4 - 1rem);
}

#email {
    margin: auto 0;
}

.form-inline button {
    padding: 10px 20px;
    font-family: "Open Sans", bold;
    background-color: var(--main-red-color);
    border: 1px solid var(--main-red-color);
    color: white;
    cursor: pointer;
}

.form-inline button:hover {
    background-color: var(--lt-blue-color);
    border: 1px solid var(--lt-blue-color);
}

footer {
    margin-top: auto !important;
}

@media (max-width: 800px) {
    .form-inline input {
        margin: 10px 0;
        width: 100%;
    }

    .form-inline {
        flex-direction: column;
        align-items: stretch;
    }
}



/*.footer-container {*/
/*  padding: 15px;*/
/*  background-color: var(--main-bg-color);*/
/*  bottom: 0;*/
/*  position: absolute;*/
/*  width: 100vw;*/
/*  color: #fff;*/
/*}*/

.footer-container a {
    /*margin-left: 10px;*/
    display: inline-block;
    margin-bottom: 5px;
}

.footer-container img {
    display: grid;
    grid-auto-columns: max-content;
    padding: 0.5em;
}

.ourAffiliates {
    background-color: #364467;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
    padding: 5vw 0 !important;
    border: 0px solid yellow;
}

.ourAffiliates h4 {
    font-weight: bold;
    margin: 0px !important;
    padding: 15px 0 !important;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.ourAffiliates h4,
.ourAffiliates a {
    width: auto !important;
    height: 100% !important;
    border: 0px solid yellow;
}

.ourAffiliates a > img {
    opacity: 0.75;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    max-width: 150px !important;
    max-height: 90px !important;
    border: 0px solid green;
    margin: 0px !important;
    padding: 0px !important;
}

.ourAffiliates a {
    margin: 0px 3rem;
}

.ourAffiliates a,
.ourAffiliates a > img {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    height: 60px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ourAffiliates a:hover,
.ourAffiliates a > img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 1em;
}

._address {
    /*padding: 1em;*/
    text-align: start;
}
._address a {
    color: var(--home-txt);
    text-decoration: none;
}

._social ul {
    list-style: none;
}

/*._social {*/
/*  display: flex;*/
/*  justify-content: flex-end;*/
/*  align-items: center;*/
/*}*/
/*--- SOCIAL MEDIA ICONS ---*/
._social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

._social a {
    margin: 0 0.5rem;
    color: white;
}
._social i {
    background-color: rgba(34,50,88,1.0);
    border-radius: 10px;
    font-size: 3.3rem;
    line-height: 32px;
    line-height: 2.8rem;
    transform: scale(1.01,1);
}

._social a:hover {
    color: rgba(61, 96, 152);
}
._social a.facebook:hover {
    color: rgba(61, 96, 152);
}
._social a.twitter:hover {
    color: rgb(105, 171, 232);
}
._social a.instagram:hover {
    color: rgba(255, 255, 255, 1);
    background: white;
    border-radius: 5px;
    line-height: 0.3rem;
    transform: scale(1.01,1);
}
._social a.youtube:hover {
    color: rgba(255, 255, 255, 1);
}
._social a.envelope:hover {
    color: rgba(61, 96, 152);
}

._social i:hover {
    background-color: rgba(255, 255, 255, 1);
}

._social i.fa-instagram-square:hover {
    border-radius: 5px;
    background: linear-gradient(225deg,#405DE6 10%,#5851DB 20%,#833AB4 30%,#C13584 40%,#E1306C 50%,#FD1D1D 60%,#f56040 70%,#f77737 80%,#fcaf45 90%,#ffdc80 100%);
    background: -moz-linear-gradient(225deg,#405DE6 10%,#5851DB 20%,#833AB4 30%,#C13584 40%,#E1306C 50%,#FD1D1D 60%,#f56040 70%,#f77737 80%,#fcaf45 90%,#ffdc80 100%);
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background: -webkit-linear-gradient(225deg,#405DE6 10%,#5851DB 20%,#833AB4 30%,#C13584 40%,#E1306C 50%,#FD1D1D 60%,#f56040 70%,#f77737 80%,#fcaf45 90%,#ffdc80 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

._social i.fa-youtube-square:hover {
    color: #fff;
    background-color: #F00 !important;
}
/* Override default style of Font Awesome Instagram

i.fa-instagram::before {
  background: var(--home-txt);
  color: var(--main-bg-color);
  border-radius: 5px;
  padding: 0 2px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

i.fa-instagram:hover::before {
  background: var(--insta-gradient);
  color: var(--home-txt);
  border-radius: 5px;
  padding: 0 2px;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}


i.fa-facebook-square::before {
  color: var(--home-txt);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
i.fa-facebook-square:hover::before {
  background: var(--home-txt);
  color: var(--lt-blue-color);
  border-radius: 5px;
  /*padding: 0 1.5px;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

i.fa-twitter-square::before {
  color: var(--home-txt);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
i.fa-twitter-square:hover::before {
  background: var(--home-txt);
  color: var(--twitter-blue);
  border-radius: 5px;
  /*padding: 0 1.5px;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

i.fa-youtube-square::before {
  color: var(--home-txt);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
i.fa-youtube-square:hover::before {
  background: var(--main-red-color);
  border-radius: 5px;
  /*padding: 0 1.5px;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

i.fa-envelope-square::before {
  color: var(--home-txt);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
i.fa-envelope-square:hover::before {
  background: var(--home-txt);
  color: var(--lt-blue-color);
  border-radius: 5px;
  /*padding: 0 1.5px;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

i.fab, i.fas {
  padding: 0 1rem;
}
*/
/*Media Queries */
@media (min-device-width: 375px) {
    ._address {
        text-align: center;
    }
}

@media (min-width: 400px) {}

@media only screen and (max-width: 576px) {
    .footer-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        padding: 1em;
        align-items: center;
    }
}

@media (min-device-width: 500px) {
    ._address {
        text-align: start;
    }
}

@media only screen and (max-width: 599px) {
    .ourAffiliates h4 {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 0 15px 0 !important;
        border: 0px solid red;
    }
    .ourAffiliates a > img {
        width: fit-content !important;
        max-width: 125px !important;
        max-height: 75px !important;
        border: 0px solid green;
        margin: 0px 10px !important;
        padding: 0px !important;
    }
}


@media (max-width: 768px) {
    .ourAffiliates {
        flex-direction: column;
        padding: 1em;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {}

@media (min-width : 1200px) {}
