/*--------------------------------------------------------------
# Footer CSS
--------------------------------------------------------------*/

/* Footer Columns */
.footer-columns {
  background: #2c3644;
  padding: 40px 0 20px 0;
}

.footer-columns .section-header {
  font-size: 32px;
  margin-bottom: 20px;
}

.footer-columns .widget {
  margin-bottom: 20px;
}

.footer-columns .widget_posts_thumbnail .thumbnail-wrap,
.footer-columns .widget_posts_thumbnail .wp-post-image,
.footer-columns .widget_posts_thumbnail img {
  width: 80px;
  height: auto;
}

.footer-columns .footer-column-1,
.footer-columns .footer-column-2,
.footer-columns .footer-column-3,
.footer-columns .footer-column-4 {
  float: left;
  width: 242px;
  margin: 0 30px 0 0;
  box-sizing: content-box;
  position: relative;
}

.footer-columns .footer-column-4 {
  margin-right: 0;
}

.site-footer .widget {
  color: #8E99A9;
  font-size: 14px;
  margin-bottom: 25px;
}

.site-footer .widget a {
  color: #fff;
}

.site-footer .widget a:hover {
  color: #2baae1;
}

.site-footer .widget .widget-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.site-footer .widget p {
  color: #8E99A9;
  margin-bottom: 15px;
}

.site-footer .widget ul .children,
.site-footer .widget ul .sub-menu {
  padding-left: 1.5em;
}

.site-footer .widget ul .children li:first-child,
.site-footer .widget ul .sub-menu li:first-child {
  border-top: none;
  padding-top: 0;
}

.site-footer .widget ul .children li:last-child,
.site-footer .widget ul .sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.site-footer .widget ul > li {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}

.site-footer .widget ul > li a {
  color: #fff;
}

.site-footer .widget ul > li a:hover {
  color: #2baae1;
}

.site-footer .widget ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.site-footer .widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.site-footer .widget select {
  width: 100%;
  max-width: 100%;
}

.site-footer .widget_posts_thumbnail ul li {
  margin-bottom: 20px;
}

.site-footer .widget_posts_thumbnail ul li a {
  font-size: 14px;
  font-weight: bold;
}

.site-footer .widget_posts_thumbnail .thumbnail-wrap {
  line-height: 0.5;
}

.site-footer .widget_search input[type='search'] {
  width: 100%;
  margin-bottom: 10px;
}

.site-footer .widget_search input[type='submit'] {
  width: 100%;
}

/* Widget Styles */
.site-footer .widget_ad {
  background: none;
  padding: 0;
}

.site-footer .widget_ad img {
  line-height: 0.8;
}

.site-footer .widget_newsletter {
  background-color: #2c3644;
  background-image: url("../assets/img/icon-mail-trans.png");
  background-repeat: no-repeat;
  background-position: 110% -20px;
  color: #8b95a4;
  width: 100%;
  padding: 20px;
}

.site-footer .widget_newsletter .widget-title {
  color: #fff;
}

.site-footer .widget_newsletter .widget-title span {
  background: none;
}

.site-footer .widget_newsletter .widget-title:after {
  content: none;
}

.site-footer .widget_newsletter p {
  color: #8b95a4;
}

.site-footer .widget_newsletter form input[type="text"],
.site-footer .widget_newsletter form input[type="email"] {
  border: none;
  width: 100%;
  margin-top: 15px;
}

.site-footer .widget_newsletter form input[type="text"]:focus,
.site-footer .widget_newsletter form input[type="email"]:focus {
  border: none;
}

.site-footer .widget_newsletter form input[type="submit"],
.site-footer .widget_newsletter form input[type="button"],
.site-footer .widget_newsletter form button {
  border: none;
  color: #fff;
  font-size: 14px;
  width: 100%;
  margin-top: 15px;
  background-color: #ff6644;
}

.site-footer .widget_social_icons {
  padding: 20px 0;
}

.site-footer .widget_social_icons:before {
  display: none;
}

.site-footer .widget_social_icons .widget-title {
  text-align: center;
  margin-bottom: 5px;
}

.site-footer .widget_social_icons .widget-title span {
  background: none;
  padding: 0 10px;
}

.site-footer .widget_social_icons .widget-title:after {
  content: none;
}

.site-footer .widget_social_icons .desc {
  color: #8E99A9;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.site-footer .widget_social_icons ul {
  text-align: center;
}

.site-footer .widget_social_icons ul li {
  border: none;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.site-footer .widget_social_icons ul li a {
  display: block;
  width: 32px;
  text-align: center;
}

/* Back to top button */
#back-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}

#back-top a span {
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #2baae1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#back-top a:hover span {
  color: #fff;
  background-color: #ff6644;
  transform: translateY(-2px);
}

#back-top a:hover {
  text-decoration: none;
}

/* Site Bottom */
#site-bottom {
  background-color: #262f3c;
  color: #8E99A9;
  font-size: 13px;
  padding: 20px 0;
  margin: 0;
}

#site-bottom .container {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

#site-bottom .site-info {
  float: left;
}

#site-bottom .site-info a {
  color: #8E99A9;
}

#site-bottom .site-info a:hover {
  color: #fff;
}

#site-bottom .footer-nav {
  float: right;
}

#site-bottom .footer-nav li {
  display: inline-block;
  list-style: none;
  line-height: 1;
  margin-left: 25px;
}

#site-bottom .footer-nav li:last-child {
  border-right: none;
  padding-right: 0;
}

#site-bottom .footer-nav li a {
  color: #8E99A9;
}

#site-bottom .footer-nav li a:hover {
  color: #fff;
}

#site-bottom .footer-nav li li {
  display: none;
}

/* Footer responsive */
@media (max-width: 768px) {
  .footer-columns .footer-column-1,
  .footer-columns .footer-column-2,
  .footer-columns .footer-column-3,
  .footer-columns .footer-column-4 {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  
  #site-bottom .site-info,
  #site-bottom .footer-nav {
    float: none;
    text-align: center;
  }
  
  #site-bottom .footer-nav {
    margin-top: 15px;
  }
  
  #site-bottom .footer-nav li {
    margin: 0 10px;
  }
}

@media (max-width: 480px) {
  .footer-columns {
    padding: 30px 0 15px 0;
  }
  
  .site-footer .widget {
    margin-bottom: 20px;
  }
  
  #site-bottom {
    padding: 15px 0;
  }
  
  #site-bottom .footer-nav li {
    display: block;
    margin: 5px 0;
  }
}

/* Footer widget specific styles */
.site-footer .widget_recent_entries .post-date {
  font-size: 13px;
  color: #8E99A9;
  margin-left: 5px;
}

.site-footer .widget_categories ul li {
  color: #8E99A9;
}

.site-footer .widget_tag_cloud .tagcloud a {
  background-color: #3a4553;
  border-radius: 2px;
  color: #8E99A9 !important;
  display: inline-block !important;
  font-size: 11px !important;
  height: 28px;
  line-height: 29px;
  margin: 0 2px 5px 0;
  padding: 0 8px 0 18px;
  position: relative;
  text-transform: uppercase;
}

.site-footer .widget_tag_cloud .tagcloud a:hover {
  background-color: #2baae1;
  color: #fff !important;
  text-decoration: none;
}

.site-footer .widget_tag_cloud .tagcloud a:before {
  font-family: "genericons";
  font-size: 18px;
  color: #8E99A9;
  content: "\f428";
  position: absolute;
  left: 1px;
  top: 0;
}

/* Posts with Thumbnail Widget */
.site-footer .widget_posts_thumbnail ul li {
  margin: 0 0 20px 0;
}

.site-footer .widget_posts_thumbnail li:after {
  content: "";
  display: block;
  clear: both;
}

.site-footer .widget_posts_thumbnail .entry-thumbnail {
  float: left;
}

.site-footer .widget_posts_thumbnail .entry-wrap {
  display: table;
  line-height: 1.2;
}

.site-footer .widget_posts_thumbnail .entry-wrap a {
  font-size: 14px;
  font-weight: bold;
}

.site-footer .widget_posts_thumbnail .thumbnail-wrap {
  float: left;
  margin: 0 12px 0 0;
  line-height: 0;
}

.site-footer .widget_posts_thumbnail .entry-meta {
  font-size: 13px;
  margin-top: 5px;
}