/*-------------------------------------------------------------------------*/
/*  19.0  Footer
/*-------------------------------------------------------------------------*/

.first-footer {
  font-size: 15px;
  padding: 40px 0px 35px 0px;
}

.second-footer {
  font-size: 15px;
}

.second-footer .divider {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin: 0px 15px 25px 15px;
}

.first-footer hr {
  margin: 0px;
  border-color: rgba(255,255,255,0.15);
  margin: 1.3em 0em 1.1em 0em;
}

.first-footer .textwidget, .second-footer .textwidget {
  line-height: 1.55em;
}

.first-footer a.theme-buy {
  text-align: center;
  display: block;
  padding: 15px 0px;
  background: #2e3036;
  font-size: 17px;
  border-radius: 2px;
  margin: 1em 0em;
  margin-top: 105px;
}

.first-footer a.theme-buy:hover {
  background-color: #1b1d20;
}

.first-footer .mc4wp-form {
  position: relative;
  margin-top: 15px;
}

.first-footer .mc4wp-form p {
  margin-bottom: 0px;
}

.first-footer .mc4wp-form input {
  font-size: 15px;
  border: none;
  height: 45px;
}

.first-footer .mc4wp-form input[type="email"] {
  width: 97%;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.first-footer .mc4wp-form input[type="submit"] {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 45px;
  font-family: inherit;
  text-transform: capitalize;
  padding: 0px 15px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #2e3036;
  border-color: #2e3036;
  border-radius: 0px;
}

.first-footer ul,
.second-footer ul {
  padding: 0px;
  margin: 0px;
}

.second-footer ul.inline li {
  display: inline;
  margin-right: 20px;
}

.second-footer ul.inline.right {
  text-align: right;
}

.second-footer ul.inline.right li {
  margin-right: 0px;
  margin-left: 20px;
}

.first-footer ul li,
.second-footer ul li {
  list-style: none;
}

.first-footer ul li a,
.second-footer ul li a {
  opacity: 1;
}

.first-footer ul li a:hover,
.second-footer ul li a:hover {
  text-decoration: none;
}

.footer {
  font-size: 13px;
  padding: 15px 0px 20px 0px;
}


/* -- Social Icons */

.second-footer ul.inline li a:before {
  font-family: 'FontAwesome';
  margin-right: 8px;
  font-size: 0.8em;
}

.second-footer ul.inline li.facebook a:before {
  content: "\f082";
}

.second-footer ul.inline li.twitter a:before {
  content: "\f099";
}

.second-footer ul.inline li.linkedin a:before {
  content: "\f0e1";
  position: relative;
  top: -1px;
}

.second-footer ul.inline li.google-plus a:before {
  content: "\f0d5";
}

/* -- Back to Top */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: -40px;
  right: 15px;
  z-index: 5;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #fff;
  visibility: hidden;
  border-radius: 2px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.cd-top:before {
  text-indent: 0;
  font-family: 'Ionicons';
  content: "\f3d8";
  color: #222;
  font-size: 20px;
  position: absolute;
  right: 14px;
  top: 8px;
}

.cd-top.cd-is-visible, 
.cd-top.cd-fade-out, 
.no-touch .cd-top:hover {
  transition: all 0.3s ease-in-out 0s;
}

.cd-top.cd-is-visible {
  bottom: 15px;
  visibility: visible;
  opacity: 1;
}

/* BBPress */

body.bbpress .entry-content a {
  padding: 0px;
  border: none;
}

body.bbpress button {
  background-color: #111;
}

.first-footer, .first-footer h4.widget-title, .first-footer a:hover, .first-footer li{

    color:#fff;
}

.first-footer{background-color:#006838;}
