/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 23 2020 | 18:12:35 */
ul#menu-footer-menu-awards {
  margin-top: 40px;
}
.margin-bottom-16 {
  margin-bottom: 16px;
}
ul#menu-footer-menu-awards a {
  line-height: 20px;
  font-size: 15px;
}
ul#menu-footer-menu-awards a:hover {
  opacity: 0.7;
}
ul#menu-footer-menu-awards .current_page_item {
  font-weight: 500;
}
footer#main-footer .container .footer-widget-area .custom-html-widget {
  max-width: 390px !important;
}
footer#main-footer .container .footer-widget-area .footer-first-widget-area, footer#main-footer .container .footer-widget-area .footer-fourth-widget-area {
  margin-top: 0px;
}
footer#main-footer .container .footer-widget-area .footer-third-widget-area, {
  padding-top: 0px;
}
footer#main-footer .container .footer-widget-area h4.widget-title {
  padding-bottom: 0px;
}
ul#menu-right-footer-menu a {
  font-size: 20px;
  font-weight: bold;
}

ul#menu-right-footer-menu a:hover {
  color: red;
}

ul#menu-right-footer-menu {
  margin-bottom: 28px;
}
.menu-categories-menu-container a {
  line-height: 1.6;
  font-size: 13px;
}
.menu-categories-menu-container a:hover {
  color: red;
}
div#disclaimer p {
  font-size: 11px !important;
  text-align: center;
  color: black;

    line-height: 1.3 !important;
}
ul.social-icons {
  display: flex;
  justify-content: center;
  margin-top: 76px;
  margin-bottom: 76px;
}

ul.social-icons a {
  color: #B9B8B4;
  padding: 10px 5PX;
}
div#footerLogo img {
    width: 319.2px;
}

div#footerLogo {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

div#footerLogo p {
  font-size: 9px !important;
}

div#disclaimer a {
  color: black !important;
}
.footerButtons {
  display: flex;
  justify-content: center;
}

.footerButtons a {
  margin: 0px 90px;
  border: 2px solid #A8A6A2;
  color: #A8A6A2;
  height: 57px;
  align-items: center;
  display: flex;
  padding: 0px 30px;
  padding-top: 5px;
  transition: 0.3s all;
  font-weight: 500;
}

.footerButtons a:hover {
  color: white;
  background: #A8A6A2;
}
.footerButtons {padding: 100px 0px;}

@media only screen and (max-width: 900px) {
  .footerButtons {
    display: block;
  }

  .footerButtons a {
    margin-bottom: 30px;
  }

  .footerButtons {
    padding: 0px 0px;
  }
}