/**
 * Sentric Child by Yan Designs.
 *
 * This theme, like WordPress, is licensed under the GPL.
 *
 * Theme Name:  Sentric Child
 * Template:    sentric
 * Author:      Yan Designs
 * Description: Child theme customized by Yan Odnoralov.
 * Version:     1.0.0
 * License:     GNU/GPL Version 2 or later
 */
 
/*  //header */
 .header-logo-section, .top-bar-wrap .mainmenu-navigation, .top-bar-wrap .header-block-wrap {
	 background: transparent;
 }
 .header-logo-section {
	 float: left;
 }
 .mainmenu-navigation  {
	 float: right;
 }
 .top-bar-wrap {
	 max-width: 1300px;
	 margin: 0 auto;
 }
 
.mtheme-kb-heading-info p {
	margin: 0px 0 5px 0;
}
.knowledge-contents-archive .entry-post-title p {
	margin-bottom: 15px;
}
.knowledge-contents-archive-wrap .entry-post-seperator {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.knowledge-contents-archive-wrap p:before {
    content: "\f0f6";
    font-family: "Fontawesome";
    font-size: 14px;
    left: 0;
    margin-right: 8px;
    position: relative;
    top: 0;
    color: #bfbfbf;
}
.list-custom-taxonomy-widget .current-cat > a {
	font-weight: bold;
	color: #236ca5;
}
.current-cat-ancestor > a {
    font-weight: bold;
    color: #444;
}
.sidebar-widget ul li.cat-item:before {
	top: 11px;
}
.faq-section-wrap {
	display: none;
}
.mtheme-faq-wrap h4 {
	cursor:pointer;
	margin-bottom: 0;
    padding-bottom: 16px;
}
.mtheme-faq-wrap h4:after {
	position: absolute;
    top: 0;
    right: 0;
    content: "\f0d7";
    font-family: "FontAwesome";
    height: 20px;
    width: 20px;
    font-size: 14px;
}
.mtheme-faq-wrap h4.open-faq:after {
	content: "\f0d8";
}
.download-btn-wrap {
	margin: 15px 0;
}
.download-btn {
	background: #000;
	color: #fff;
	padding: 18px 25px;
	border-radius: 2em;
	transition: all 300ms ease-in-out;
	font-size: 16px;
}
.download-btn:hover {
	background: #444;
	transition: all 150ms ease-in-out;
}
.title-container {
	width: auto !important;
}
.sort-dropdown {
	float: right;
}
.clear-fix {
	clear: both;
}
.sortbox {
	font-size: 14px;
}
body.search .page-contents-wrap {
	float: none !important;
	width: auto !important;
}
.login-socials-wrap {
	display: none;
}
.footer-container-wrap, .footer-container {
	background: #202020 !important;	
}
#footer.sidebar {
	font-size: 18px;
}
#footer .footer-column:first-child {
	display: none;
}
#footer .footer-column {
    width: 28.3333333% !important;
    font-weight: 300 !important;
}
span.foot-title {
	background: url("images/footer-sprite.png");
	background-size: 24px 141px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: -36px;
    padding-left: 36px;
    font-weight: 400;
}
span.foot-title.email {
    background-position: 0 -116px;
}
span.foot-title.phone {
    background-position: 0 -56px;
}
#footer .textwidget span, #footer span {
    color: #999 !important;
}
#footer .textwidget, #footer .textwidget a {
	color: #dad8d8 !important;
}
#footer .textwidget a:hover {
	color: #fff;
}
.wpcf7-form-control-wrap select {
	font-size: 16px;
}

@media screen and (min-width: 1025px) {
.two-column {
    width: 67%;
    padding: 45px 30px;
    box-shadow: -4px -4px 22px -4px rgba(0,0,0,0.15);
    border-radius: 5px;
    min-height: 400px;
}
.sidebar-wrap, .sidebar-wrap-single {
	width: 24%;
}
}