/*
 Theme Name:   PCC Consulting
 Description:  PCC Consulting (Invert Child theme)
 Author:       health&media GmbH
 Template:     invert
 Version:      1.0.0
 Text Domain:  invert-child
*/

@import url("../invert/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */

/* Nebenmenü */
ul#menu-nebenmenue {
	float: left;
}
ul#menu-nebenmenue > li {
	margin-right: 15px;
}

/* Startseite: Ausblenden Twitterbox */
div#full-twitter-box {
	display: none;
}

/* Startseite: Projects ausblenden */
#portfolio-division-box > div > div > div.row-fluid > div > div {
	display: none;
}
#full-division-box {
	margin-top: 0px;
}

/* Startseite: Team ausblenden */
#team-division-box {
	display: none;
}

/* Partnerbox */
div#full-client-box {
	margin-bottom: 50px;
}

/* Footer */
#footer {
	background-color: #1B46A0;
}
#footer #searchform > div.searchright > input {
	background: none repeat scroll 0 0 #448BE3;
}
#footer #text-10 > div > p {
	color: white;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: #448BE3;
}
	/* 3 Footer Widgets statt 4
@media only screen and (min-width : 768px) {
	#footer .span3 {
		width: 31.623931623931625% !important;
	}
} */

/* Farben Infobox */
.info {
	background-color: #004397 !important;
  	border-color: #448BE3 !important;
  	color: white !important;
}
.info a:hover {
  	color: #448BE3 !important;
}
.info a {
  	text-decoration: underline;
  	color: white !important;
}

/* Grossschreibung von Untermenüs und Projekten verhindern */
.project-item .title a {
	text-transform: none;
}
#skenav .sub-menu a {
	text-transform: none !important;
}

/* Breadcrumb */
.bread-title-holder {
	text-align: left;
}

/* Produkt und Post Meta entfernen */
div.skepost-meta {
	display: none !important;
}
div.comments-template {
	display: none !important;
}

/* Software Slider-Widget */
.su-post-thumbnail > img {
	height: auto;
	float: left;
}
.su-posts-default-loop .su-post-thumbnail {
	height: auto !important;
	margin-bottom: 25px;
}
.su-posts-default-loop .su-post:after {
	clear: none !important;
}
.su-posts-default-loop .su-post {
	margin-bottom: 0px !important;
}

/* Breadcrumb */
.single-project > #wrapper > #main > div.main-wrapper-item > div.bread-title-holder > div.container > div > div > section.cont_nav {
	  float: left;
	  margin-top: 50px !important;
}
.single-project > #wrapper > #main > div.main-wrapper-item > div.bread-title-holder > div.container > div > div > section.cont_nav:last-child {
	  float: none;
	  margin-top: 0px !important;
}
img.attachment-thumbnail {
	float: right;
}
div.bread-title-holder {
	height: 50px;
}

/* Logo */
.skehead-headernav .logo {
  margin-top: -10px;
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
	.skehead-headernav .logo {
  		margin-top: -2px;
  		max-width: 200px;
  		height: auto !important;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	.skehead-headernav .logo {
  		margin-top: -2px;
  		max-width: 200px;
  		height: auto !important;
	}
}

/* Widget: Kategorie - Titel ausblenden */
li#categories-2 > label {
	display: none;
}

/* Kopfzeile */
#skenav a {
	padding: 0 12px;
}

/* WPML Menu: Aktuelle Sprache ausblenden */
div.top-nav-menu li.menu-item-language-current {
	display: none;
}


/* Menüabstände */
@media only screen and (max-width: 1200px) {
	#skenav a {
    	padding: 0 9px;
	}
}

/* Logo mobil */
@media only screen and (max-width: 499px) and (min-width: 10px) {
	.skehead-headernav .logo {
    	height: 50px !important;
    	margin-top: 5px;
	}
}