/*
Theme Name:     Start Child Theme
Description: Child theme for the orig Kallyas
Author:         ::luredesign
Template:       start
Version:        2.3
*/

@import url("../Start/style.css");


header#header.style3 #logo a {
 background:none;
  border-bottom: none;
  border-top: none;
  padding: 25px;
}
header#header.style3 #logo a:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent;
  border-image: none;
  border-right: 5px solid transparent;
  border-style: none;
  border-width: 0;
  bottom: -11px;
  content: "";
  left: 50%;
  margin-left: -3px;
  position: absolute;
}
#logo {
  float: none;
  margin: 0;
}
a {
  color: #FFFFFF;
}
.gobox a:hover {
  color: #000000;
}
header#header.style3 {
  background: none repeat scroll 0 0 transparent;
  text-align: center;
}
.gobox.ok > img {
  display: none;
  float: left;
  margin-right: 25px;
  margin-top: 20px;
}
.gobox.ok h4 {
	font-size:24px;
	margin-top:10px;
	}
	
.gobox {
  background: none repeat scroll 0 0 #797979;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  min-height: 190px;
  padding: 15px;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
#footer {
  background: none repeat scroll 0 0 #2F2F2F;
  border-top: 4px solid #FFFFFF;
  color: #D5D5D5;
  padding: 14px 0 20px;
}
#footer .bottom {
  border-top: none !important;
  color: #8B8C8D;
  padding-top: 18px;
}