/**
 *
 * -------------------------------------------
 * Override
 * -------------------------------------------
 *
 **/

/*
 *
 * 16. Override
 *
 *
------------------------------------ */

/* 16.1. Overrided elements
==================================== */

#gk-sidebar-right {
	background: #f6f7f9;
}

.gk-nsp-art .gk-nsp-image:hover {
   -webkit-transform: none;
   -moz-transform: none;
   -ms-transform: none;
   -o-transform: none;
   transform: none;
}
article figure.featured-image:hover img {
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-ms-transform: scale(1.0);
-o-transform: scale(1.0);
transform: scale(1.0);
}

article figure.featured-image img {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	display: block;
	line-height: 0;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	width: auto;
}

.gk-nsp-image-wrap {
	margin-top: 10px;
}

.wpb_vc_table .wpb_content_element table.vc-table-plugin-theme-classic, .vc-table-plugin-theme-classic{
	width: 100% !important;
}

/*верстка архива документов в блочном виде*/

.gk-articles-row {
	display: block;
}

 .gk-articles-row.gk-cols-3 > article {
    width: 100%;
}

.gk-articles-row > article {
    display: block;
}

.gk-articles-row.gk-cols-2 > article {
    width: 100%;
}

 .gk-articles-row article .gk-article-body header {
    margin-top: 0.5%;;
    margin-top: 0.5%;;
    padding-right: 3%;
}

 p {
    margin: 0.3em 0 1em;

   }

/*отображение автора и закладок*/
li.bookmark, li.category{
	display:none !important;
}

h2,
.page-title {
	/*font-size: 44px;*/
	color: #4c61a0;
}

p {
	/*font-size: 12px !important;*/
	font-size: 16px !important;
	padding-right: 3%;
}

p.gk-nsp-link-text {
	/*font-size: 12px !important;*/
	font-size: 14px !important;
	padding-bottom: 8px;
}

a.gk-nsp-link-readmore {
	color: #3064AD;
	font-size:12px !important;

}

a:hover.gk-nsp-link-readmore {
	color: #c9c9c9;
	
}

/*Заголовки в слайдере*/
/*a.gk-nsp-header {
	line-height:1.2em;
	font-size:26px;
}*/

.box .box-title {
font-size: 1.5em;

}

/*фон верхнего меню*/
/*#gk-top-nav, #gk-toolbar {
    background: #c9c8c8;
}*/

/*размер окна плеера в статье*/

article iframe[src^='http://www.youtube.com'],
article iframe[src^='https://www.youtube.com'],
article iframe[src^='http://youtube.com'],
article iframe[src^='https://youtube.com'],
article iframe[src*='vimeo.com'],
article iframe[src*='www.youtube.com'] {
	max-width: 90%!important;
}





