/*
Theme Name: KM - SmartMag 2016
Theme URI: http://theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: smart-mag
Version: 1.0
*/

@import url("../smart-mag/style.css");




.logged-in.admin-bar .main-wrap  {
	position: relative;
	margin-top:32px;
}

.sticky-top {
	
	position: fixed;
	top: 0;
	z-index: 101;
	
	
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}


.sticky-nav {
	top: 45px;
	z-index: 101;
}

.main-wrap {
}


.main-head .wrap {
	margin-top: 45px;
	
}


.button-signup-kaufmichcom {
	display:block;
	width:294px;
	height:42px;
	background:url(images/button-signup1.png) no-repeat;
	margin:15px 0; 
	}

.sidebar .widget .tagcloud a {
	background:#000000;
	color:#fff;
	
}


.lower-foot .widgets .menu {
	width: 70%;
	float: left;
	text-align: left;
}

.lower-foot .widgets .menu a {
	font-size: 11px;
	text-align: left;
}

.lower-foot .footer-copyright  {
	width: 28%;
	float: right;
	text-align: right;
	font-size: 11px;
	color:#999999;
}



.socialmedia-wrap {
	height: 100%;
}

.socialmedia-top {

}


.socialmedia-top ul {
		padding-top: 35px;
	
}


.socialmedia-top ul li {
	float:right;
	margin-left: 8px;
	line-height: 28px;
	
}


/* social media icons */
.icon32 {
	display: inline-block;
	width: 32px;
	height: 32px;
}

.icon32:hover {
	position: relative;
	top:-3px;
}

.icon32.facebook { background-image: url(images/socialmedia-icons/32px/facebook.png)}
.icon32.twitter { background-image: url(images/socialmedia-icons/32px/twitter.png)}
.icon32.rss { background-image: url(images/socialmedia-icons/32px/rss.png)}


.kmButton {
    position: relative !important;
    display: inline-block;
    vertical-align: middle !important;
    border: 0px none !important;
    border-radius: 5px !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-family: inherit !important;
    text-overflow: ellipsis;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25), -2px 0px 1px rgba(0, 0, 0, 0.25) !important;
    outline: 0px none !important;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2), rgba(150, 150, 150, 0.2), transparent) !important;
    -moz-user-select: none;
	color: #fff;
	font-weight: bold;

}

.kmButton.large {
  background-color: #E1025D !important;
	  padding: 1px 33px !important;
    font-size: 14px !important;
}

.kmButton:hover {
	text-decoration: none;
	position: relative;
	top:-3px;
}




/* Media Queries -------------------- */

@media screen and (max-width: 480px) {
	
.sticky-top {
	display: none;
}
	
.sticky-nav {
	top: 0;
	z-index: 101;
}

.socialmedia-top {
	display: none;
}	
	 
}