/* CSS Document */

/* +++      LISTS     +++ */

ul {margin-left:20px;}
ul li {list-style-type:circle}
dl dt {
        font-family: 'Dosis', sans-serif; font-weight:600; 
	text-transform:uppercase; 

        font-size:14px;
        margin-bottom:7px;
        color: rgb(169, 165, 157);
        line-height:1.4em;
}
dl dt a{ text-decoration:none;}
dl dt:hover {background: url("../images/list-arrow2.png") no-repeat scroll 0px 0px transparent;}



/* +++     LOGO     +++ */

.logo {top:14px; left:45px;}
.logo .tagline {
        display:none;
        margin-top:-10px;
        padding:0 0 0 160px;
        color:#e0ddd8;
}



/*+++     HEADER     +++*/

#bg-top {top:-26px; display:none;} /* nav side shadow */
#top-header {
    width:950px;
    height:132px;
    margin:0 0 0 -40px;
    background:url(../images/header_doppelte.jpg);

}



/* +++     NAVIGATION     +++ */

nav.primary:before, nav.primary:after {display:none;}
nav.primary {
	margin-top:-66px;
	height: 56px;
	border-bottom:10px solid #f6f5f4;
	background:none;
	background-color:none;
}
#topnav{margin-top:-2px;}

/* +++     SUBMENU     +++ */

.sf-menu li li a:hover,
.sf-menu li li.sfHover  a,
.sf-menu li li.current-menu-item  a {
	color:#776152;
}



/* +++     SIDEBAR     +++ */

.single-post #sidebar,
.single-portfolio #sidebar, 
.single-team #sidebar {
	display:none; 
}
.single-post .two_third , 
.single-portfolio .two_third , 
.single-team #sidebar .two_third  {
   width: 100%;
}



/* +++     POSTS     +++ */

.category-instruments .post-meta {display:none;}

.post-holder .entry-header h3 a {color:#473f36 /*#534337*/;}
.post-holder .entry-header h3 a:hover {color:#776152;}
.pagination { text-align:center;}
.single-post .oldernewer,
.single-portfolio .oldernewer, 
.single-team .oldernewer {
	display:none;
}



/* +++     PORTFOLIO POST     +++ */

.instr_exerp {font-size:14px;}

.portfolio .post-meta {display:none;}
.portfolio figure {
	margin-top:20px; 
	border-width:0px;
}

/* +++     PORTFOLIO READ MORE BUTTON     +++ */

.portfolio .button{display:none;}

/* +++      PORTFOLIO GALLERY     +++ */

#gallery .portfolio li span.image-border {width:auto;}
#gallery .portfolio li a.image-wrap {width:auto;}
#gallery.two_columns .portfolio p.excerpt {display:none;}
#gallery.four_columns .portfolio p.excerpt {display:none;}



/* +++      TEAM POSTS     +++ */

.type-team .featured-thumbnail {display:none;} 

.recent-posts.team li:hover {
	background-color:rgb(230, 228, 223);
	cursor:pointer;
}
.recent-posts.team li h5 {
	padding:10px 0;
	font-family: 'Dosis', sans-serif; font-weight:600; 
	font-size: 14px;
	text-transform:uppercase;
 	text-align:center; 
	color:#473f36;
}
.recent-posts.team li h5 a {color:#473f36;}
.recent-posts.team li:hover h5 a {color:#776152;}



/* +++     THUMBNAIL     +++ */

.featured-thumbnail {
	border-width:2px;
	border-color: #afaeaa;
}
.single-post .featured-thumbnail,
.single-portfolio .featured-thumbnail, 
.single-team .featured-thumbnail {
	border:none;
}

.featured-thumbnail:hover {
	border-color: #534337;
}
.featured-thumbnail.large img{

}



/* +++     RECENT POSTS     +++ */

ul.recent-posts{
width:auto;
}


/* +++     IMAGE GALLERY     +++ */

.gllr_image_row {margin-bottom:5px;}
.gllr_image_block {margin:0 5px 20px 0; }
.gllr_image_row .gllr_image_block:last-child {margin-right:0;}
.gllr_single_image_text {
	width:100px;
	margin-left:2px; 
	font-family:'Pontano Sans', sans-serif; 
}
.gallery img:hover {
	/* border-color:#473f36;*/
}
#content .gallery_box_single .gallery .gllr_image_block p:hover {
	border-color:#473f36; 
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}



/* +++     COMMENTS    +++ */

#post-author {display:none;}
#respond {display:none;}



/* +++     CONTACT FORM     +++ */

#dc-contact-2.dc-contact-slick .tab {font-size:12px;}

#FSContact1 input[type="text"], #FSContact1 textarea,
#si_contact_email1, #si_contact_subject_ID1
{
    font-size: 14px;
    color: rgb(99, 97, 94);
    background: none repeat scroll 0% 0% rgb(248, 248, 248);
    padding: 6px 5px 6px 7px;
    border: 1px solid rgb(193, 191, 186);
}
#FSContact1 label {font-size:14px;}



/* +++    SHOWCASE STARTPAGE     +++ */

.showcase-thumbnail-container {
}
.showcase-thumbnail {border: solid 2px #afaeaa;}
.showcase-thumbnail:hover {	border-color:#534337;}
.showcase-thumbnail.active {
	margin-top:0px;
	border:solid 2px #534337;
}
.showcase-caption{
	visibility:hidden; 
	display:none;
}



/* +++     WIDGETS     +++ */

.textwidget {font-size:14px;}
.latestpost {font-size:14px;}

.start_page_widget{padding-right:10px;}

/* +++     SOCIAL WIDGET     +++ */

.social-networks {margin-left: 25px;}
.social-networks li {
	overflow:visible;
	line-height:55px;

}
.social-networks li a {height:auto; float:none;}
.social-networks li a:hover {color:#776152;}


.tabs .tab-menu a {color:#666; text-decoration:none;}
.tabs .tab-menu a.active {color:#333;}



/* +++     FOOTER     +++ */

#copyright{
	background:url(../images/button-bg2.gif);
	font-style:normal;
 	text-shadow:none;

}

#footer .searching{width:140px;}




