/* ------------------------------ FOOTER ------------------------------ */

.footer_block {
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 40px 0 80px 0;
}

.footer_container {
    width: 1250px;
    margin: 0 auto 0 auto;
    padding: 0 60px 0 60px;
    text-align: left;
}

.footer_container p {
    color: #f3efef;
    font-size: 14px;
    padding-top: 20px;
}

.footer_container b {
    color: #ffffff;
}

.footer_container a, .footer_container a:link, .footer_container a:visited, .footer_container a:active, .footer_container a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer_container a:hover { text-decoration: none; color: #FF9800; }

.gradient_container {
    width: 100%;
    background: 
    linear-gradient(
      to left, 
      #2c2c2c, #656565, #2c2c2c
    )
    left 
    bottom
    no-repeat; 
    background-size:100% 1px;
    padding-bottom: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.social_media_container {
    width: 100%;
    background: 
    linear-gradient(
      to left, 
      #2c2c2c, #656565, #2c2c2c
    )
    left 
    bottom
    no-repeat; 
    background-size:100% 1px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.social_media {
    display: inline-block;
    padding: 0 30px 0 30px;
}

.social_media img {
    width: 30px;     
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;}

.social_media img:hover {
    transform: scale(1.4);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pages_container {
    width: 100%;
    background: 
    linear-gradient(
      to left, 
      #2c2c2c, #656565, #2c2c2c
    )
    left 
    bottom
    no-repeat; 
    background-size:100% 1px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.pages {
    display: inline-block;
    width: 23.9%; 
    padding: 0 0 15px 0;
    text-align: center;
}

.legal_container {
    width: 100%;
    background: 
    linear-gradient(
      to left, 
      #2c2c2c, #656565, #2c2c2c
    )
    left 
    bottom
    no-repeat; 
    background-size:100% 1px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.accred_grid_container_wrapper {
    background: 
    linear-gradient(
      to left, 
      #2c2c2c, #656565, #2c2c2c
    )
    left 
    bottom
    no-repeat; 
    background-size:100% 1px;
    margin-bottom: 30px;
}

.accred_grid_container {
    position: relative;
    max-width: 750px;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 25px;
    text-align: center;
    margin: auto;
}

.accred_container img {
    width: 200px;
    text-align: left;
    vertical-align: top;
    border-style: solid;
    border-color: #263a54;
    border-width: 0 1px 0 0;
    padding-right: 40px;
}

.accred_container p {
    position: absolute;
    max-width: 500px;
    text-align: left;
    color: #a6ccff;
    font-weight: 600;
    padding: 0;
    bottom: 30px;
}

.item1 {
  margin-bottom: auto;
}

.accred_container a {
    width: 100%;
    text-align: left;
    vertical-align: bottom;
    color: #638ec7;
    font-weight: 500;

}

.accred_container {
    margin-bottom: 30px;

}

.legal {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 100;
    color: #8683fd;
    border-style: solid;
    border-color: #adadad;
    border-width: 0 1px 0 0;
    padding-right: 20px;
    margin-right: 16px;
    line-height: 35px;
}

.legal:nth-child(3n) {
    border-width: 0;
}

.overlay {
    float: right;
    margin: -143px 0 0 0;
}

.overlay img {
    width: 150px;
}

/* ------------------------------ COOKIE NOTICE ------------------------------ */

.cookie_container {
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cookie_notice {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 6px 40px 12px 40px;
    text-align: center;
    background-color: #383838;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    color: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cookie_notice a,
.cookie_notice a:link,
.cookie_notice a:visited,
.cookie_notice a:active { 
    color: #f18f00; 
    font-weight: 500;
}

.cookie_notice a:hover { 
    color: #FFC107; 
    text-decoration: underline;
}

.btn_cookie_allow { 
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    width: 100px;
    background-color: #f18f00 ;
    margin-left: 6px;
    -webkit-transition: all 0.2s cubic-bezier(0.73, 0.01, 0.11, 1.01);
       -moz-transition: all 0.2s cubic-bezier(0.73, 0.01, 0.11, 1.01);
        -ms-transition: all 0.2s cubic-bezier(0.73, 0.01, 0.11, 1.01);
         -o-transition: all 0.2s cubic-bezier(0.73, 0.01, 0.11, 1.01);
            transition: all 0.2s cubic-bezier(0.73, 0.01, 0.11, 1.01);
}

a.btn_cookie_allow,
a:link.btn_cookie_allow,
a:visited.btn_cookie_allow,
a:active.btn_cookie_allow { color: #000000; }

.btn_cookie_allow:hover { background: #b06800; }

a:hover.btn_cookie_allow { text-decoration: none; }

.close {    
    display: inline-block;
    position: relative;
    bottom: -8px;
    margin: 0px 5px 0px 0px;
    filter: brightness(1.8); 
}

.close:hover { filter: brightness(3.0); cursor: pointer; }

/* ---------------------------------------- RESOLUTIONS  ---------------------------------------- */

@media screen and (max-width: 1330px) {
    .footer_container           { width: 1250px; }
    .pages                      { width: 33%; }
}

@media screen and (max-width: 1250px) {
    .footer_container           { width: 100%; }
    .pages                      { width: 33%; }
}

@media screen and (max-width: 1023px) {
    .footer_container           { width: 100%; }
    .pages                      { width: 31.9%; }
}

@media screen and (max-width: 940px) {
    .pages                      { width: 48.2%; }
}

@media screen and (max-width: 767px) {
    .pages                      { width: 47.4%; }
    .overlay                    { display: none; }
}

@media screen and (max-width: 690px) {
    .legal                      { border-width: 0 0 0 0; }
    .pages                      { width: 100%; }

    .accred_grid_container {
        grid-template-columns: 100%;
    }

    .accred_container img {
        width: 200px;
        text-align: center;
        border-width: 0 0 1px 0;
        padding-bottom: 20px;
        margin-bottom: 70px;
    }
    
    .accred_container p {
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .footer_block               { padding: 20px 0 20px 0; }
    .footer_container           { padding: 0 20px 0 20px; }
    .social_media               { padding: 0 17px 0 17px; }
}

