/*
Theme Name:     Ronneby Child Theme
Theme URI: 		http://themes.dfd.name/ronneby/
Description:    ronneby - Highly Functional Multifaceted WP Theme
Author:         DFD
Author URI:		http://wpsaloon.com/
Template:       ronneby
Version:        1.0.0
*/

@import url("step/css/top.css");


@media only screen and (max-width: 1100px) {
	.dfd-side-by-side-mode-custom #header-container, .dfd-side-by-side-mode-custom #header-container #header {
		position: fixed !important;
		background: transparent;
	}
}
@media only screen and (max-width: 800px) {
	.dfd-side-by-side-mode-custom #header-container #header .header-wrap > .row:last-child {
		background: transparent;
	}
}
@media only screen and (max-width: 1100px) {
	.dfd-side-by-side-mode-custom body.dfd-custom-padding-html #header-container #header {
		padding: 0 30px;
	}
}

/*ZERO BS CRM...*/
.zbs-client-portal-wrap.main {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.zbs-client-portal-wrap.main h1 {
	line-height: 55px;
}

@media screen and (max-width: 800px) {
	.zbs-client-portal-wrap.main h1 {
		font-size: 18px;
		line-height: 18px;
	}
}

.zbs-client-portal-wrap.main #zbs-nav-tabs {
	width: 100%;
	padding-left: 0;
	padding-right: 60px;
	margin-right: 0;
	margin-bottom: 0;
	float: none;
}

@media screen and (max-width: 800px) {
	.zbs-client-portal-wrap.main #zbs-nav-tabs {
		margin-bottom: 80px;
		padding-right: 0;
	}
}
.zbs-client-portal-wrap.main #zbs-nav-tabs li a {
	-webkit-transition: color ease .2s;
	transition: color ease .2s;
}
.zbs-client-portal-wrap.main #zbs-nav-tabs li a .fa {
	font-size: 20px;
	margin-right: 8px;
}

.zbs-client-portal-wrap.main #zbs-nav-tabs li a:hover {
	color: #565656;
}

.zbs-back-to-invoices {
	margin-top: 60px;
}

.zbs-back-to-invoices a {
	display: inline-block;
}

.zbs-back-to-invoices .zbs-logout {
	margin-top: 30px;
	background: #2e2e2e;
	color: white;
	padding: 10px 8rem;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}

.zbs-back-to-invoices .zbs-logout:hover,
.zbs-back-to-invoices .zbs-logout:active {
	background: #555555;
}


.zbs-back-to-invoices .zbs-backto:hover,
.zbs-back-to-invoices .zbs-backto:active {
	text-decoration: underline;
}

.zbs-back-to-invoices .zbs-backto .fa {
	font-size: 14px;
	margin-right: 4px;
}