/*
 Theme Name:   LK Theme
 Template:     twentysixteen
*/

@import url("../twentysixteen/style.css");


* {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

.site-title a {
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
}

.site-description {
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-transform: none;
}

.site-content {
	padding-top: 40px;
  padding-right: 0px;
  padding-bottom:  0px;
  padding-left: 0px;
}

.post-edit-link {
	display: none;
}

.site-branding, .site-header-menu, .header-image {
    margin-top: 1em;
    margin-bottom: 1em;
}

.site-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #D5D8DC;
      flex-shrink: 0;
}

.site-footer .site-info {
  color: #3a3a3a;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  text-transform: none;
  background-color: #D5D8DC;
}

.site-inner {

	padding: auto;
	max-width: 1170px;
	margin: auto;
}

.container {
	padding: auto;
	max-width: 1170px;
	margin: auto;
}


.site-header {
	padding: 0px;
	background-color: #E5E8E8;
}

html, body {
	margin: 0px !important;
	 height: 100%;
    margin: 0;
    padding: 0;
	
}

body::before, body::after {
	display: none !important;
}


.site {
	margin: 0px;
    display: flex;
    flex-direction: column;
    min-height: 90vh;
}

.woocommerce table.shop_table {
  table-layout: auto;
}

.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius:
100%;
  color: red !important;
  text-decoration:
none;
  font-weight: 700;
  border:
0;
}

.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
  box-shadow: none;
}

th, td {
	border: none;
}

b, strong, .woocommerce table td {
  font-weight: bold !important;
}

.site-content {
    flex-grow: 1;
}

.site-content.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  flex-grow: 1;
}