/*
Theme Name: Vir Theme
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#top-bar .searchform input {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
	border-radius: 4px;
}


.polylang_langswitcher {display: block; position: relative; float: right; padding: 0 0 0 5px;}
.polylang_langswitcher ul {font-size: 15px;}
.polylang_langswitcher li {background: #32908f;  padding: 5px; border-radius: 4px; display: inline;}

.polylang_langswitcher a {color: #fff !important;}

.bvi-glyphicon-eye {
    font-size: 16px;
	padding: 0;
}

.bvi-button {
    width: auto !important;
    margin-left: 5px !important;
    margin-top: -8px !important;
    border-radius: 4px !important;


    }

.bvi-panel-open a {padding: 0 !important;}
/*
Здесь можно добавить ваши CSS-стили.

Нажмите на значок помощи выше, чтобы узнать больше.
*/
@media all and (min-width:960px) {
.virinfo {
    color: white;
    font-size: 22px;
    text-align:center;
    float:left;
	margin-right: 50px;
}
}
.virinfo {
    color: white;
    font-size: 22px;
    text-align:center;
    float:left;
	margin-right: 150px;
	
}


.virinfo-en {
    color: white;
    font-size: 24px;
    text-align:center;
    margin-right: 8em!important;
    float:left!important;
	margin-top: 30px;
}

@media all and (min-width:960px) {.virinfo-en {
    color: white;
    font-size: 24px;
    text-align:center;
	 margin-right: 3em;
    float:left!important;
	margin-top: 30px;
	}}



.header-two-aside {
    /* float: right; */
}
.footer-widget {
    padding-bottom: 15px;
}
    .wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a {
    padding: 0px 20px !important;
    display: block;
    box-sizing: border-box;
    border: solid transparent;
    position: relative;
    text-decoration: none;
    color: inherit;
    transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
    box-shadow: none;
}
#site-navigation .menu-button >a >span.link-inner {
    background-color: #32908f;
    padding: 10px;
    border-radius: 5px;
}
.top-bar-right {
    float: right;
    font-size: 16px;
}
.div#mceu_17 {
    display: none !important;
}
.special {
  width: 100%;
border-collapse: collapse;
   border-spacing: 0;
	vertical-align:middle;
   
}
.special td {
	 border: 2px solid;
	text-align: left;
	
}
.special td {
		vertical-align:middle;
}
.special tr {
width:100%;
		vertical-align:middle;
}
/* Column widths are based on these cells */
.row-1 {
  min-width: 8%;
}
.row-2 {
  min-width: 20%;
}
.row-3 {
  min-width: 48%;
}
.row-4 {
  min-width: 16%;
  padding-left: 10px;
}
.row-5 {
  min-width: 8%;
}
td {
    border: 2px solid;
    padding: 10px;
}

@media only screen and (max-width: 1280px) {
#site-navigation .dropdown-menu li.flip-drops-smallscreen ul ul {
    left: auto;
    right: 50%;
}
	}
.bvi-button {
    max-width: 15px;
    float: right;
    margin-left: 10px;
    margin-top: -10px;
}
/* Шапка под мобильные*/
@media only screen and (max-width: 768px) {
  #site-header #site-logo {    
    float: left !important;    
    display: block;    
        
    width: 60%;
    max-width: none;
	  margin-top:10px;
  }
  #site-logo-inner {    
    display: block;
  }
	
	#site-header #site-logo img {    /*display: inline;  */  
    float: left;
		width: 30%;
		height: 30%;
  }
	
  	.virinfo {
   color: white;
    font-size: 18px;
    text-align: left;
    float: right;
    margin-top: -100px;
    padding-left: 0px !important;
		margin-right: 0!important;
			width: 70%;
		
}
}
/* Шапка под планшеты*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
  #site-header #site-logo {    
    float: left;    
    display: block;    
    text-align: left;    
    width: 50%;
    max-width: none;
	  margin-top:10px;
  }
  #site-logo-inner {    
    display: block;
  }
  #site-header #site-logo img {    
    /*display: inline; */   
    float: left;
  }
	.virinfo {
   color: white;
    font-size: 22px;
    text-align: left;
    float: right;
    margin-top: -160px;
    padding-left: 0px !important;
		
}
}
.um .um-field-label {
    color: #555555;
    font-family: 'Open Sans';
}
#comments {
    margin-bottom: 40px;
    display: none;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
	text-transform: none !important;
}

.vcex-blog-entry-details {
    padding: 20px;
    border: none !important;
}

.books h2 {font-weight: bold;}

.mtli_pdf a {
    background: background: none !important;
}

/* стилизация содержимого страницы */
body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    color: #292b2c;
    background-color: #fff;
} 
  
/* свойства модального окна по умолчанию */
.modal {
    position: fixed; /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); /* цвет фона */
    z-index: 1050;
    opacity: 0; /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; /* анимация перехода */
    pointer-events: none; /* элемент невидим для событий мыши */
    margin: 0;
    padding: 0;
}
/* при отображении модального окно */
.modal:target {
    opacity: 1; /* делаем окно видимым */
	  pointer-events: auto; /* элемент видим для событий мыши */
    overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}
/* ширина модального окна и его отступы от экрана */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 1000px;
      margin: 10px auto; /* для отображения модального окна по центру */
  }
}
/* свойства для блока, содержащего контент модального окна */ 
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
/* свойства для заголовка модального окна */
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #fff;
	background: #32908f;
	
}

.modal-header h3 {color: #fff;}
.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 2.25rem;
    font-weight: 500;
}
/* свойства для кнопки "Закрыть" */
.close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}
/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}
/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}

.ebd table, td {border: none!important;}

.ebd tr {border-bottom: 2px solid #808080; padding-bottom: 10px;}
.soratniki img {
	width: 150px;
}
.soratniki tr, td {

vertical-align: middle!important;}
.soratniki th {
	height: 40px;
	background-color: #ffa500;
	width: 100%;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    border-top: none;
}