/*
 Theme Name:     gala_bs_1909-1
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:
 Author URI:
 Template:       wp-bootstrap-starter
 Version:        1.4
 */
/*
 $white: #ffffff;
 $mainblue: #002549;
 $mainred: #c61927;
 */
.foot_top_box {
  display: block;
}
@media only screen and (min-width: 768px) {
  .foot_top_box {
    display: flex;
    display: -webkit-flex;
  }
}
.foot_top_box .fluid_foot_box {
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #867c74;
  color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .foot_top_box .fluid_foot_box {
    padding: 0;
    width: 50vw;
  }
}
.foot_top_box .fluid_foot_box .fluid_foot_box_inner {
  position: static;
  top: 0%;
  transform: translateY(0%);
  width: 100%;
  left: 0;
  padding: 40px 15px 20px 15px;
}
@media only screen and (min-width: 768px) {
  .foot_top_box .fluid_foot_box .fluid_foot_box_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 0;
  }
}
.foot_top_box .fluid_foot_box p {
  text-align: center;
  line-height: 2;
}
.foot_top_box .fluid_foot_box video {
  margin: 0 auto;
  z-index: -1;
  width: 150%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .foot_top_box .fluid_foot_box video {
    height: auto;
  }
}
.foot_map iframe {
  vertical-align: bottom;
}
footer.site-footer nav.foot_nav_area {
  padding: 4rem 0 0rem 0;
}
footer.site-footer nav.foot_nav_area ul {
  font-size: 1.3rem;
  margin-bottom: 30px;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
footer.site-footer nav.foot_nav_area ul li {
  list-style: none;
  padding: 0 0 0 10px;
}
footer.site-footer nav.foot_nav_area ul li.head {
  padding: 0 0 0 0;
}
.foot_icon_nav {
  margin: 1rem 0;
}
.foot_icon_nav nav {
  text-align: center;
}
.foot_icon_nav ul {
  margin: 0 auto;
  width: auto;
  display: inline-block;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.foot_icon_nav ul li {
  display: inline;
}
.foot_icon_nav ul li a {
  padding: 0 10px;
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  .foot_icon_nav ul li a {
    padding: 0 15px;
    font-size: 3.5rem;
  }
}
.foot_bottom_nav {
  width: 100%;
  padding: 13px 0;
  background: #867c74;
}
.foot_bottom_nav nav {
  text-align: center;
}
.foot_bottom_nav ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin: 0 auto;
  width: auto;
  display: inline-block;
}
.foot_bottom_nav ul li {
  display: inline;
}
.foot_bottom_nav ul li a {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0 10px;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .foot_bottom_nav ul li a {
    font-size: 1.3rem;
  }
}
.foot_bottom_nav ul li:last-child a {
  border-right: transparent;
}
.site-info {
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .site-info {
    font-size: 1.3rem;
  }
}
