/*-----------------------------------------------------------------------------------

	Theme Name: Klaus Child Theme - Retina Multi-Purpose WordPress Theme
	Theme URI: http://www.demo.alessioatzeni.com/klaus/
	Description: Klaus Theme for photostudio, creative or digital agency, frelancers, business. Based on a unique, clean & minimal design and packed with a tons of cool features.
	Author: Alessio Atzeni
	Author URI: http://www.alessioatzeni.com
	Version: 1.0
	Template: klaus

-------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	0.	Import style.css
/*-----------------------------------------------------------------------------------*/

@import url("../klaus/style.css");
@import url("../klaus/_include/css/color.css.php");
@import url("../klaus/_include/css/custom.css.php");
@import url("../klaus/_include/css/custom-fonts.css.php");


header.sticky-header {
    height: 80px;
	border-bottom:solid 2px #0097cd;
}

header.sticky-header #logo a,
header.sticky-header #menu ul a {
    padding-top: 0;
    padding-bottom: 0;
}

header.sticky-header #menu > ul > li:after  {
    top: 34px;
}

#main.sticky-header-enabled {
	padding-top: 0px;
}

.single-portfolio #main.sticky-header-enabled {
	padding-top: 50px;
}

.menu-nav .menu-icon {
    background: url(img/menu-mobile.png) 0 0 no-repeat;
}

#navigation-mobile {
	z-index:8000;
}

a#scroll-to-top {
	z-index:8000;
	bottom: 150px;
}

rev_slider .slotholder {
    background: url(img/menu-mobile.png);
}

#social-footer ul li a {
	opacity:0.5;
}

section.schraeg::before {
    background: url(img/schraege-weiss-oben.png) center center no-repeat;
	background-size:cover;
	position:absolute;
	width:100%;
	height:50px;
	content:" ";
	top:-45px;
}

section.schraeg::after {
    background: url(img/schraege-weiss-unten.png) center center no-repeat;
	background-size:cover;
	position:absolute;
	width:100%;
	height:50px;
	content:" ";
	bottom:-45px;
}

section.schraeg {
	z-index:111;
}


section#footer-credits::before {
    background: url(img/schraege-blau-oben.png) center center no-repeat;
	background-size:cover;
	position:absolute;
	width:100%;
	height:50px;
	content:" ";
	top:-45px;
}

.carousel-slider .owl-dots .owl-dot span {
	border-radius:50%;	
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
 	only screen and (-moz-min-device-pixel-ratio: 2),
  	only screen and (-o-min-device-pixel-ratio: 2/1),
  	only screen and (min-device-pixel-ratio: 2),
  	only screen and (min-resolution: 2dppx) {

    .menu-nav .menu-icon {
        background-image: url(img/menu-mobile_@2x.png);
        background-size: 16px 32px;
    }

}

@media (max-width: 991px) {
    #main.sticky-header-enabled,
    .wrap_all.boxed #main.sticky-header-enabled {
        padding-top: 0;
    }
}
