@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,300,400,600,700&subset=latin,greek);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300&subset=latin,greek);
/* -------------------------------------------------------
 * KT Legal theme version: 1.0
 * ------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .dropdown a, .post h1 a , .post h2 a {
  font-family: "Roboto Slab", serif !important; }

.dropdown a {
  padding: 10px 10px 10px 25px; }

* {
  margin: 0; }

html, body {
  height: 100%; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 0 -205px;
  position: relative;
   }

.footer, .push {
  height: 200px;
  clear: both;
  position: relative;
  z-index: 10; }

.push {
  height: 205px; }

#logo {
  background: white; }
#logo a {
  background-image: url("ktlegal/img/ktlogo.png");
  text-indent: -9999px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 100px;
  padding: 0;
  display: block;
  width: 149px;
  margin: 0 0 0 20px; }

body {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: -1;
  font: 14px/1.2 "Open Sans", sans-serif; }

html, body {
  height: 100%;
  border-top: 0px solid #1c1a1a; }

body.en #menu-item-27 {
  display: none; }
body.en #logo a {
  background-image: url("ktlegal/img/ktlogo_en.png"); }

.meta span {
  text-transform: none;
  font-size: 0.9em; }

.post .meta .readmore {
  text-transform: lowercase;
  font-size: 0.9em;
  padding: 8px 20px;
  margin-bottom: 15px; }
.post .meta .readmore i {
  margin-left: 8px; }

.dropdown a {
  text-transform: none; }

#sidebar .widget, #sidebar + .widget, #sidebar + .widget + .widget {
  padding: 10px 20px; }

.post .post_icon a {
  background: none;
  height: auto;
  padding-top: 14px;
  position: absolute;
  left: 24px;
  top: 0;
  font-size: 2em; }

.post_top {
  padding: 20px 64px 0 66px;
  text-align: left; }

.entry {
  padding: 17px 64px 17px 66px; }

.post h2 {
  padding: 17px 64px 17px 66px; }

.single-post .post .post_icon a {
  top: 10px; }

a#scroll-to-top {
  /* Background image, replace in images folder */
  /* Match to background image size */
  width: 35px;
  height: 35px;
  /* Postion on the page */
  position: fixed;
  right: 30px;
  bottom: 30px;
  /* Hide link text */
  text-indent: -9999px;
  font-size: 0;
  /* Other */
  outline: 0; }

a#scroll-to-top {
  font-size: 4em !important;
  text-indent: 0 !important;
  background: none !important;
  right: 25px !important;
  bottom: 25px !important;
  z-index: 110;
  text-decoration: none;
  opacity: 0;
  display: block !important;
  cursor: default;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  transition: 0.2s linear; }
a#scroll-to-top span {
  display: none; }
a#scroll-to-top i {
  background: black;
  border-radius: 50px;
  width: 0.7em;
  height: 0.7em;
  line-height: 0.7em;
  display: block;
  padding: 0px;
  text-indent: -2px !important; }
a#scroll-to-top.shown {
  opacity: 0.6;
  display: block !important;
  cursor: pointer; }
a#scroll-to-top.shown:hover, a#scroll-to-top.shown:active, a#scroll-to-top.shown:focus {
  text-decoration: none;
  opacity: 0.8;
  color: #f16e50 !important; }

#main {
  background: rgba(255, 255, 255, 0.5); }

.post {
  background: rgba(255, 255, 255, 0.985); }

#logo {
  background: rgba(255, 255, 255, 0.85); }

#aside {
  background: rgba(255, 255, 255, 0.95); }

#footer .widecol .widget {
  float: left;
  width: auto;
  margin: 0 20px 0 0; }
#footer .widecol .widget h3 {
  text-transform: none; }
#footer .widecol .widget i {
  margin-right: 6px; }

#footer p.wpzoom {
  width: auto; }

address {
  font-style: normal;
  line-height: 1.4em;
  font-weight: 400;
  text-spacing: 1em; }
address h6 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 5px; }
address h6 span {
  font-weight: 400; }
address a {
  font-weight: 400 !important; }

hr {
  margin: 20px 0;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }

.featured_image {
  overflow: hidden;
  max-height: 166px;
  text-align: center; }
.featured_image > span {
  display: block;
  left: 50%;
  position: relative;
  width: 744px;
  margin-left: -50%;
  /* -(width-container width)/2 */ }
.featured_image > span > img {
  display: inline-block;
  height: auto; }

abbr {
  border: none; }

.qtrans_language_chooser {
  list-style-type: none;
  margin: 10px 0; }
.qtrans_language_chooser li {
  display: inline-block;
  padding: 0 5px; }
.qtrans_language_chooser li a {
  font-weight: 400;
  text-transform: lowercase; }
.qtrans_language_chooser li.active a {
  color: #fad0c6; }

.desc {
  text-align: right;
  margin-top: 10px; }
.desc p {
  padding: 15px 15px 0;
  line-height: 1.4em;
  margin: 10px 0 16px auto;
  width: 50%; }

body.en.category-4 .noposts {
  display: none; }

a {
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  transition: 0.15s linear; }
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0; }

#footer .copyright p {
  margin: 6px 0 8px; }
#footer .copyright a {
  position: relative;
  z-index: 150; }

#footer .copyright .left {
  position: relative;
  margin-right: 1em; }

#credits {
  position: absolute;
  top: -9em;
  left: 5em;
  background: white;
  padding: 12px 20px 0px;
  min-width: 160px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
#credits p {
  margin: 0 0 12px !important; }
#credits .close {
  position: absolute !important;
  top: 5px;
  right: 5px;
  color: black;
  display: block;
  height: 12px;
  width: 12px;
  font-size: 12px; }
#credits a {
  font-style: italic;
  font-weight: 600; }
#credits a:hover {
  color: #e23912; }

#handler {
  display: none;
  text-align: center;
  font-size: 2em;
  padding: 0.25em; }
#handler h3 a {
  color: #333; }
#handler h3 span {
  font-weight: 300;
  font-size: 0.6em; }
#handler a.left {
  float: left;
  margin-left: 10px; }
#handler a.right {
  float: right;
  margin-right: 10px; }

.navigation .floatleft a, .navigation .floatright a {
  background: none !important;
  display: block;
  height: 58px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 60px;
  font-size: 69px;
  color: #f5957f;
  color: rgba(241, 110, 80, 0.5); }
.navigation .floatleft a:hover, .navigation .floatright a:hover {
  color: #f38268;
  color: rgba(241, 110, 80, 0.7); }
.navigation .floatleft a:active, .navigation .floatright a:active {
  color: #f16e50;
  color: rgba(241, 110, 80, 0.9);
  margin-top: 1px; }

.post .meta .date {
  background: none;
  padding-left: 0px; }

#bg_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden; }
#bg_img img {
  width: 100%;
  height: auto; }

html {
  overflow-y: scroll; }

#footer {
  margin-bottom: -5px; }

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #footer div.widecol {
    width: 100%; }

  #footer > div {
    padding: 15px 5% !important;
    width: 90% !important; } }
@media only screen and (max-width: 640px) and (min-width: 1px) {
  body {
    margin-top: 40px; }

  #aside {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 999;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.99);
    margin-top: 0px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-box-shadow: 0 0 2px #aaaaaa;
    -moz-box-shadow: 0 0 2px #aaaaaa;
    -ms-box-shadow: 0 0 2px #aaaaaa;
    box-shadow: 0 0 2px #aaaaaa; }

  #aside div {
    display: none;
    overflow: hidden; }

  #aside div#handler {
    height: 30px;
    display: block; }

  #aside.shown {
    height: 320px; }
  #aside.shown div {
    display: block; }
  #aside.shown div#logo {
    display: none; }
  #aside.shown #handler a {
    display: none; }
  #aside.shown #handler a.hidden, #aside.shown #handler h3 a {
    display: block; }

  #content {
    margin-top: 0; }

	.category-articles .post_top h1,
	.category-articles .post h2 {
		text-indent: 1.65em;
	}
	.single-post .post .post_icon a {
		top:5px
	}

  .post_top, .entry, .post h2 {
    padding: 15px 20px;
    /* text-indent: 1.65em;*/ }

  #credits {
    max-width: 160px; }

  .dropdown li {
    float: none; }
  .dropdown li a {
    padding: 1em; }

  #widget_qtranslate {
    padding: 0px 20px !important;
    text-align: center; }

  .text-4 a img {
    margin-top: 10px; }

  #footer .copyright .right, #footer .copyright .left {
    float: none !important; }

  #footer p.wpzoom {
    float: none !important; }

  #footer .widecol .widget {
    margin: 0; }
  #footer .widecol .widget:first-child {
    margin-right: 10px; }

  .post_top, .entry, .post h2 {
    padding: 15px 20px; }

  #footer .widgets {
    padding: 20px 15px; }

  .wrapper {
    width: 96%;
    margin: 0 auto -330px; }

  .footer {
    height: 325px; }

  .push {
    height: 330px; }

  #aside, #sidebar {
    width: 100%; }

  #menu {
    text-align: center; }

  #main {
    width: 100%; }

  #handler {
    display: block; }

  #footer .copyright {
    padding: 12px !important;
    width: 94%; } }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #logo a {
    background-image: url("ktlegal/img/ktlogo_@2x.png"); }

  body.en #logo a {
    background-image: url("ktlegal/img/ktlogo_en_@2x.png"); } }
.hidden {
  display: none; }