/*
 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
*/

.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;
}

.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;
}

.front-page #site-header {
  background: rgba(255,255,255,0.6);
}
.front-page #site-logo { display: none; }
.front-page #site-header ul { text-align: center; }
.front-page #site-navigation-wrap { position: relative; right: 0px; }
.front-page #site-header .sf-menu { float: none; }
.front-page #site-header ul li { float: none; display: inline-block; }
.front-page #site-header-inner { padding: 0px; }
.front-page #mobile-menu { margin-top: 18px; z-index: 1000; }
.front-page .navbar-style-one .dropdown-menu > li > a {
  color: #000000;
  letter-spacing: .04em;
  font-weight: 300;
  padding: 0 20px;
}
.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;
}

body .page-header {
    background: url('images/header_background.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main-navigation,
.widget-title {
    text-transform: uppercase;
}

.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;
}
}

/* 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;
}

#content-wrap .page-header-title {
    margin-right: 0px;
    max-width: inherit;
}

/* 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;
}

/* 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: #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;
  }
  */
}

.grunion-field-label {
    display: none !important;
}

#footer {
    background: linear-gradient(90deg, rgba(255,255,255,0) 50%, rgba(200,200,200,.1) 50%);
}

.front-page div.simplesocialbuttons {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -475px !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;
  }
}
