/*Цитата*/
blockquote {
    color: #72777c;
}

/*Первый символ цитаты*/
	blockquote p:first-child:before {
	color: #72777c
}

/*страница*/
#page  {
	/*отступы от краев*/
	margin-bottom: 30px;    
	margin-top: 20px;    
	/*поля для элемента*/
	padding: 30px; 
	background:#ffffff;
	/*тени*/
	-webkit-box-shadow:-10px 0px 15px #72777c, 10px 0px 15px #72777c;
	-moz-box-shadow:-10px 0px 15px #72777c, 10px 0px 15px #72777c;
	box-shadow:-10px 0px 15px #72777c, 10px 0px 15px #72777c;
}

/*боковое меню*/
.sidebar
.menu-item-type-post_type,
.widget-area .widget_nav_menu ul li{ 
	/*отступ между пунктами*/
	margin:10px 0;
	/*межстрочное расстояние*/
	line-height: 1.5; 	
	
	text-transform: capitalize;
  	/*border: 1px dotted black;*/
	/*background-color: #e9e9e9;*/
	shadow:2px 0px 3px 0px #72777c;
	-moz-box-shadow:2px 0px 3px 0px #72777c;
	box-shadow: 2px 0px 3px 0px #72777c;
}

/*Пункт меню виджета*/
.widget-area .widget li {
  	padding-left: 20px;
	margin-left: -20px;
}

/*Текущий пункт меню виджета*/
.widget-area .widget .current_page_item {	
	/*Тень*/
	shadow: 4px 2px 4px 0px #72777c;
	-moz-box-shadow: 4px 2px 4px 0px #72777c;
	box-shadow: 4px 2px 4px 0px #72777c;
	font-weight: bold;	
	
	/*Фон*/
	padding-left: 20px;
	margin-left: -20px;
	background: #f5f5f5 url("/wp-content/uploads/2017/11/MarkerSmall.png") no-repeat 1% center;
}

/*Пункт списка виджета при наведении*/
.widget-area .widget li:hover{	 
	/*Заливка*/
	background-color: #f5f5f5; 
	/*Тень*/
	shadow: 4px 2px 4px 0px #72777c;
	-moz-box-shadow: 4px 2px 4px 0px #72777c;
	box-shadow: 4px 2px 4px 0px #72777c;	
}


.widget-area .widget .current-cat, .widget-area .widget .current-cat  a, .widget-area .widget .current-cat  a:visited, .widget-area .widget .current-cat-parent .current-cat, .widget-area .widget .current-cat-parent .current-cat  a, .widget-area .widget .current-cat-parent .current-cat  a:visited, .widget-area .widget .current_page_item, .widget-area .widget .current_page_item  a, .widget-area .widget .current_page_item  a:visited, .widget-area .widget .current_page_parent .current_page_item, .widget-area .widget .current_page_parent .current_page_item  a, .widget-area .widget .current_page_parent .current_page_item  a:visited,
/*Ссылка текущего пункта меню виджета при наведении*/
.widget-area .widget_nav_menu a:hover{
  	color: #830e02;
}

/*Текст виджета (подвал)*/
.textwidget {
  	font-family: "Open Sans", Verdana, Geneva, "DejaVu Sans", sans-serif;
	font-size: 1rem;
}

/*Заголовок виджета (подвал)*/
.widgettitle {
  	font-family: "Open Sans", Verdana, Geneva, "DejaVu Sans", sans-serif;
	font-size: 200%;
	color: #840e02;
}

.site-description#site-description {
	font-size: 100%;
}

.widget-area .widget_categories ul li, .widget-area .widget_nav_menu ul li {
  text-transform: none;
  
  
.wpProQuiz_answerCorrect, 
.wpProQuiz_answerIncorrect {
    background: inherit;
}