/*
 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
*/

#wrap {
  background-color: #f5f5f5;
}
.front-page #wrap {
  background-color: #000;
}

h1,h2,h3,h4,h5,h6,.theme-heading, .widget-title, .vc_text_separator { font-family: Roboto Condensed, sans-serif !important; }
.page-header-title { font-family: Roboto Condensed, sans-serif !important; }

html, body {
  /*background: red;*/
}

body .page-header {
  background-color: #000;
  padding-bottom: none;
  border-bottom: none;
  box-shadow:none;
  border-top: none;
  height: auto !important;
}

sup {
  top: 0 !important;
  vertical-align: super !important;
  font-size: 0.5em;
}
.navbar-style-one {
  right: 0;
}
.full-background {
  background: url('images/unanimous-ai-home-background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.vertical-middle {
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

body .theme-button {
  background: #008f96;
  border-radius: 0 !important;
  font-size: 15px;
}
body .theme-button:hover {
  background: #000;
  color: #fff;
}

body.full-width-main-layout #wrap {
  overflow: visible;
}

body .page-header-title {
  color: #fff;
}

#content-wrap.container {
  margin-top: 80px;
}
.single #content-wrap.container {
  margin-top: 40px;
}


body .site-breadcrumbs {
  color: #fff;
}

.blog-entry.large-image-entry-style .blog-entry-media {
  margin-bottom: 0;
}
.blog .blog-entry {
  background-color: #fff;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.blog .blog-entry-content {
  padding: 20px 20px;
}
.blog .blog-entry.large-image-entry-style {
  padding-bottom: 0;
}
body .blog-entry.large-image-entry-style .blog-entry-title a {
  margin: 0;
  color: #008f96;
  text-transform: none;
  line-height: 1.2em;
}

/***************************/
/**** HEADER NAVIGATION ****/
/***************************/

#site-logo {
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#site-logo a {
  max-width: 226px;
  box-sizing: content-box;
  padding: 0 30px 14px;
}

#site-header {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  background-image: url(images/unanimous-header-bg.jpg);
  background-size: 100% auto;
  background-size: cover;
  background-position: top center;
}
#site-navigation-wrap {
  float: left;
}
#site-navigation-wrap #site-navigation .menu-main-menu-container > ul > li > a {
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
  letter-spacing: .03em;
  padding: 0px 10px;
  transition: color 0.27s;
}
#site-navigation-wrap #site-navigation .menu-main-menu-container > ul > li > a:hover {
  color: rgba(255, 255, 255, 1);
}
#site-navigation-wrap #site-navigation .menu-main-menu-container > ul > li.current-menu-item > a {
  color: #c1f41b;
}

.front-page #site-navigation-wrap #site-navigation .menu-main-menu-container > ul > li > a {
  letter-spacing: .06em;
  padding: 0 25px;
}

#unu-social-share-icons {
  display: none;
}
#unu-social-share-icons ul {

}
#unu-social-share-icons ul.social-icons {
    display: none;
  }
  #unu-social-share-icons ul.social-open {
    display: block;
  }
#unu-social-share-icons ul li {
  display: inline-block;
  float: left;
}
#unu-social-share-icons ul li a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 21px;
  transition: color 0.27s;
}
#unu-social-share-icons ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
@media only screen and (min-width: 960px) {
  #unu-social-share-icons {   
    border-left: 1px solid rgba(255,255,255,0.2);
    float: right;
    display: block;
  }
  #unu-social-share-icons ul {
    padding: 0 15px;
  }
  #unu-social-share-icons ul li a {
    line-height: 90px;
    padding: 0 25px;
    display: inline-block;
    width: 17px;
    box-sizing: content-box;
    text-align: center;
  }
  #menu-main-menu > .search-toggle-li { 
    display: none;
  }
}
@media only screen and (min-width: 1170px) {
  #unu-social-share-icons ul.social-icons {
    display: block;
  }
  #unu-social-share-icons ul.social-open {
    display: none;
  }
}
/********************/
/**** FRONT PAGE ****/
/********************/

.front-page {
  background-color: #000;
}

.front-page #site-header {
  background: transparent;
  z-index: 99;
  position: absolute;
}
.front-page #site-logo { display: none; }
.front-page #site-header ul {
  text-align: left;
}
#site-navigation-wrap { position: relative; right: 0px; }
#site-header .sf-menu { float: none; }
#site-header .menu-main-menu-container > ul li { float: left; display: inline-block; }
#site-header-inner {
  padding: 0px;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
}
#mobile-menu { margin-top: 18px; }
.front-page h2 {
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: .15rem;
}
.front-page h2 a {
    color: #0fcfd2;
}
.front-page .at4-recommended-outer-container,
.front-page #at4-recommended {
  display: none !important;
}
.front-page div.simplesocialbuttons {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -475px !important;
}
.front-page #site-navigation-wrap #site-navigation .menu-main-menu-container > ul {
  padding-left: 25px;
}

body.front-page .page-header {
  display: none;
}

#home-bg-graphic {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/unanimous-ai-home-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  background-position: 44% 30%;
  opacity: 0;
  transition: opacity 8s;
  /*transition-delay: 2s;*/
  transition-delay: 0s; /* JON EDIT */
  transition-timing-function: ease-out; /* JON EDIT */
}
#home-bg-graphic .desktop-graphic {

}
#home-bg-graphic .mobile-graphic {

}
#home-bg-graphic.activated {
  opacity: 1;
}
#home-brand-container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  z-index: 0;
}
#home-brand-container .container {

}
#home-brand-container .container .logo-tagline-container {

}
#home-brand-container .container .home-brand-logo-static {

}
#home-brand-container .container .home-brand-logo-static img {

}
#home-brand-container .home-brand-logo-animated {
  position: relative;
  display: none;
}
#home-brand-container .home-brand-logo-animated .home-brand-logo-img {

}
#home-brand-container .home-brand-logo-animated .home-brand-logo-img img {
  display: block;
}
#home-brand-container .home-brand-logo-animated .home-animated-dude {

}
#home-brand-container .home-brand-logo-animated #home-the-dude {
  background-image: url(images/Unanimous-Diver_0204.png);
  background-repeat: no-repeat;
  background-size: 5300% 100%;
  background-position: top left;
  display: block;
  width: 130px;
  height: 230px;
  position: absolute;
  /*top: -30%;*/
  top: -42%; /* JON EDIT */
  left: 35%;
}
#home-brand-container .home-brand-logo-animated #home-the-dude.animating {

}
#home-brand-container .container .tagline-container {
  text-align: center;
  color: #fff;
  margin-top: 60px;
  margin-top: 6vh;
  opacity: 0;
  transition: opacity 2s;
  /*transition-delay: 2s;*/
  transition-delay: 5s; /* JON EDIT */
  transition-timing-function: ease-out; /* JON EDIT */
}
#home-brand-container .container .tagline-container.activated {
  opacity: 1;
}
#home-brand-container .container .tagline-container h1 {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
#home-brand-container .container .tagline-container h1 span.green {
  color: #afe500;
}
.front-page #site-navigation .dropdown-menu > .current-menu-item > a,
.front-page #site-navigation .dropdown-menu > .current-menu-item > a:hover {
  color: #fff;
}
.navbar-style-one #site-navigation .dropdown-menu ul,
.navbar-style-one #site-navigation .dropdown-menu ul li,
.navbar-style-one #site-navigation .dropdown-menu ul li a {
  border-color: #3d3d3d;
}

#home-brand-container .scroll-down-arrow {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -43px;
    width: 66px;
    height: 20px;
    background-image: url(images/arrow-down-white.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 2s;
    transition-delay: 5s;
    transition-timing-function: ease-out;
    padding: 10px;
    box-sizing: content-box;
}
#home-brand-container .scroll-down-arrow.activated {
	opacity: 1;
}


body #site-navigation-wrap.nav-dropdown-top-border .dropdown-menu > li > ul {
  border-top: 2px solid #afe500;
}

@media only screen and (min-width: 1281px) {
  #home-brand-container .home-brand-logo-animated #home-the-dude {
    top: -35%;
    left: 35.3%;
  }
}

#home-press {

}

.bg-white {
  /* background-image: url('images/bg-white.jpg'); */
  color: #000;
  background-color: #f5f5f5;
}
.slick-arrow {
  cursor: pointer;
}
.draggable {
  cursor: grab;
  cursor: -webkit-grab;
}
.review-slider .slick-arrow {
  display: inline-block;
  background-color: rgba(99,99,99,.1);
  border: none;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  margin-top: -38px;
  background-size: 10px 33px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
}
.review-slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url('images/logos-arrow-left.png');
}
.review-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url('images/logos-arrow-right.png');
}
.review-slider .slick-list {
  margin: 0 auto;
  width: 80%;
  margin: 0 10% !important;
  text-align: center;
}
.slick-slider *:focus {
  outline:none;
}
.slick-slider .slick-track {
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.slick-slider .slick-slide {
  height: auto;
}
.review-container {
  padding: 20px 0;
}
.review-container .review-slider {}
.review-container .review-slider .logo {}
.review-container .review-slider .logo img {
  display: inline-block;
}
.review-container .review-slider .snippet {}
.review-container .review-slider .snippet p {
  font-size: 39px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  line-height: 1.3em;
  margin: 1em 0;
}
.review-container .review-slider .read-review {}
.review-container .review-slider .read-review a {
  font-size: 17px;
  color: #2594d3;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}

.show-slide {}
.show-slide .container {}
.show-slide .show-slide-counter {
  display: inline-block;
  width: 91px;
  height: 105px;
  background-image: url('img/hex-arrow-bg@2x.png');
  background-repeat: no-repeat;
  background-size: 91px 105px;
  line-height: 105px;
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 1px;
}
.show-slide .show-slide-title-cont {
  text-align: center;
  margin-bottom: 5%;
}
.show-slide .show-slide-title-cont h2 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.show-slide .show-slide-title-cont h2 span {
  font-weight: 100;
}
.show-slide .show-slide-content-cont {}
.show-slide .show-slide-content {
  float: left;
  display: inline-block;
  width: 50%;
}
.show-slide .show-slide-content h3 {
  font-size: 62px;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 .25em 0;
}
.show-slide .show-slide-content p {
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0.25em 0;
}
.show-slide .show-slide-content p a {
  text-decoration: none;
  color: #c1f41b;
}
.show-slide .show-slide-slider {
  display: inline-block;
  width: 50%;
}
.show-slide.content-left .show-slide-slider {
  float: right;
  width: 48%;
  margin-left: 2%;
}
.show-slide.content-right .show-slide-slider {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.show-slide.content-left .show-slide-content {
  float: left;
}
.show-slide.content-right .show-slide-content {
  float: right;
}

.show-slide-slider {}
.show-slide-slider .panel-slider {
  padding: 15px 30px;
  background-color: #000;
  border-radius: 15px;
}
.show-slide-slider .panel-slider .panel-slide {}
.show-slide-slider .panel-slider .panel-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.show-slide-slider .slick-arrow {
  display: inline-block;
  border: none;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background-color: transparent;
  color: #fff;
  font-size: 0;
  text-align: center;
  vertical-align: top;
  opacity: 0.8;
}
.show-slide-slider .slick-arrow:hover {
  opacity: 1;
}
.show-slide-slider  *:focus {
 outline:none;
}
.show-slide-slider .slick-arrow.slick-prev {
  left: 6px;
}
.show-slide-slider .slick-arrow.slick-prev:after {
  content: '‹';
  font-size: 40px;
  line-height: 22px;
  font-weight: 200;
}
.show-slide-slider .slick-arrow.slick-next {
  right: 6px;
}
.show-slide-slider .slick-arrow.slick-next:after {
  content: '›';
  font-size: 40px;
  line-height: 22px;
  font-weight: 200;
}

@media screen and (max-width: 959px) {
  .show-slide.content-left .show-slide-slider,
  .show-slide.content-right .show-slide-slider,
  .show-slide.content-left .show-slide-content,
  .show-slide.content-right .show-slide-content {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .show-slide.content-left .show-slide-slider,
  .show-slide.content-right .show-slide-slider {
    max-width: 540px;
    margin: 0 auto 30px auto;
  }
  .show-slide .show-slide-content h3,
  .insight-header h3 {
    font-size: 40px;;
  }
  .review-container .review-slider .snippet p {
    font-size: 25px;
  }
  p {
    font-size: 19px;
  }
  .review-slider .slick-list {
    margin: 0 auto;
    width: 90%;
    margin: 0 5% !important;
    text-align: center;
  }
  .review-slider .slick-arrow {
    display: inline-block;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -38px;
    background-size: 10px 33px;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
  }
  .review-slider .slick-arrow.slick-prev {
    left: -10px;
  }
  .review-slider .slick-arrow.slick-next {
    right: -10px;
  }
}




/*-----------------------------------------------------------------------------------*/
/* - Body, Main & Commons Overwrites
/*-----------------------------------------------------------------------------------*/
body .blog .page-header {
  background-color: #000;
  display: none;
}

.main-navigation,
.widget-title {
    text-transform: uppercase;
}
body #site-navigation-wrap.nav-dropdown-top-border .dropdown-menu > li > ul {
  position: absolute;
  left: 50%;
  margin-left: -120px;
  width: 240px;
}
body #site-navigation-wrap.nav-dropdown-top-border .dropdown-menu > li > ul > li {
  border: none !important;
  display: block;
  width: 100%;
}
body #site-navigation-wrap.nav-dropdown-top-border .dropdown-menu > li > ul > li a:hover{
  color: #afe500;
}
.navbar-style-one #site-navigation .dropdown-menu ul a {
  padding: 10px;
  text-align: center;
}
.navbar-style-one #site-navigation .sf-menu ul a {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
#site-navigation .sf-menu ul a span.it-lt,
.sidr-class-dropdown-menu li a span.sidr-class-it-lt {
  font-style:italic;
  font-weight:300
}
#mobile-menu {
  z-index: 999;
}

.background-image-page-header .page-header-title {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 100%;
    font-size: 75px;
    font-weight: 300;
    letter-spacing: .15em;
}
.background-image-page-header-overlay {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
}
@media only screen and (min-width: 960px) {
  .navbar-style-one .dropdown-menu > li > a {
      line-height: 90px;
      letter-spacing: 0.06em;
      padding: 0 8px;
  }
  #home-brand-container .home-brand-logo-animated {
    display: block;
    margin-top: 12%;
    margin-left: 7%;
    transition: margin-top 3s;
    transition-timing-function: ease-out;
  }
  #home-brand-container .home-brand-logo-animated.activated {
    margin-top: 0;
  }
  #home-brand-container .home-brand-logo-static {
    display: none;
    margin-left: 7%
  }
}

/* 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;
}

/*-----------------------------------------------------------------------------------*/
/* - Body, Main & Commons Overwrites
/*-----------------------------------------------------------------------------------*/
#primary {
  /*margin-top: 80px;*/
  margin-bottom: 80px;
}
#primary #content > h1 {
  font-size: 40px;
  text-align: center;
}


/*-----------------------------------------------------------------------------------*/
/* - Neat.css Overwrites
/*-----------------------------------------------------------------------------------*/
.post-pagination {
  border-top: none;
}



/* tagcloud styling */
body #main .tagcloud a {
  background: #f7f7f7;
}

body #main .tagcloud a:hover {
  background: #afe500;
}

/* custom Total_child dropdown styles */
body #site-navigation-wrap.nav-dropdown-top-holder .dropdown-menu > li > ul.sub-menu {
  border-top: 1px solid #afe500;
}
.navbar-style-one .dropdown-menu a:hover {
  color: #afe500;
}
.navbar-style-one .dropdown-menu ul {
  margin: 0;
  background: rgba(33, 33, 33, 0.81);
}
.navbar-style-one .dropdown-menu ul a {
  display: block;
  float: none;
  padding: 8px 12px;
  height: auto;
  margin: 0px;
  border: 0px;
  line-height: 1.4em;
  color: #cacaca;
  text-transform: none;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3d3d3d;
}
.navbar-style-one .dropdown-menu ul li:last-child > a {
  border-bottom: none
}
.navbar-style-one .dropdown-menu ul a:hover {
  color: #afe500;
  background: #1d1d1d;
  text-decoration: none;
}
.sf-menu > li.megamenu > ul.sub-menu > .menu-item-has-children > a:hover {
  color: #afe500;
  background: none;
}
body a:hover {
  color: #afe500;
}


.site-breadcrumbs {
  right: 9px;
  max-width: 30%;
  top: 23px;
  line-height: 20px;
}

/*footer*/
#footer {
  position: relative;
  background-color: #313131;
  padding: 20px 30px;
  box-sizing: border-box;
}
#footer #footer-brand {

}
#footer #footer-brand .footer-brand-content {
  background-image: url(images/unanimous-footer-diver-standing-@2x.png);
  background-size: 54px 151px;
  background-repeat: no-repeat;
  background-position: top left;
  margin-left: 25px;
  padding: 15px 0 15px 100px;
  display: block;
  min-height: 151px;
}
#footer #footer-brand .footer-brand-content p {
  color: #d6d6d6;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 300;
  line-height: 1.7em;
  margin: 0;
  padding: 0;
}
#footer #footer-nav-container {
  
}
#footer #footer-nav-container .footer-nav {

}
#footer #footer-nav-container .footer-nav ul {
  list-style: none;
  margin-top: 10px;
}
#footer #footer-nav-container .footer-nav ul > li {
  display: inline-block;
  float: left;
  padding: 5px;
  margin: 0 12px;
}
#footer #footer-nav-container .footer-nav ul > li > a {
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 0px solid rgba(255, 255, 255, 0);
  padding-bottom: 9px;
  transition: all 0.5s;
}
#footer #footer-nav-container .footer-nav ul > li > a:hover {
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
#footer-copyright {

}
#footer-copyright p {
  font-size: 11px;
  color: #7c7c7c;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#footer-copyright p .sep {
  
}
#footer-copyright p a#iii {
  margin-left: 25px;
}
#footer-copyright p a#iii .iii-bug {

}
#footer-copyright p:last-child,
#footer-copyright p:last-child a,
#footer-copyright p:last-child a span {
  color: #7c7c7c;
}


@media screen and (min-width: 960px) {
  #footer #footer-nav-container {
    float: right;
  }
  #footer #footer-brand .footer-brand-content {
    max-width: 400px;
    float: left;
  }
  #footer-copyright {
    margin-top: 50px;
    float: right;
  }  
}
@media screen and (max-width: 979px) {
  #footer {
    padding-bottom: 80px;
  }
  #footer-copyright {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
  }
  #footer #footer-nav-container .footer-nav .menu-footer-menu-container {
    text-align: center;
  }
  #footer #footer-nav-container .footer-nav ul {
    display: inline-block;
  }
}

#content-wrap .page-header-title {
  margin-right: 0px;
  max-width: inherit;
  color: #008f96;
}

/* 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: 25px 0 0;
}

.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: #afe500;
}

.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;
}

/* 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 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: #afe500;
  background-color: #afe500 !important;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 15px;
  line-height: 1.5em;
  padding: 14px 25px 12px;
  margin-top: 25px;
  height: auto;
  letter-spacing: 0.01em;
  color: #000 !important;
  text-transform: uppercase;
  transition: all 0.27s;
}
.content-area input[type=submit]:hover,
.content-area .mc4wp-form input[type=submit]:hover {
  background: #000;
  background-color: #000 !important;
  color: #fff !important;
}



/*-----------------------------------------------------------------------------------*/
/* - Contact Form 7 Overwrites
/*-----------------------------------------------------------------------------------*/
body .wpb_row {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  /*.vc_responsive .wpb_row .vc_span2 {
    float: left;
    width: 16.666666666666664%;
  }*/
  .vc_responsive .wpb_row .vc_span2 {
    float: left;
    width: 0;
  }
  .vc_responsive .wpb_row .vc_span8 {
    float: left;
    width: 100%;
  }  
}
.vc_responsive .wpb_row .vc_span2 {
  position: relative;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
}



/*-----------------------------------------------------------------------------------*/
/* - VCEX Overwrites
/*-----------------------------------------------------------------------------------*/
body .wpb_row,
.wpb_content_element,
body ul.wpb_thumbnails-fluid > li,
body .last_toggle_el_margin,
.wpb_button {
  margin-bottom: 50px !important;
}


.staff-entry-media a {
    max-height: 400px;
    overflow: hidden;
}
.staff-entry-media img {
    width: 100%;
    height: auto;
}


/*-----------------------------------------------------------------------------------*/
/* - Page Header Overwrites
/*-----------------------------------------------------------------------------------*/


body .page-header {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
    background-image: url(images/unanimous-page-header-v2.jpg);
    display: table;
    width: 100%;
}
body .page-header .page-header-inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body .page-header .site-breadcrumbs {
	display: none;
}

.background-image-page-header {

}

body .page-header .page-header-title {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 100%;
    font-size: 75px;
    font-weight: 300;
    letter-spacing: .15em;
    text-transform: uppercase;
}
body.single-post .page-header .page-header-title {
  font-size: 35px;
}

/*
.blog .page-header {
  display: none;
}
.page-template-page-media .page-header {
  display: none;
}
.archive .page-header {
  display: none;
}
.page-id-442 .page-header {
  display: none;
}
*/
/*.page-id-3078 {
  height: 100vh;
}
.page-id-3078 #footer {
  bottom: 0;
  position: relative;
  width: 100%;
}*/
/* removing post pagination on Press Page */
.page-template-page-media .post-pagination {
  display: none;
}

/*
.page-id-3078 .page-header {
  display: none;
}
*/
.page-template-page-media .staff-entry {
  margin-bottom: 40px;
}

#wrap .wpex-row .col {
  margin: 0 0 40px;
}

.page-template-page-media .staff-entry-excerpt {
  margin: 4px 0 8px;
  color: #4d4d4d;
  line-height: 1.2em;
  height: 2.4em;
  display: block;
  overflow: hidden;
}

.page-template-page-media #content-wrap {
  padding: 40px 15px 0 15px;
}

.page-template-page-media .staff-entry .staff-entry-media {
  background-color: #fff;
  border-bottom: none;
}

.page-template-page-media .staff-entry .staff-entry-media img {
  display: block;
}
.page-template-page-media .staff-entry .staff-entry-details {
  padding: 20px;
  overflow: hidden;
}
.page-template-page-media .staff-entry .staff-entry-details .staff-entry-title,
.page-template-page-media .staff-entry .staff-entry-details .staff-entry-title a {
  margin: 0;
  font-size: 20px;
  color: #008f96;
  text-transform: none;
  line-height: 1.2em;
}

@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;
  }
  */
}

.grunion-field-label {
    display: none !important;
}


@media only screen and (max-width: 959px) {
  .front-page div.simplesocialbuttons {
      margin-left: -335px !important;
  }
  .front-page h2 {
    font-size: 1.2rem;
    letter-spacing: .14rem;
  }
}

@media only screen and (max-width: 767px) {
  .front-page div.simplesocialbuttons {
      margin-left: -225px !important;
  }
  .front-page h2 {
    font-size: 1rem;
    letter-spacing: .1rem;
    margin-top: -0.5em;
  }
  #footer {
      background: linear-gradient(90deg, rgba(255,255,255,0) 50%, rgba(200,200,200,0) 50%);
  }
}

@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;
  }
  .front-page h2 a {
    display:block;
}
}



/*-----------------------------------------------------------------------------------*/
/* - Total Theme Responsive Overwrites
/*-----------------------------------------------------------------------------------*/
div#mobile-menu.clr {
  right: 10px;
}

#mobile-menu a.mobile-menu-toggle {
  border: none;
  background: transparent;
  color: white;
}

#mobile-menu a.mobile-menu-toggle:hover {
  color: #afe500;
  background: rgba(33, 33, 33, 0.81);
}

.sidr-class-header-searchform input {
  box-sizing: border-box;
}


/* new mobile logo styling */
@media only screen and (max-width: 767px) {
  #site-logo,
  #site-logo a,
  #site-logo img {
    display: block;
    float: none;
    clear: both;
    text-align: center;
    margin: 0 auto;
  }
}

/* show social icons when collapsed and plus icon is clicked */
.showEm {
  visibility: visible !important;
}

@media only screen and (max-width: 1169px) {
  #unu-social-share-icons ul.social-icons {
    display: inline-block !important;
    position: absolute;
    z-index: 99999;
    top: 91px;
    visibility: hidden;
    background-color: rgba(33, 33, 33, 0.72);
  }
}



/*-----------------------------------------------------------------------------------*/
/* - Total Theme Blog Page Styling Overwrites
/*-----------------------------------------------------------------------------------*/
.boxed-main-layout #wrap {
  width: 100%;
  margin: 0 auto;
}

#menu-main-menu > .search-toggle-li {
  display: none !important;
}

#arve .arve-embed-container, #tinymce .arve-embed-container {
  width: 100%;
}