/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2022 | 07:47:08 */
.wordpress more-link {
	style: table;
}

.wordpress input[type=submit] {
    padding:5px 15px;
    background:#ccc;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.wordpress entry-title {
    display: block;
    font-size: 0.1em;
    margin-top: 1.33em;
    margin-bottom: 0em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.wordpress h2 {
    display: block;
    font-size: 2.0em;
    margin-top: 1.33em;
    margin-bottom: 0em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.wordpress h3 {
    display: block;
    font-size: 1.5em;
    margin-top: 1.33em;
    margin-bottom: 0em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.wordpress h2 a {
        text-decoration:none;
}

.wordpress h1 a {
        text-decoration:none;
}


.wordpress a {
	text-decoration: underline;
}

.wordpress p{
	text-align:justify;margin:20px 0
}

.wordpress blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;

  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;

  border-left: 15px solid #ccc;
  border-right: 2px solid #ccc;

  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.wordpress blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/

  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;

  position: absolute;
  left: 10px;
  top:5px;
}

.wordpress blockquote::after{
  content: "";
}

.wordpress blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

.wordpress blockquote a:hover{
 color: #666;
}

.wordpress blockquote em{
  font-style: italic;
}

.wordpress code, samp, kbd {
	font-family: "Courier New", Courier, monospace, sans-serif;
	text-align: left;
	color: #555;
	}

.wordpress pre code {
	font-size: 12px;
	}

.wordpress pre {
	overflow: auto;
	width: 100%;


  	padding: 0px 20px 15px 20px;
  	margin: 0 0 20px;
  	position: relative;

	border-left: 15px solid #ccc;
  	border-right: 2px solid #ccc;

  	-moz-box-shadow: 2px 2px 15px #ccc;
  	-webkit-box-shadow: 2px 2px 15px #ccc;
  	box-shadow: 2px 2px 15px #ccc;
	}
/* target IE7 and IE6 */
*:first-child+html pre {
	padding-bottom: 2em;
	overflow-y: hidden;
	overflow: visible;
	overflow-x: auto;
	}
* html pre {
	padding-bottom: 2em;
	overflow: visible;
	overflow-x: auto;
	}

.justify-text {
	text-align: justify;
}

.list-margin li:not(:last-child) {
    margin-bottom: 10px;
}

.list-no-margin li {
    margin-bottom: 0px !important;
}

.blog-shadow img {
  box-shadow: 1px 1px 2px grey !important;
}

.blog-border img {
  border: 1px solid #000000 !important;
}

.blog-image img {
	width: 100% !important;
	max-width: 100%;
	height: auto;
}

.entry-content ul, .entry-content ol, .comment-content ul, .comment-content ol{margin-left:20px !important}
.entry-content li:before, .comment-content li:before, #hsidebar .children li:before, #fsidebar .children li:before{content:""}

.nav-previous{
	max-width: 45%;
	text-align:left;
	float:left;
	color:#002a4e
}
.nav-next{
	max-width: 45%;
	text-align:right;
	float:right;
	color:#002a4e
}

.nav-previous .nav-title,
.nav-next .nav-title {
	display: inline-block;
	max-width: calc(100% - 40px);
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nav-previous .meta-nav {
	float: left;
	margin-right: 5px;
}

.nav-next .meta-nav {
	float: right;
	margin-left: 5px;
}



.single-post .nav-title,
.single-post .meta-nav {
	position: relative;
	top: 3px;
}

.nav-previous,
.nav-next {
	margin-top: 40px;
	margin-right: 10px;
	float: left;
}

.single-post .nav-next {
	float: right;
}

.nav-previous a,
.nav-next a {
	text-transform: capitalize;
	max-width: 100%;
}


.cat-links {
	display: none;
}

.wordpress .more-link {
	display: block;
	margin-top: 20px;
	font-weight: bold;
}

.wordpress nav.navigation {
	display: block;
	width: 100%;
}

figcaption{
    text-align:center;
    font-style: italic;
}
