/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 body:not(.tm-navbar-space) .tm-logo {
    left: 50%;
    position: absolute;
    top: 10%;
    transform: translate(-50%, -50%);
}
.uk-breadcrumb {
    margin-bottom: 15px;
}
.uk-breadcrumb {
    background: none repeat scroll 0 0 #fbfcf2;
    padding: 5px;
}
 
.pg-cv-box {
    border-radius: 2px;
    box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), 0 0 7px 7px rgba(240, 240, 240, 0.2) inset;
    float: left;
    margin: 4px;
    padding: 3px;
	min-height: 290px;
} 
.pg-cv-descbox {
    color: #cccccc;
    font-size: x-small;
}
.uk-search {
    display: inline-block;
    float: right;
    margin: 0;
    position: relative;
}

.pg-cv-desc
{
    border-radius: 2px;
    box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), 0 0 7px 7px rgba(240, 240, 240, 0.2) inset;
    font-weight:bold;
    margin: 5px;
    padding: 4px 6px;
} 
.pg-cv-box:hover {
	background: #a56230;
}
#sb-title-inner {
    font-size: 16px;
    font-weight: bold;
}
.tm-wrapper {
    padding-bottom: 50px;
}
.pg-cv-name {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}
.pg-cv-box {
    background: none repeat scroll 0 0 #000;
    border-radius: 2px;
    box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), 0 0 7px 7px rgba(240, 240, 240, 0.2) inset;
    float: left;
    margin: 4px;
    padding: 3px;
}

#phocagallery-pane .current {
background: #fff;
}

#phocagallery-upload{
background: #fff;
}


 @media (max-width: 959px) {
  .tm-navbar .uk-navbar-toggle,
  .tm-navbar .uk-navbar-content {
    height: 70px;
  }

.tm-nav {
  display: inline-block;
}
.tm-navbar {
  position: relative;
  margin: 65px 0;
  text-align: center;
}
.tm-logo-small .uk-navbar-brand {
    display: inline-block;
    float: none;
    font-size: 35px;
    height: 35px;
    letter-spacing: 0;
    line-height: 22px;
    text-indent: -20px;
    width: 200px;
}
h1, .uk-h1 {
    font-size: 20px;
  
    line-height: 22px;
}
.uk-navbar-center {
    max-width: 95%;
}
.uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
.tm-navbar .uk-navbar-toggle, .tm-navbar .uk-navbar-content {
    height: 30px;
}
.tm-noblog .tm-content {
    background: none repeat scroll 0 0 #fbfcf2;
    padding: 10px 5px;
}

}