@import url('https://fonts.googleapis.com/css?family=Raleway:800');
a:link {
    color: green;
}
a:visited {
    color: #1c3803;
}
a:hover {
    color: red;
}

.bg-dark {
    background-color: yellow !important;
}
.drup {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.001), 0 6px 20px 0 rgba(0, 0, 0, 0.19);    
}
.adad {
	margin-bottom:20px;
}
.author-header {
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 30px;
}
.author-header .avatar  {
	float: right;
	margin-left: 10px;
}
.category .page-title {
	border-bottom: 1px solid #ccc;
	padding-bottom:20px;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 2em;
}
article {
    border-bottom: 1px dotted #ccc;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
article.post .wp-post-image {
  float: left;margin-right: 15px;
}
.sticky {
    padding: 20px;
    border: 1px solid #ccc;
}
.sticky .entry-title a {
    color: red;
}
.entry-title {
    font-family: 'Raleway', sans-serif;
}
.entry-title a:visited:before {
   content:  "\2713 ";
}

.entry-footer,.entry-meta {
    font-size: .7em;
    color: #999;
}
.entry-meta {
    margin-bottom: 20px;
}
.entry-footer a,.entry-meta a {
    color: #999;
    border-bottom: 1px solid #efefef;
}
.entry-footer a:hover,.entry-meta a:hover {
    border-bottom: 1px solid red;
    text-decoration: none;
}
.texti {
	margin-bottom: 15px;
}

/* TABLES */
		table {
			border-collapse: collapse;
			font-size: 13px;
            margin-bottom: 20px;
		}
		.entry-content th, 
		.entry-content td {
			border: 1px solid #e1edff;
			padding: 7px 17px;
		}
		.entry-content .title {
			caption-side: bottom;
			margin-top: 12px;
		}
		
		/* Table Header */
		.entry-content thead th {
			background-color: #508abb;
			color: #FFFFFF;
			border-color: #6ea1cc !important;
			text-transform: uppercase;
		}
		
		/* Table Body */
		.entry-content tbody td {
			color: #353535;
		}
		.entry-content tbody td:first-child,
		.entry-content tbody td:last-child,
		.entry-content tbody td:nth-child(4) {
			text-align: right;
		}
		.entry-content tbody tr:nth-child(odd) td {
			background-color: #f4fbff;
		}
		.entry-content tbody tr:hover td {
			background-color: #ffffa2;
			border-color: #ffff0f;
			transition: all .2s;
		}
		
		/* Table Footer */
		.entry-content tfoot th {
			background-color: #e5f5ff;
		}
		.entry-content tfoot th:first-child {
			text-align: left;
		}
		.entry-content tbody td:empty
		{
			background-color: #ffcccc;
		}
a.btn-secondary {
    color: #fff;
    background-color: green;
    border-color: green;
}
ins {
	background: transparant;
	background: none;
}
.entry-header-inner .entry-date {
  color: #fff;
}
.entry-content ul, .entry-content ol {
margin-left: 0;
padding-left: 0px;
}
.entry-content ol {
 list-style:none;
  counter-reset:mycounter;
  padding:0;	
}
.entry-content ol li {
  position:relative; 
  margin-left: 0;
  padding:5px 0;
}
.entry-content ol li h3 {
margin-bottom: 20px;
	margin-left: 30px;
}
.entry-content ol li:before {
  content:counter(mycounter); 
  counter-increment:mycounter;
  position:absolute;
  top:7px;
  left:0px;
  width:25px;
  height:25px;
  line-height:25px;
  border-radius:50%;
  color:#fff;
  background:teal;
  text-align:center;
}
.entry-content .alignnone, .entry-big img {
  width: 100% !important;
  height: auto !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: green;
    border-color: green;
}


/* WIDGET */
aside {
    margin-bottom: 20px;
}
aside ul {
    margin: 0;
    padding: 0;
}
aside li {
    list-style: none;
}
.widget-title {
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: .8em;
    margin-bottom: 10px;
}

/* FOOTER */
#wrapper-footer {
    background: #efefef;
    font-size: 0.8em;
    color: #666;
}
#wrapper-footer a:link, #wrapper-footer a:visited {
    color: #222;
}

.breadcrumb {
    background: #fff;
}
.breadcrumb .fa {
    margin-top: 5px;
}

.liter {
    float: right;
    margin-left: 10px;
    margin-top: 40px;
}

/* WIDGET 
********** */
.widget li a {
/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.padkhw-posts-widget ul {
  padding: 0; margin: 0;
}
.padkhw-posts-widget .widget-posts li {
  padding: 10px 0px;
  clear: both;
}
.padkhw-posts-widget .cat-links {
  display: block;
  font-size: 12px;
}
.padkhw-posts-widget .widget-posts li.has-thumb .p-info {
  margin-left: 80px;
}
.padkhw-posts-widget .widget-posts li img {
  width: 65px;
  height: auto;
  float: left;
  margin-right: 10px;
}

.padkhw-posts-widget .widget-posts li .p-info {
  position: relative;
  top: -2px;
}

.padkhw-posts-widget .widget-posts li .entry-title {
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  display: inline-block;
}

.padkhw-posts-widget .widget-posts li .entry-date {
  display: block;
  font-size: 11px;
  font-style: italic;
  color: #777777;
  margin-top: 4px;
}
.widget_top-posts .widgets-list-layout li > a {
    width: 40%;
} 
 
.widget_top-posts .widgets-list-layout img.widgets-list-layout-blavatar {
    max-width: 67px;
    width: 85px;
}
 
.widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
    max-width: 100%;
    width: 70%;
}
/* Navigation
----------------------------------------------- */
[id*="image-navigation"] {
  margin: 0 0 15px;
  overflow: hidden;
  }
[id*="image-navigation"] .previous-previous {
  width: 50%;
  float: left;
  }
[id*="image-navigation"] .next-image {
  width: 50%;
  float: right;
  text-align: right;
  }
[id*="image-navigation"] a {
  display: inline-block;
 background: #d99c34;
  background-image: -webkit-linear-gradient(top, #d99c34, #b86d2b);
  background-image: -moz-linear-gradient(top, #d99c34, #b86d2b);
  background-image: -ms-linear-gradient(top, #d99c34, #b86d2b);
  background-image: -o-linear-gradient(top, #d99c34, #b86d2b);
  background-image: linear-gradient(to bottom, #d99c34, #b86d2b);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 19px;
  padding: 7px 20px 7px 20px;
  text-decoration: none;  }
[id*="image-navigation"] a:hover {
background: #72fa3c;
  background-image: -webkit-linear-gradient(top, #72fa3c, #1d8f17);
  background-image: -moz-linear-gradient(top, #72fa3c, #1d8f17);
  background-image: -ms-linear-gradient(top, #72fa3c, #1d8f17);
  background-image: -o-linear-gradient(top, #72fa3c, #1d8f17);
  background-image: linear-gradient(to bottom, #72fa3c, #1d8f17);
  text-decoration: none;
  }

	.navbar-nav a:link, .navbar-nav a:visited {
		color: red !important;
		font-weight: 700;
		border-bottom: 1px solid yellow;
	}
	.navbar-nav a:hover {
		color: red !important;
		font-weight: 700;
		border-bottom: 1px solid black;
	}
	
	
@media (min-width: 768px) {
.navbar-nav a:link:after, .navbar-nav a:visited:after {
	content: "  /";
	color: black;
}
}
@media only screen and (max-width: 500px) {
	.entry-title {
		font-size: 1.5em;
	}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: red;
    background-size: 100% 100%;
}

}
.navbar {
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* fixed to top styles */
.affix.navbar {
  background-color: #333;
}
.affix.navbar .nav-item>a, 
.affix.navbar .navbar-brand {
    color: #fff;
}


/* navbar collapsing */
@media(max-width:34em) {
    .navbar .navbar-nav>.nav-item {
        float: none;
        margin-left: .1rem;
    }
    .navbar .navbar-nav {
        float:none !important;
    }
    .navbar .collapse.in, .navbar .collapsing  {
        clear:both;
    }
}