footer {
  background-color:#272e2b;
  padding:50px 0px;
  color:white;
  line-height: 1.8em;
}

footer a {
  color:white;
}

footer a:hover {
  color: #00b4ab;
}

body.talent_added footer {
  padding-bottom:  100px;
}

footer ul {
  list-style: none;
  margin-left: 0px;
  margin-top: 0px;
}

footer li {
  padding: 0px;
}

footer ul ul {
  margin-left: 0px;
  margin-top: 1em;
  margin-bottom: 1em;
}

footer ul ul li {
  text-transform: none;
}

footer li::before {
  display: none;
}

footer .logo-white-lg {
  margin-top:5px;
}

footer h5 {
  text-transform: uppercase;
  color:#02ada5;
  margin-bottom: 1em;
  font-size:15px;
}

footer p{
  margin-top:0px;
  margin-bottom:30px;
}
footer .col_wrap {
  position: relative;
}
footer .row {
  position: relative;
}

footer .social_accounts  {
  width: 150px;
  overflow: hidden;
  margin-bottom:10px;
}

footer .cols_wrap {
  position: relative;
  z-index: 1;
}

footer .social_accounts a {
  font-size: 25px;
  width: 43px;
  height: 43px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  display: block;
  float: left;
  background-color: #525252;
  margin-bottom: 10px;
  margin-right: 10px;
}
footer .social_accounts a:nth-child( 3n ){
  margin-right: 0;
}

footer .social_accounts a svg path {
  fill: white!important;
}

footer .blank_link {
  text-indent: -100000px;
}

footer .logo-white {
  margin-top: -20px;
  margin-bottom: 20px;
}
footer .col:nth-child(2) {
  width: calc( 100% / 5 )!important;
}
footer .col:nth-child(3) {
  width: calc( 100% / 5 )!important;
}
footer .col:nth-child(4) {
  width: calc( 100% / 6 )!important;
}
footer .col:nth-child(5) h5 {
  margin-bottom: 0;
}
footer .bottom {
  width: 100%;
  clear: both;
  text-align: center;
  left: 0;
}
footer .bottom a {
  position: absolute;
  right: 0;
}

footer .current-menu-parent > a {
  color: #fff;
}

.gdpr.gdpr-privacy-bar {
  background-color: #272e2b!important;
  border-top: 1px solid #666!important;
}

.gdpr-content li:before {
  display: none!important;
}

.gdpr-reconsent-modal {
  display: none!important;
}

body.gdpr-noscroll {
  overflow: auto!important;
  position: static!important;
  width: initial!important;
}

footer li.current-page-ancestor > a {
  color: white;
}
footer li.current_page_item > a {
  color: #02ada5;
}

@media(max-width:992px){
  footer {
    padding:20px 0px;
  }
  footer .col{
    margin-bottom:20px;
  }

  footer ul {
    margin-left: 0px!important;
  }
}


.simple_footer .center_column {
  text-align: center;
}

.simple_footer .col:nth-child( 1 ),
.simple_footer .col:nth-child( 2 ),
.simple_footer .col:nth-child( 3 ) {
  width: calc( 100% / 3 )!important;
}

.simple_footer .col:nth-child( 3 ) h5 {
  margin-bottom: 0;
}
.simple_footer .social_accounts {
  width: 100%;
}
.simple_footer .social_accounts a {
  display: inline-block;
  float: none;
  margin: 0 5px 10px!important;
}

#menu-footer-menu {
    display: inline;
}

.footer_links div,
.footer_links li {
    display: inline;
}
.footer_links .menu li {
    padding-right: 10px!important;
}

@media( max-width: 900px ){
  .simple_footer .col:nth-child( 1 ),
  .simple_footer .col:nth-child( 2 ),
  .simple_footer .col:nth-child( 3 ) {
    float: none;
    width: 100%!important;
    text-align: center;
  }
  .simple_footer .col:nth-child( 3 ) .right {
    float: none!important;
  }
} 

@media( max-width: 1000px){
  footer .col:nth-child( 1 ),
  footer .col:nth-child( 2 ),
  footer .col:nth-child( 3 ),
  footer .col:nth-child( 4 ) {
    width: calc( 100% / 3 ) !important;
    float: left;
  }
  footer .social_accounts {
    width: 100%;
  }
  footer .social_accounts a,
  footer .social_accounts a:nth-child( 3n ) {
    float: none;
    display: inline-block;
    margin: 0.2em 0.2em;
  }
  footer .col:nth-child( 5 ) {
    margin-bottom: 0!important;
  }
  footer .col:nth-child( 5 ) .c_row {
    width: calc( 100% / 3 );
    float: left;
  }
  footer .bottom {
    position: static;
    margin-top:  20px;
  }
  footer .bottom p {
    margin-bottom: 1em;
  }
  footer .bottom a {
    position: static;
    margin-top: 1em;
  }
}


@media( max-width: 768px){
  footer .col:nth-child( 1 ),
  footer .col:nth-child( 2 ),
  footer .col:nth-child( 3 ) {
    width: calc( 100% / 2 ) !important;
  }
  footer .col:nth-child( 4 ) {
    width: 100%!important;
    float: none;
    text-align: center;
  }
}

@media( max-width: 600px){
  footer .col:nth-child( 5 ) .c_row {
    width: calc( 100% / 2 );
    word-break: break-word;
    line-height: 1.4em;
  }
  footer .col:nth-child( 5 ) .c_row:last-child {
    width: 100%;
  }
  footer .col:nth-child( 5 ) .c_row  p {
    margin-bottom: 1em;
  }
}