/*   
Theme Name: your-clean-template-3
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/


@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu { /* для раскрывания субменю по наведению */
		display: block;
	}
	.comment-list .children { /* для комментов */
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
















  
/* seo friendly tables */
.table{
	display:table;	/* Defines a Table */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:2px solid #dddddd;
	/*color:#8d8d8d;*/
	/*margin:10px 0;*/
	/*padding-top: 10px;*/
}
.table-head{
	 display: table-header-group; /* Defines a table header group */
}
.table-head .column{ /* Column inside the table-head */
    background: #0A76B5;
    color: #f5f5f5;
	border-right:1px solid #5d5d5d;
	border-bottom:none;
	text-align:center;
	font-weight: bold;
}
.rows{
	display:table-row; /* Defines a table row */
}
.rows .column:nth-child(1){ /* First column in a row */
	border-left:1px solid #eeeeee;
}
.rows:last-child .column{  /* column in a last row */
	border-bottom:none;
}
.column{
	display:table-cell; /* Defines a table cell */
	padding:3px 2px;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}

/* Responsive table */
@media all and (max-width: 991px){
	.table,
	.rows,
	.column,
	.column:before{
		display:block;	/* Converts a table, table row, table column and table column:before into a block element */
	
	}
	.table,
	.rows .column:last-child{
		border-bottom:none;
	}
	.table-head{
		position:absolute;	/* Hides table head but not using display none */
		top:-1000em;
		left:-1000em;
	}
	.rows{
		border:0px;
		border-top:2px solid #dddddd;
		
		margin:20px 0;
	}
	.rows .column:nth-child(1){ /* first column of the row */
		border-left:none;
	}
	.rows .column:last-child{ /* last column of the row */
		border-right:none;
	}
	.rows:last-child .column,
	.column{ /* Column in the last row and column */
		border-bottom:1px solid #eeeeee;
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 28%;
		
	}
	.column:before{ /* prints the value of data-label attribute before the column data */
		font-weight: bold;
    padding-right: 20px;
    /* font-size: 12px; */
    content: " "attr(data-label)" ";
   /* background: rgba(51, 122, 183, 0.26);*/
    color: #31708f;
	
	
	
	
	position: absolute;
		top: 6px;
		left: 6px;
		width: 25%; 
		padding-right: 10px; 
		white-space: nowrap;
	}


	
}


.border-color-white {
	border: 4px solid #fff;
}
#whitelink{}
#whitelink a{
	color:#fff;
	font-weight:normal;
	font-size:13px;
	margin-top:15px;
	}
	
	
.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 2px 5px;
    position: relative;
}

.badge {
    background-color: #0a76b5;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0a76b5;
}

.text-justify{
	text-align: justify;
}

blockquote {
/*width: 450px;
background-image:url('http://example.com/wp-content/themes/your-theme/images/lined_paper.png');
border: 1px solid #ccc;
box-shadow: 1px 1px 1px #ccc;
font-style: italic;*/

border-left: 3px solid #337ab7;
   font-size: 14px;
    margin: 0 0 20px;
    padding: 10px 20px;
}

blockquote:before{
position:absolute;
margin-top:-30px;
margin-left:-20px;
content:url('https://base.kristti.com.ua/img/pin.png');
/*content:url('http://base.kristti.com.ua/img/coment.png');/*
}
blockquote cite:before {
content: "\2014 \2009";
}