/* Логотип десктоп */

		#site-logo img {
		margin: 0 0 0 0;
			height: 85px !important;
}

#psihoMAster {
    font-size: 21px;
    margin-right: 47px;
    display: inline-block;
    font-weight: 300;
}

#masthead .masthead-inner .site-branding {
	padding: 17px 0 !important;}

/* Текст на хедере */
@media ( max-width:600px ) {
.home .fffront {font-size: 16px !important;}
.in-header-title p {font-size: 14px;}
}


/* цвет левой панели */
#masthead .masthead-inner .site-branding:before {
    background: #4e47a4;
}


#masthead .masthead-inner .site-branding {
	background: #4e47a4 !important;}

#masthead .masthead-inner .site-branding:after {
    border-left: solid 90px #4e47a4;
    border-top: solid 90px #4e47a4;
}

/* цвет правой панели */
#masthead .masthead-inner .social-icons, #masthead .masthead-inner .social-icons:after {
    background: #5a54a4 !important;
}

#masthead .masthead-inner .social-icons:before {
    border-top: solid 90px #5a54a4 !important;
    border-right: solid 90px #5a54a4 !important;
}

/* цвет меню */
.home #site-navigation {
    background: linear-gradient(48deg, #4e47a4, #5a54a4, #4e47a4) !important;
}

/* выпадающее меню*/
#site-navigation ul li ul.sub-menu a, #site-navigation ul li ul.children a {
    padding: 3px 15px;
    font-weight: 300;
	font-size: 11px;}


/* Растянуть бэк на весь экран */

.home #masthead {
	background-size: cover;}

/* фон меню */
.slicknav_menu {
    background: #4e47a4 !important; 
    padding: 0 5px;
}

.slicknav_btn {
    background: #4e47a4;
    border: solid 1px white;
}

/* высота хедеров */
#masthead {
    min-height: 400px;
}

#masthead.single .in-header-title {
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 40px;
}

#masthead.single {
    min-height: 220px;
    position: relative;
    background-image: none;
}

/* первый блок главной */
.fpfull-container {
    margin-top: -54px !important;
}

/* Адаптация под мобильный */
@media ( max-width:600px ) {
#masthead .masthead-inner .site-branding {
    background: #5b4a9b;
    right: 0px !important;
    position: relative;
    padding: 10px 10px !important;
    z-index: 9;
    margin-right: 0px !important;
}

		#site-logo img {
    height: auto !important;
    width: auto;
		margin: 0;
}
	
	.fpfull-container {
    display: none;
}
	#masthead #mobile-search label input[type=search] {
    display: none;
}
}