a, select, input, textarea, button {
  color: #CE4031;
}

a:hover, span, .more-link:hover, .pagenav.fixedmenu li a:hover, .widget ul li a:hover {
  color: #4F6272;
}

.signature-area {
  width: 100%;
  background-color: transparent;
}

.signature-area tr {
  background: transparent !important;
}

.signature-area td:first-child,
.signature-area tr td:last-child {
  width: 46%;
}

.signature {
  line-height: 1.85em;
  border-bottom: 1px solid black;
}

.right-align {
  text-align:right;
}

.menu {
	text-transform: uppercase;
}

div#logo {
	background: url('/wp-content/uploads/2018/12/logo_background.jpg');
  background-repeat: no-repeat;
  background-position: center; 
}

#footer {
  padding-top: 20px;
  padding-bottom: 0px;
}

#footer p {
  font-size: 0.4em;
  line-height: 1.4em;
  text-align: left;
}

.singlepage h1 {
  text-align: center;
  font-size: 36px !important;
  padding: 50px 0 0px 0;
  color: #bbb;
  text-transform: uppercase;
  font-style: normal;
}

.singlepage h1:before,
.singlepage h1:after {
  width: 76px;
  height: 11px;
  background: url(/wp-content/themes/gindur/images/gindur-category-right-ornament.png) 0 0px no-repeat;
  margin-top: 15px;
  margin-left: -87px;
  position: absolute;
  content: '';
}

.singlepage h1:after {
  background: url(/wp-content/themes/gindur/images/gindur-category-right-ornament.png) 0 0px no-repeat;
  margin-left: 12px;
}

.su-dropcap {
	float: left;
}

.singlepage  {
	float: left;
	position: relative;
}

.singlepage:after,
.singlepage:before {
  content: "";
  background: #fff;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 3px;
  left: 3px;
  border: 1px solid #e6e6e6;
}

.singlepage:after {
  top: 7px;
  left: 7px;
  z-index: -2;
}

.post-meta-author:before {
	right: 75px;
}


.singlepage .postcontent:before,
.singlepage .postcontent:after {
  content: "";
  background: url(/wp-content/themes/gindur/images/post-ornament-left.png) 0px 0px no-repeat;
  position: absolute;
  z-index: 9999;
  width: 120px;
  height: 119px;
  bottom: 20px;
}

.singlepage .postcontent:before {
	left: 25px;
}

.singlepage .postcontent:after {
  background: url(/wp-content/themes/gindur/images/post-ornament-right.png) 0px 0px no-repeat;
	right: 25px;
}

/* Fix bad code */
.post-meta-author:before {
  margin-left: 65px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .resp_menu_button {background: url(/wp-content/themes/gindur/css/images/gindur-resp-menu@2x.png) 0 0px no-repeat;
	background-size: 32px 24px;
	}
}

.content.singlepage .posttext > ul {
  margin-left: 0px;
}

@media screen and (min-width:0px) and (max-width:395px) {
	.block1 a{
    left: 8% !important;
  }

  .link-title-next {
    max-width:200px;
    min-width:200px;
  }
  
  .link-title-previous {
    max-width: 200px;
    min-width: 200px;
  }
  
  .related .one_third {
    margin-bottom:0 !important;
  }
}

@media screen and (min-width:0px) and (max-width:365px) {
	.block1 a{
    left: 5% !important;
  }
  
  .blog-category a:before, .blog-category a:after {
    display:none;
  }
}

@media screen and (min-width:0px) and (max-width:325px) {	
	.block1 a{
    left: 3% !important;
  }
}

@media screen and (min-width:0px) and (max-width:515px) {
  .right-part {
    width:65% !important;
  }
}


@media screen and (min-width:0px) and (max-width:620px) {
  .content.blog h2.title,
  .content.singledefult h2.title {
    margin-left:0 !important;
  }
  
  .lowerfooter {
    height:200px !important;
  }

  .author-info-wrap .bibliographical-info {
    padding-left:25px;
  }
  
  .single .tags {
    margin-top:10px;
  }
  
  .singledefult .blogpost {
    padding:0 25px 70px 25px;
  }
  
  .post-meta {
    text-align:center !important;
  }
  
  .post-meta {
    margin-top:80px !important;
    margin-bottom:60px !important;
    text-align:center !important;
    float:none !important;
  }
  
  .post-meta-time {
    display:block;
    height:60px;
    text-align:center !important;
    margin-left:0px !important;
    float:none !important;
    margin-right:65px !important;
  }
  
  .related .post-meta-time {
    float:left !important;
    margin-right:0px !important;
  }
	
  .post-meta-author {
    display:block;
    float:none !important;
    height:60px;
    margin-right:65px !important;
  }

  .tags{
    background: url(images/tag-icon-scribbo.png) 0 11px no-repeat;
  }
}

@media screen and (min-width:0px) and (max-width:720px) {
	#footerb .copyright {
    float:none; 
  }
}

img.spoiler {
  padding-bottom: 0px;
}

img.spoiler + img {
  padding-top: 0px;
}

.comment-subscription-form {
  margin: 0 25px;
  display: flex;
  align-items: baseline;
}

.comment-subscription-form input[type=checkbox] {
  margin-right: 10px;
}

.display-posts-listing {
	list-style-type: none;
}


.display-posts-listing > .title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: PT Serif, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}

#footerb a:hover {
  color: #CE4031;
}

#footerb a {
  color: #4F6272;
}

img.full-size {
  width: 100%;
  height: auto;
}

.pmc-navigation .alignright a, .pmc-navigation .alignleft a {
  border-radius: 3px;
}

.pmc-navigation .alignright a, .pmc-navigation .alignleft a {
  padding: 10px;
}

h4.jp-relatedposts-post-title {
  font-size: 14px !important;
}

@media screen and (min-width:0px) and (max-width:515px) {
	.content.singlepage .posttext {
    padding: 35px;
  }
  
  .display-posts-listing {
    margin-left: 0;
  }
}

#respond {
  padding: 20px;
}

.writ-table {
  width: 100%;
}

.writ-table td {
  border: 1px solid #666;
}

.writ-table td:first-child {
  text-align: left;
  width: 30%;
}

.accent {
  color: #CE4031;
}