/*
 Theme Name:   Adito CRM-Blog
 Description:  Theme for the new CRM blog from Adito.
 Author:       Denis Brediceanu
 Author URI:   https://wpcorner.de
 Template:     publisher
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  WPcorner
*/

/* small logo on scroll */
.scroll-logo {
	display: none;
	height: 37px;
	position: absolute;
	left: 0px;
	top: 25px;
}
.scroll-logo img {
	height: 100%;
}
.pinned .scroll-logo {
	display: block;
}

/* red border-bottom for menu */
.site-header.full-width .main-menu-inner, .site-header.full-width .main-menu-wrapper {
    border-bottom: 1px solid #e50049 !important;
}

/* Heading front page */
.home h1.section-heading {
	display: none;
}

/* set font 'Roboto' for search form */
.search-form input[type="submit"] {
	font-family: 'Roboto', sans-serif !important;
}

/* set font 'Roboto' for tag cloud */
.widget.widget_tag_cloud .tagcloud a {
	font-family: 'Roboto', sans-serif !important;
}

/* set font-color for category H1 */
body #content .archive-title h1.page-heading {
	color: #000 !important;
}

/* reading time in article */
.reading-time p {
	display: inline-block;
	margin-right: 12px;
}
.reading-time .color-grey {
	color: rgba(0,0,0,.44);
}

/* intro text on article */
.bs-intro, .entry-content .bs-intro {
	font-weight: normal !important;
}

/* footer customisations */
.footer-widgets.light-text .widget {
	color: #fff !important;
	font-size: 16px;
}
.footer-widgets .widget .widget-heading .h-text{
	font-size: 18px !important;
}
.footer-logo {
	margin-top: 40px;
}

/* footer bottom menu */
.site-footer .copy-footer {
	background-color: #9da9b0 !important;
	border: 0 !important;
	color: #9C9C9C;
}
.footer-bottom-menu ul.menu>li {
	display: inline-block;
	float: none;
	margin-right: 20px;
}

/* CTA Widgets */
.cta-widget {
	background-color: #626160;
	color: #fff;
	padding: 20px;
}
.cta-widget.widget .widget-heading>.h-text {
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.cta-widget.widget .widget-heading:before {
	display: none;
}

/* mobile menu */
.responsive-header.light .responsive-header-container {
	background-color: #626160 !important;
	border-bottom: 1px solid #e50049 !important;
}
.responsive-header.light .search-container .search-handler, .responsive-header.light .menu-container .menu-handler {
	background-color: #626160 !important;
	border: 0 !important;
}
.responsive-header.light .menu-container .menu-handler .lines, .responsive-header.light .menu-container .menu-handler .lines:after, .responsive-header.light .menu-container .menu-handler .lines:before {
	background-color: #fff !important;
}
.responsive-header.light .search-container .search-handler {
	color: #fff !important;
}

/* mobile customisations */
@media all and (max-width: 767px) {
	.footer-widgets .widget {
		margin-bottom: 50px !important;
		text-align: center;
	}
	.footer-bottom-menu ul.menu>li {
		text-align: center;
	}
}
