/*
 Theme Name:   Consultix Child
 Theme URI:    http://radiantthemes.com/consultix/
 Description:  Consultix Child Theme
 Author:       RadiantThemes.com
 Author URI:   http://radiantthemes.com/
 Template:     consultix
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  consultix-child
*/

img[width="150"] {
	width: 150px;
}
article {
	text-align: justify;
}   
article .menu {
	text-align: left;
}

.site-main a {
    color: #29abe2;
    text-decoration: none;
}
.site-main a:hover {
    color: #042d48;
    text-decoration: underline;
}
.btn {
	text-decoration: none!important;
}

.header_main .site-title {
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	min-height: 45px;
	display: flex;
	align-items: center;
}
.header_main .site-title a { 
	color: #fff;
	text-decoration: none;
}
.header_main .brand-logo img {
    max-width: 200px;
	margin: -14px 0 -14px 0;
}
.header-data-contact .btn {
	border: 2px solid #fff;
	padding: 8px 20px;
	text-transform: uppercase;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	font-size: 12px;
	background: transparent;
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.header-data-contact .btn:hover {
	border-color: #000;
	background: #000;
}



.header_main .header-data > .header-data-social {
	display: none;
}
.header_main .header-data > .header-data-translator {
	margin-top: 7px;
}
.header_main .header-data > .header-data-translator:after {
	display:none;
}

.header_nav .nav {
	max-width: calc(100% - 60px);
}
.header-nav-translator {
	float: right;
	padding: 20px 0;
	font-size: 0;
	line-height: 0;
}
.header-nav-translator ul {
	display: flex;
	padding: 0;
	margin: 0;
}
.header-nav-translator ul li {
	display: block;
	padding: 0;
	margin: 0 0 0 10px;
}
@media (max-width: 767px) {
	.header-nav-translator {
		float: left;
	}
	.header-nav-translator ul li {
		margin: 0 10px 0 0;
	}
}


.wraper_inner_banner .wraper_inner_banner_main > .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.wraper_inner_banner .wraper_inner_banner_breadcrumb {
	display: none;
}

.nav > [class*='menu-'] > ul.menu > li > ul > li > a,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
	line-height: 1.4;
	letter-spacing: 0;
}


@media (min-width: 992px) and (max-width: 1199px) { 
	.nav > [class*='menu-'] > ul.menu > li {
		margin-right: 8px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.nav > [class*='menu-'] > ul.menu > li > a {
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

.wraper_inner_banner_main {
	background: rgba(255, 255, 255, 0.3);
}

.wraper_footer_copyright > .container {
    padding-top: 12px;
    padding-bottom: 5px;
}


.rt-list {
    margin-bottom: 35px;
}

.wpb_text_column p {
	margin: 0 0 10px 0;
}


.wpb_text_column ol,
.wpb_text_column ul {
	margin-bottom: 10px;
}
.wpb_text_column ol > li,
.wpb_text_column ul > li {
    position: relative;
    padding-left: 20px;
}
.wpb_text_column ul > li, 
.wpb_text_column ol > li {
    margin-bottom: 10px;
}
.wpb_text_column ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
    content: "\f0da";
    font-family: 'FontAwesome';
	color: #09276f;
}
.wpb_text_column ol ol {
	list-style-type: lower-alpha;
}

.radiant-contact-form .form-row .label{
	padding: 10px 0 0px 0;
	color: #747474;
	font-size: 15px;
	font-weight: 400;
	display: block;
	text-align: left;
}
.radiant-contact-form .form-row input[type=file] {
	border: 0 solid #d8d8d8;
	color: #989898;
	background-color: #ffffff;
	padding: 0;
	border-radius: 0px 0px 0px 0px;
	width: 100%;
	resize: none;
	height: 50px;
}
.radiant-contact-form.rteb749bb509c9f75 .form-row input[type=file]:focus {
	border-color: #808dd7;
	color: #464646;
}


.post.style-three .entry-main .entry-content {
	margin-bottom: 20px;
}
.post.style-three .post-meta > span {
	text-transform: none;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 1.8;
}
.post.style-three .post-read-more > .btn {
	margin-right: 10px;
}


.post-info {
	margin-bottom: 10px;
}
.post-info > div {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.post-info .btn.btn-link {
	color: #09276f;
}
.post-info .btn.btn-link:hover {
	color: #000e2f;
	text-decoration: underline!important;
}

.post.style-three .entry-main {
    margin-top: 0;
    margin-bottom: 0;
}
.post.style-three .entry-main .entry-header {
    margin-bottom: 4px;
}
.post.style-three .entry-main .entry-content {
    margin: 3px 0;
    line-height: 1.2;
    font-size: 14px;
}
.post.style-three .entry-main .entry-header .entry-title {
    font-size: 14px;
    line-height: 1;
}
.post.style-three .entry-main .entry-header .entry-title a:hover {
    color: #042d48;
    text-decoration: underline;
}

.post.style-three .entry-main .entry-header .subtitle {
    font-size: 14px;
    line-height: 1;
    margin-top: -5px;
    padding-bottom: 5px;
}
.post.style-three .entry-main .post-read-more .btn {
    line-height: 12px!important;
    font-size: 12px!important;
	padding: 10px 30px!important;
}
.post.style-three {
    margin-bottom: 10px;
}
.post.style-three + .post {
    margin-top: 8px;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
}

.post.style-three .post-meta > span {
	text-transform: none;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 1.8;
}
.post.style-three .post-read-more > .btn {
	margin-right: 10px;
}


.post-tags,
.post-tags-meta {
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0;
    border-bottom: 0;
    font-size: 13px;
    color: #000;
}
.post-tags a:hover {
	text-decoration: underline!important;
}

.post-tags-meta {
	display: table;
	width: 100%;
}
.post-tags-meta > div {
	display: table-cell;
}
.post-tags-meta .post-tags {
	margin: 0;
	padding: 0;
	border: 0;
}
.post-tags-meta .post-meta {
	text-align: right;
	line-height: 1;
}
.post-tags-meta .post-tags + .post-meta {
	padding-left: 15px;
	min-width: 120px;
}


.post-annotation {
	margin-bottom: 10px;
	line-height: 1.2;
	margin-top: -2px;
	font-size: 14px;
}
.post-annotation .annotation-action {
    color: #29abe2;
    text-decoration: none;
	cursor: pointer;
}
.post-annotation .annotation-action:hover {
    color: #042d48;
    text-decoration: underline;
}
.post-annotation .annotation-action .glyphicon {
	font-size: 60%;
	margin-left: 2px;
}
.post-annotation .annotation-content {
	line-height: 1.4;
	padding-top: 4px;
}


.language-ru .post-navigation .nav-previous a:before,
.language-ru .comment-navigation .nav-previous a:before{
	content:"Предыдущая статья";
}
.language-ru .post-navigation .nav-next a:before,
.language-ru .comment-navigation .nav-next a:before{
	content:"Следующая статья";
}

.widget-area > .widget.widget_categories ul li {
	margin-bottom: 0px;
}
.widget-area > .widget.widget_categories ul li ul{
    margin-top: 0px;
}
.widget-area > .widget.widget_categories ul ul li {
	margin-left: 5px;
}

.footer_copyright_item p {
    line-height: 1;
}

.blog_single p {
	margin-bottom: 0;
	text-indent: 20px;
	text-align: justify;
}


.group-span-filestyle.input-group-btn {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.group-span-filestyle.input-group-btn .btn {
	margin: 0!important;
	padding: 12px 12px;
	height: 50px;
}
.group-span-filestyle.input-group-btn .btn span {
	color: #ffffff!important;
}


.nav-pills {
	margin: 0 -8px!important;
	float: none;
}
.nav-pills.nav-justified {
    padding-bottom: 20px;
}
.nav-pills>li {
	padding: 0 8px!important;
	margin-bottom: 10px;
}
.nav-pills>li:before {
   display: none;
}
.nav-pills>li>a {
	border-radius: 4px;
	text-decoration: none;
	background: #e6e6e6;
	color: #000;
}
.nav-pills>li>a:hover {
	background: #5a98cf;
	color: #fff;
}
.tab-content {
	margin-bottom: 30px;
}


.post-author {
	margin-bottom: 30px;
}
.post-author h5 {
	margin-bottom: 8px;
}
.post-author .post-author-description {
	font-size: 14px;
}

.wraper_inner_banner .wraper_inner_banner_main > .container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.post.single-post .entry-header .entry-title {
    font-size: 210%!important;
}