/* --------------------------------------------------------------
User Responsive Stylesheet - Mobile Navigation
-------------------------------------------------------------- */

/* -- Hide the Standard Menu -- */

.blog-menu {
	display: none;
}

/* -- Enable the Toggles - Mobile Menu and Search -- */

.ccfw-header-container .toggle-container {
	display: block;
}

.ccfw-header-container .nav-toggle.toggle {
	position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -28px;
}

/* -- Hide the Desktop Search Icon on Mobile -- */

.blog-menu li.fa-search {
	display: none;
}

.ccfw-main-logo  {
	width: calc(100% - 160px);
}

.style2 .ccfw-main-logo  {
	margin-left: 80px;
}

.admin-bar .ccfw-header-container {
	top: auto;
}

.ccfw-header-container,
.ccfw-header-container.ccfw-fixed-header {
	position: relative;
}

.ccfw-header-container:not(.ccfw-fixed-header) h1.ccfw-site-title a {
	color: #111;
}

.ccfw-header-wrapper input.search-field {
	font-size: 18px;
	border: 1px solid #e2e2e2;
	margin-left: 20px;
	width: calc(100% - 40px);
}

.ccfw-header-wrapper input.search-field:focus {
	box-shadow: none;
}

.ccfw-left-nav {
	padding-left: 15px;
}

.ccfw-site-logo,
.ccfw-site-text-logo {
	text-align: center;
}

.ccfw-header-container.style2 .ccfw-main-logo {
    margin-left: 0px;
    width: 80%;
    position: absolute;
    left: 10%;
}

.ccfw-header-container.style2 .ccfw-site-description {
	display: none;
}