/*
 Theme Name: Total Child
 Version: 1.31.1
 Description: Total Child Theme
 Author: ( iii ) DESIGN
 Theme URI: http://www.wpexplorer.com
 Author URI: http://www.iiidesign.com
 Tags: light, flexible-width, custom-header, custom-background, threaded-comments, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, translation-ready
 License: Custom
 License URI: http://themeforest.net/licenses
Text Domain: total-child
Template: Total
*/

body {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
sup {
    vertical-align: baseline;
    position: relative;
    top: -1.1em;
    font-size: .4em;
}

.navbar-style-one {
  right: 0;
}
.full-background {
    background: url('images/front_page_background.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.front-page .at4-recommended-outer-container,
.front-page #at4-recommended {
  display: none !important;
}

.staff-entry-media a {
    max-height: 400px;
    overflow: hidden;
}

.staff-entry-media img {
    width: 100%;
    height: auto;
}

.background-image-page-header .page-header-inner {
  z-index: 2;
}
.container {
  position: relative;
  z-index: 0;
}


.lh-1em {
  line-height: 1em;
}

.unu-font {
  font-family: 'Roboto Condensed UNU';
}


unu {
    visibility: hidden;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: 1px
}
unu::before {
    content: "U";
    display: block;
    visibility: visible
}
h1 unu {
    top: 0
}
.panel h3 unu {
    top: 1px;
    margin: -22px 2px 0 0
}
.panel-success h3 unu {
    top: 1px;
    margin: -24px 2px 0 0
}
p unu {
    top: -0.5px
}
a unu,
i unu,
b unu,
th unu,
td unu {
    top: 0px
}
th unu {
    margin: -25px 3px 0 0
}
.table td unu {
    top: 1px
}
.private-toggle-button unu {
    margin: -25px 1px 0 0
}
.btn unu {
    margin: -25px 2.5px 0 0
}
span.after-text unu {
    top: 1px;
    margin: -25px 2px 0 0
}
div.incompatible-browser-copy unu {
    top: 0px
}
div.self-host-checkbox unu {
    top: 0px;
    margin: -25px 2px 0 0
}


#unu-beta-banner {
  padding: 5px 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 35px;
  background-color: #292929;
  background-color: rgba(137,137,137,0.3);
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  z-index: 4;
  color: #fff;
  letter-spacing: 0.02em;
  display: none;
}
.front-page #unu-beta-banner {
  background-color: rgba(0,0,0,0.3);
}

#unu-header {
  position: relative;
  z-index: 1;
}
#site-header {
  position: relative;;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #000;
}
#site-header-inner {
  padding-left: 0;
  padding-right: 0;
}
.front-page #site-header {
  background: none;
  position: absolute;
}
#unu-header .header-one #site-navigation-wrap {
  margin-top: 30px;
}
#unu-header .navbar-style-one .dropdown-menu > li > a {
  color: #fff;
  font-size: 16px;
  padding: 0 2em;
  line-height: 41px;
  height: 41px;
}
#unu-header .navbar-style-one .dropdown-menu > li > a.button {
  line-height: 41px;
  color: #000;
}
#unu-header #site-navigation .dropdown-menu > li > a:hover {
  color: #baf300;
}
#unu-header #site-navigation .dropdown-menu > li > a.button:hover {
  color: #000;
  background-color: #d6ff4f;
}

body .page-header {
    background: url('images/bg-unu-pane-hq.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#site-logo {
  position: relative;
}
#site-logo .logo-beta {
  display: block;
  position: absolute;
  bottom: 3px;
  right: -12px;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 0;
  opacity: 0.7;
  letter-spacing: 0.01em;
}
#site-logo a img {
  height: 42px;
  width: auto;
}

/* Page Home */

.button {
  font-size: 20px;
  line-height: 32px;
  padding: .5em 1em;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  height: auto;
}
.container .button {
  margin-top: 5px;
  margin-bottom: 5px
}
#site-navigation .button {
  margin-top: 0;
  margin-bottom: 0;
}
.button.button-small {
  font-weight: 700;
  padding: .125em 2em;
}
.button.button-fill {
  border-radius: 0;
  background: #baf300;
  background-color: #baf300;
  color: #000;
  border: 1px solid #baf300;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.button.button-fill:hover {
  border-radius: 0;
  background: #d6ff4f;
  background-color: #d6ff4f;
  border-color: #d6ff4f;
  color: #000;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.button.button-trans {
  color: #baf300;
  background-color: transparent;
  border: 1px solid #baf300;
}
.button.button-trans:hover {
  background-color: #d6ff4f;
  border-color: #d6ff4f;
  color: #000;
}

.unu-container {
  padding: 80px 0;
}
.unu-container {
  font-size: 18px;
  letter-spacing: 0.03em;
}

.front-page h2 {
  margin-top: 0;
}

#video-pane {
  position: relative;
  background-color: #284160;
  color: #fff;
  display: block;
  z-index: 0;
  overflow: hidden;
}
#video-pane #video-cont {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#video-pane #video-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #072448;
  opacity: 0.85;
  background-color: #0b3d6c;
  opacity: 0.75;
  background-color: #072448;
  opacity: 0.60;
  z-index: 0;
}

#video-pane #video-overlay.original {
  background-color: #072448;
  opacity: 0.85;
}
#video-pane #video-overlay.current {
  background-color: #0b3d6c;
  opacity: 0.75;
}
#video-pane #video-overlay.black {
  background-color: #000000;
  opacity: 0.70;
}
#video-pane #video-overlay.new {
  background-color: #072448;
  opacity: 0.60;
}

#video-pane #video-content {
  padding: 150px 0 300px 0;
}
#video-pane h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#video-pane p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.04em;
}
#video-pane .button {
  min-width: 208px;
}
#video-pane #video_pane_content {
  padding: 40px 0;
}
@media (min-width: 768px) {
  #video-pane #video_pane_content #video-buttons #video-sign-up-now {
    margin-right: 24px;
  }
  #video-pane #video_pane_content #video-buttons .button {
    float: left;
  }
}
#video-pane #video_pane_content #video-buttons .button {
  max-height: 54px;
}
#video-pane #signin-container {
  background-color: #000;
  background-color: rgba(0,0,0,0.3);
  padding: 27px 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

#video-pane #signin-container .container {
  position: relative;
}
#video-pane #signin-container p {
  margin: 0;
  text-align: center;
  font-size: 13px;
}
#video-pane #signin-container p a {
  color: #fff;
}
#video-pane #signin-container .container #unu-helmet-dude {
  position: absolute;
  top: -149px;
  right: 0;
  display: block;
  width: 161px;
  height: 128px;
  background-image: url('images/unu-helmet-dude.png');
  background-size: 161px 128px;
  background-repeat: no-repeat;
}
#unu-signin-form {
  display: block;
  width: 100%;
  margin-top: 30px;
  height: 0px;
  overflow: hidden;
}
#signin-email {

}
#unu-signin-form label {
  letter-spacing: 0.02em;
  display: block;
  height: 26px;
  width: 100%;
}
#wrap #unu-signin-form input {
  display: block;
  font-size: 20px;
  line-height: 32px;
  width: 100%;
  border: none;
  padding: .5em 2em;
  border-bottom: none;
  -webkit-transition: none;
  transition: none;
  border-radius: 0px;
  background: #fff;
  color: #000;
  padding: .25em .5em;
  border: none;
}
#signin-password {

}
#signin-submit {

}
#wrap #signin-submit input[type="submit"] {
  margin-top: 26px;
  width: 100%;
  background-color: #baf300;
  color: #000;
  border: none;
  font-size: 20px;
  line-height: 32px;
  padding: .25em .5em;
  min-width: 0;
  height: auto;
}
#signin-remember {
  margin-top: 34px;
}
#wrap #signin-remember label {
  font-size: 13px;
  display: inline-block;
  width: auto;
}
#wrap #signin-remember input[type="checkbox"] {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 2px 0 0;
  line-height: 1em;
}
#video-pane #signin-container .signin-action {
  display: inline-block;
  float: left;
}
#video-pane #signin-container .signin-action a {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.04em;
}
#video-pane #signin-container .fa {
  color: #baf300;
  margin-right: 0.5em;
  font-size: 20px;
}
#video-pane #signin-container #signin-signin,
#video-pane #signin-container #signin-lobby,
#video-pane #signin-container #signin-facebook {
  margin-right: 40px;
}
#video-pane #signin-container #signin-signin .fa,
#video-pane #signin-container #signin-lobby .fa {
  font-weight: 700;
}
#video-pane #signin-container #signin-signin .fa-angle-right,
#video-pane #signin-container #signin-lobby .fa-angle-right {
  transition: all 0.200s ease-in-out;
  -webkit-transition: all 0.200s ease-in-out;
  -moz-transition: all 0.200s ease-in-out;
  -o-transition: all 0.200s ease-in-out;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
#video-pane #signin-container #signin-signin.signin-show .fa-angle-right,
#video-pane #signin-container #signin-lobby.signin-show .fa-angle-right {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#video-pane #signin-container #signin-noaccount {
  float: right;
}
#video-pane #signin-container #signin-noaccount a{
  font-size: 14px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #video-content {
    padding-bottom: 0 !important;
  }
  #video-pane #signin-container .container #unu-helmet-dude {
    display: none;
  }
  #video-pane #signin-container {
    position: relative;
  }
  #video-pane #signin-container .signin-action {
    float: none !important;
    display: block;
  }
  #video-pane #signin-container #signin-signin,
  #video-pane #signin-container #signin-facebook {
    margin-right: 0;
  }
  #video-pane #signin-container .fa {
    display: inline-block;
    width: 18px;
    text-align: center;
  }
  #howto-pane .button{
    display: block;
    margin: 5px auto 1em auto;
  }
  #howto-pane #unu-howto-dude {
    display: none !important;
  }
}

#unu-pane {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background: url('images/bg-unu-pane-hq.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display:block;
}
#unu-pane #unu-head-large {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: auto;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 0;
}
#unu-pane #unu-head-large img {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 2%;
  max-width: 537px;
  height: auto;
  width: 50%;
}
#unu-pane h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#unu-pane p {
  font-weight: 400;
}
#unu-pane .arve-wrapper {
  margin: 0 auto 1em auto;
}
#unu-pane .container {
  max-width: 760px;
}
#blog-pane {
  background-color: #fff;
  color: #000;
  text-align: center;
}
#blog-pane h2 {
  font-size: 40px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#blog-pane .blog-card {
  margin-bottom: 1em;
}
#blog-pane .blog-card h3 {
  margin-top: .5em;
  text-align: left;
  color: #000;
}
#blog-pane .button {
  margin-bottom: .5em;
}
#blog-pane #subscribe-now {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
#logo-pane {
  background-color: #000;
  color: #3eaae8;
  text-align: center;
  padding: 50px 0 42px 0;
}
#logo-pane h2 {
  font-size: 25px;
  color: #3eaae8;
  font-weight: 400;
  text-transform: uppercase;
}
#logo-pane ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 20px 0 0 0;
}
#logo-pane ul li {
  display:inline-block;
  *display:inline; /*IE7*/
  *zoom:1; /*IE7*/
  text-align: center;
  margin: 15px 4px;
}
#logo-pane.opacity-fix ul li{
  opacity: 0;
}
#logo-pane.activated ul li {
  -webkit-animation: fade-in-up 600ms; /* Safari 4+ */
  -moz-animation:    fade-in-up 600ms; /* Fx 5+ */
  -o-animation:      fade-in-up 600ms; /* Opera 12+ */
  animation:         fade-in-up 600ms;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes fade-in-up {
  0%   {
    opacity: 0;
    -ms-transform: translate(0,40px);
    -webkit-transform: translate(0,40px);
    transform: translate(0,40px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
@-moz-keyframes fade-in-up {
  0%   {
    opacity: 0;
    -ms-transform: translate(0,40px);
    -webkit-transform: translate(0,40px);
    transform: translate(0,40px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
@-o-keyframes fade-in-up {
  0%   {
    opacity: 0;
    -ms-transform: translate(0,40px);
    -webkit-transform: translate(0,40px);
    transform: translate(0,40px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
@keyframes fade-in-up {
  0%   {
    opacity: 0;
    -ms-transform: translate(0,40px);
    -webkit-transform: translate(0,40px);
    transform: translate(0,40px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
#logo-pane ul li a {

}
#logo-pane ul li img {
 width: 170px;
 max-height: 80px;
 height: auto;
}
#howto-pane {
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  background: url('images/bg-unu-pane-hq.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
#howto-pane h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  #howto-pane #unu-gameplay-image {
    margin-top: 55px;
  }
}
#howto-pane #unu-gameplay-image img {
  width: 100%;
  height: auto;
}
#howto-pane .gameplay-caption p {
  font-size: 0.85em;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  opacity: 1;
  font-weight: 100;
  font-style: italic;
  padding: .75em;
  margin: -10px 0 0 0;
}
#howto-pane #unu-howto-dude {
  display: inline-block;
  width: 118px;
  height: 94px;
  background-image: url('images/unu-helmet-dude.png');
  background-repeat: no-repeat;
  background-size: 118px auto;
  position: relative;
  top: 7px;
  margin-left: .5em;
  -webkit-transform: translate3d(0, 120px, 0 );
  transform: translate3d(0, 120px, 0 );
  -webkit-transition: all 0.600s ease-in-out;
  -moz-transition: all 0.600s ease-in-out;
  -o-transition: all 0.600s ease-in-out;
}
#howto-pane #unu-howto-dude.activated {
  -webkit-transform: translate3d(0, 0px, 0 );
  transform: translate3d(0, 0px, 0 );
}
#howto-pane #howto-watch-video {
  margin-top: 30px;
}
#join-movement-pane {
  background-color: #fff;
  text-align: center;
}
#join-movement-pane h2 {
  font-size: 40px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#join-movement-pane p {
  color: #000;
}
#join-movement-pane #join-form {
  max-width: 820px;
  margin: 0 auto;
}
#join-movement-pane #join-form.sending {
  opacity: 0.5;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
#wrap #join-movement-pane input[type="email"] {
  display: block;
  font-size: 20px;
  line-height: 32px;
  width: 100%;
  border: none;
  padding: .5em 2em;
  border-bottom: none;
  -webkit-transition: none;
  transition: none;
  background: #f1f2f2;
  color: #555555;
  border-radius: 0px;
}
#join-movement-pane input[type="submit"] {
  width: 100%;
  font-size: 20px;
  line-height: 32px;
  padding: .5em 1em;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  background: #baf300;
  color: #000;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: auto;
  font-weight: 700;
}
#join-movement-pane input[type="submit"]:hover {
  background-color: #d6ff4f;
  border-color: #d6ff4f;
  color: #000;
}
#join-email.invalid {
  -moz-box-shadow:    inset 0 0 10px rgba(255,0,0,0.6);
  -webkit-box-shadow: inset 0 0 10px rgba(255,0,0,0.6);
  box-shadow:         inset 0 0 10px rgba(255,0,0,0.6);
}
#unu-join-form-feedback {
  display: none;
  margin-top: 1em;
  font-style: italic;
}
#unu-join-form-feedback.loading {
  background-image: url(images/ring-alt.gif);
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: bottom center;
  padding-bottom: 50px;
}

.unu-pattern-bg-parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url('images/bg-unu-pane-hq.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.larger-font-container {
	text-align: center;
}
.larger-font-container h2 {
    font-size: 40px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.larger-font-container p {
    font-size: 18px;
}
.tiled-gallery .tiled-gallery-item img {
  padding: 4px !important;
}
@media (max-width: 767px) {
  .tiled-gallery .tiled-gallery-item img {
    width: 100% !important;
    height: auto !important;
  }
  .tiled-gallery .gallery-row,
  .tiled-gallery .gallery-group,
  .tiled-gallery .tiled-gallery-item {
    overflow: hidden;
    float: none !important;
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}
/*
.tiled-gallery .tiled-gallery-item:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -.5em;
  margin-top: -.3em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 70px;
  font-size: 5vw;
  color:#fff;
  opacity: .7;
  text-shadow: 0 0 50px  rgba(0,0,0,1);
  width: 1em;
  text-align:center;
  height: 1em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
  pointer-events: none;
}
.tiled-gallery .tiled-gallery-item:hover:after {
  opacity:1;
}
*/

#video-player {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(30,30,30,0.5);
}
#video-container {

}
#video-player-control {

}
#video-close {

}

#signup-iframe {
  width: 90%;
  height: 100%;
  max-width: 768px;
  margin: 5% auto;
  position: relative;
}

.mfp-inline-holder .mfp-content {
  height: 90%;
}
.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
.mfp-iframe-holder .mfp-content {
  max-width: 90% !important;
  max-height: 90% !important;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-close-btn-in .mfp-close
 {
  color: #000 !important;
  right: 0 !important;
  top: -35px !important;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  background: #baf300 !important;
  opacity: 1;
  display: block;
  width: 30px !important;
  height: 30px;
  line-height: 31px;
  font-size: 30px;
  padding: 0 !important;
  margin: 0;
  text-align: center !important;
  border-radius: 0;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover,
.mfp-close-btn-in .mfp-close:hover {
  background: #d6ff4f !important;
}

.main-navigation,
.widget-title {
    text-transform: uppercase;
}

/* category folders */
.widget_categories .cat-item a:before {
    content: "\f114";
    margin-right: 5px;
    color: #777;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

/* tagcloud styling */
body #main .tagcloud a {
    background: #f7f7f7;
}

body #main .tagcloud a:hover {
    background: #68b1b2;
}

.site-breadcrumbs {
  right: 9px;
  max-width: 30%;
  top: 23px;
  line-height: 20px;
}

/*footer*/
#footer {
    position: relative;
    background: #000 !important;
    font-size: 14px;
}
#footer #footer-uai {
  padding: 40px 0 40px 80px;
  min-height: 150px;
  background-image: url('images/unanimous-mascot.png');
  background-size: 51px 150px;
  background-repeat: no-repeat;
  background-position: 0% 30%;
}
#footer ul {
  list-style: none;

}
#footer ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
#footer #footer-nav ul li {
  margin-left: .5em;
  padding-left: .5em;
  border-left: 1px solid #fff;
  line-height: 12px;
}
#footer #footer-nav ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
#footer ul li a {
  color: #fff;
}
#footer ul li a:hover {
  color: #baf300;
}
#footer #footer-nav {
  max-width: 360px;
  float: right;
}
#footer-social {
margin-bottom: 10px;
}
#footer-social ul {

}
#footer-social ul li {
  display: inline-block;
  margin-left: 10px;
}
#footer-social ul li a {
  background-size: 33px 33px;
  background-repeat: no-repeat;
  display: block;
  width: 33px;
  height: 33px;
  font-size: 0;
}
#footer-social ul li a:hover {
  opacity: 0.8;
}
#footer-social ul li.facebook a {
  background-image: url('images/facebook@2x.png');
}
#footer-social ul li.twitter a {
  background-image: url('images/twitter@2x.png');
}
#footer-social ul li.youtube a {
  background-image: url('images/youtube@2x.png');
}
#footer .col-2 {
  text-align: right;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer #copyright p{
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
}
#footer #copyright p a {
  color: #666;
}
#footer #copyright p a:hover {
  color: #fff;
}
#footer #copyright #iiibug {
  font-size: 0;
  display: inline-block;;
  width: 16px;
  height: 15px;
  position: relative;
  background-image: url('images/iiibug@2x.png');
  background-repeat: no-repeat;
  background-size: 16px 15px;
  margin-left: 3px;
  opacity: 0.4;
}
#footer #copyright p a:hover #iiibug {
  opacity: 1;
}

#main .page-header {
  border-top: none;
  border-bottom: none;
  box-shadow: none;
}
#main .page-header-title {
    margin-right: 0px;
    max-width: inherit;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.02em;
    display: inline-block;
    float: left;
}
@media screen and (min-width: 960px) {
  #main .page-header-title {
      margin-right: 0px;
      max-width: inherit;
      color: #fff;
      font-weight: 400;
      letter-spacing: 0.02em;
      max-width: 75%;
      display: inline-block;
      float: left;
  }
}
#main .page-header ul.menu {
  float: right;
  text-align: right;
  display: inline-block;
  max-width: 40%;
}
#main .page-header ul.menu li {
  display: inline-block;
  margin: 0 .25em;
}
#main .page-header ul.menu li a {
  color: #fff;
  font-size: 0.9em;
}
#main .site-breadcrumbs, #main .site-breadcrumbs .sep, #main .site-breadcrumbs .trail-end {
    color: #fff !important;
}
#main .site-breadcrumbs a {
  color: #fff;
}
.single-post #main .page-header ul.menu{
  display: none;
}

.page .post-pagination {
  display: none !important;
}

#sidr-id-menu-main-menu.sidr-class-dropdown-menu li:last-child {
  border-bottom: 1px solid rgba( 255, 255, 255, 0.07 );
}

/* typography */
a.more-staff {
    color: #68b1b2;
}

a.more-staff:hover {
    color: #000000 !important;
}

.text-emphasis {
    color: #000000;
}

/* extras */
.single-line,
.double-line {
    line-height: 1;
    overflow: hidden;
    padding: 5px 0px;
}

.single-line span,
.double-line span {
  display: inline-block;
  position: relative;
  line-height: .4;
}

.double-line span:before,
.double-line span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  top: 0;
  width: 4000px;
}
.double-line span:before {
  right: 100%;
  margin-right: 15px;
}
.double-line span:after {
  left: 100%;
  margin-left: 15px;
}

.single-line span:before,
.single-line span:after {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #e8e8e8;
    top: 0;
    width: 4000px;
}

.single-line span:before {
    right: 100%;
    margin-right: 15px;
}

.single-line span:after {
    left: 100%;
    margin-left: 15px;
}

/*overrides*/
body #searchform-dropdown {
    border-top-color: #68B1B2;
}

.text-center {
    text-align: center;
}

body h2 a:hover, body h3 a:hover, body h4 a:hover, body .related-post-title:hover, body .vcex-caroufredsel-wrap .vcex-caroufredsel-entry-title a:hover, body .meta a:hover {
    color: #68b1b2 !important;
}

.jp-carousel-wrap > .jp-carousel {

}
.jp-carousel-wrap > .jp-carousel .jp-carousel-slide {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  text-align: center;
}
.jp-carousel-wrap > .jp-carousel .jp-carousel-slide > img {
  display: inline-block !important;
}
.jp-carousel-wrap > .jp-carousel .jp-carousel-slide.fitHeight > img {
  width: auto !important;
}
.jp-carousel-wrap > .jp-carousel .jp-carousel-slide.fitWidth > img {
  height: auto !important;
}

/* input */
#wrap input[type="text"],
#wrap input[type="email"],
#wrap input[type="password"],
#wrap textarea {
  display: block;
  font-size: 16px;
  width: 100%;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #000000;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #000000 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #000000 4%);
  background-position: -1000px 0;
  background-size: 1000px 100%;
  background-repeat: no-repeat;
  color: #555555;
  border-radius: 0px;
}

#wrap input[type="text"]:focus,
#wrap input[type="text"]:focus,
#wrap input[type="email"]:focus,
#wrap input[type="password"]:focus {
 box-shadow: none;
 outline: none;
 background-position: 0 0;
}

.mc4wp-form label {
    display: none !important;
}
.mc4wp-form .show-labels label {
    display: block !important;
}

.mc4wp-form input,
.textarea {
    box-shadow: none !important;
    border-radius: 0px;
}

.content-area input[type=submit],
.content-area .wpcf7 .wpcf7-submit,
.content-area .mc4wp-form input[type=submit] {
  background: #68b1b2;
  background-color: #68b1b2 !important;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 15px;
  padding: 14px 20px;
  height: auto;
  line-height: 1em;
}

.page-template-page-media .staff-entry {
    margin-bottom: 75px;
}
.page-template-page-media .staff-entry-excerpt {
    margin-top: 2px;
}

@media screen and (min-width: 768px) {
  .tax-staff_category .staff-entry .staff-entry-media {
    width: 40%;
  }
  .tax-staff_category .staff-entry .staff-entry-details {
    width: 60%;
  }

  .tax-staff_category .page-header-title ~ .staff-entry .staff-entry-media {
    width: 27%;
  }
  .tax-staff_category .page-header-title ~ .staff-entry .staff-entry-details {
    width: 73%;
  }

  /*
  .page-id-442 .responsive-video-wrap.entry-video {
    display: inline-block;
    float: left;
    width: 49%;
    margin: 0 0 1em 2%;
    padding-bottom: 28.125%;
    padding-top: 0;
  }
  .page-id-442 .responsive-video-wrap.entry-video:nth-child(2n) {
    clear: both;
    margin-left: 0;
  }
  */
}
.front-page .addthis-smartlayers {
  display: none;
}

.grunion-field-label {
    display: none !important;
}

.front-page div.simplesocialbuttons {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -475px !important;
}

.boxed-main-layout #wrap {
    margin: 0 auto !important;
    width: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    background: #fff;
}
.boxed-main-layout #wrap #main {
  margin: 40px auto 0 auto;
}

.sidr-class-header-searchform {
  display: none;
}

.mobile-only {
  display: none;
}
.desktop-only {
  display: inherit;
}

@media only screen and (max-width: 959px) {
  .front-page div.simplesocialbuttons {
      margin-left: -335px !important;
  }
  #howto-pane #unu-howto-dude {
    display: none !important;
  }
  .mobile-only {
    display: inherit;
  }
  .desktop-only {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .front-page div.simplesocialbuttons {
      margin-left: -225px !important;
  }
  #video-pane h2, #unu-pane h2,  #blog-pane h2,  #logo-pane h2,  #howto-pane h2,  #join-movement-pane h2, .front-page .container h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .front-page .container p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}

@media only screen and (max-width: 479px) {
  .front-page div.simplesocialbuttons {
    left: 15px;
    margin-left: 0 !important;
  }
  .tax-staff_category .staff-entry .staff-entry-media,
  .tax-staff_category .staff-entry .staff-entry-media img,
  .tax-staff_category .staff-entry .staff-entry-details {
    width: 100%;
    display: block;
    float: none;
    padding-right: 0;
  }
  .tax-staff_category .staff-entry .staff-entry-details h2 {
    margin-top: 1em;
  }
}



/****************
SESSION REACTING
****************/

body.unu-session-logged-in .unu-logged-out {
  display: none !important;
}
body.unu-session-logged-out .unu-logged-in {
  display: none !important;
}

#session-toggle {
  display: none;
  padding: 1px 5px;
  background: #baf300;
  position: absolute;
  right: 10px;
  top: 117px;
  border-radius: 3px;
  z-index: 9999;
  color: #000;
  font-size: 14px;
  cursor: pointer;
}
