/*
Theme Name:     HelpGuru Child Theme
Theme URI: 		http://herothemes.com/
Description:    
Author: 		Hero Themes
Author URI: 	http://herothemes.com
Template:       helpguru
Version:        1.0.0
*/


/* ------- Insert custom styles below this line ------- */

@media screen and (min-width: 321px) {
	#site-header .ht-container {
}

#logo .back-to-labs {
	margin-left: 75px;
}

#site-header #logo img {
	height: 50px;
	margin-top: 5px;
}

#site-header {
	padding: 0;
	//height: 60px;
	border-bottom: 1px solid #202d3b;
}
#site-footer-widgets { 
	background: #2B3E51; 
} 

#site-footer-widgets .textwidget a {
	color: white;
} 

#site-footer { 
	display: none; 
}

#cptch_input {
	height: 10px;
	width: 50px !important;
} 

/* Sticky footer */

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 10rem;
  min-height: 100%;
}

.wrapper {
  margin: 0 auto;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

