/*
Theme Name: Lenka SPC
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney-pro-ii
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/

/* Menu Bar Mobile */
@media only screen and (max-width: 767px){
  .site-header .col-xs-12 {
    width: 50%;
  }
}

/* Cover Page */
#slideshow h2.maintitle {
  padding-right: 30px;
  padding-left: 30px;
}
#slideshow .slide-item:nth-child(2) h2,
#slideshow .slide-item:nth-child(4) h2 {
  background: rgba(0,0,0,0.35);
}

/* Projects */
@media only screen and (min-width: 768px) {
  .roll-project {
    /*display: block;
    overflow: visibile;
    max-width: 1110px;
    background: #f3f3f3; 
    margin-right: auto;
    margin-left: auto;
    text-align: right !important;
    padding-bottom: 0px;*/
  }
  .roll-project.fullwidth .project-item {
    /*display: inline-block; 
    float: right;
    clear: bloth;
    margin: 0 auto;*/
  }
}

/* Bio */
span.section {
 display: block;
 float: left;
 width: 120px;
 margin-right: 40px;
 text-align: right;
 font-weight: bold;
}
span.sections {
  display: block;
  float: left;
  clear: left;
}
table.bio-table td {
 text-align: left;
}
table.bio-table td {
 vertical-align: top;
}
table.bio-table td h4 {
  margin-top: 1em;
}
table, th, td {
  border: none;
}

/* Clients ~ Galleries Title */
.roll-team .team-item .team-pop .team-info {
  padding-right: 10px;
  padding-left: 10px;
}
.roll-team .team-item .team-content a {
 color: #fff;
}