/*
Theme Name:     KnowHow Child Theme
Theme URI: 		http://herothemes.com/
Description:    Child theme for KnowHow 
Author: 		Chris Mooney (Swish Themes)
Author URI: 	http://herothemes.com
Template:       knowhow
Version:        1.0.0
*/


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


/* ------- Insert custom styles below this line ------- */


/* Format 2-Step Verification login screen */
.gibackground { background-color: #07807B; }
.gicodecenter { 
	margin-left: auto; margin-right: auto;
	/*width: 50%;*/
	max-width: 400px;
	border: 3px solid #252525;
	padding: 30px 20px 10px 20px;
	margin-top:60px;
	line-height:1.6em; 
	text-align: center;
	background-color: white; 
}

.gicodewrap p, body .gicodewrap { font-size:16px; line-height: 22px; font-family: 'Arial';	color: #3a3a3a; }
p.errormessage { font-size:14px; line-height: 16px; font-family: 'Arial';	font-weight: bold; color: #C10003; padding-bottom: 10px; }

.gicodewrap h1 { font-size:24px; line-height: 26px; padding: 0; margin: 10px 0 0 0; color: #07807B; }
.gicodewrap h2 { font-size: 18px; line-height: 22px; padding: 0; margin: 0; color: #686868; }
.gicodeinput { height:28px; width:100px; }
span.phonenumber { font-size: 22px; font-weight: bold; }
.gicodebutton { padding: 0 10px 0 10px; height:34px; background-color: #cccccc; font-weight:bold; font-size:1em; border: none; cursor: pointer; border-radius: 6px; }

.gicodebutton, .gicodebutton:visited, .gicodebutton:active { background-color: #07807B; }
.gicodebutton:hover { background-color: #00CFAB; }
input.gicodeinput { border: 1px solid #8B8B8B; font-size: 14px; line-height: 24px; font-weight: bold; padding-left: 10px; height: 34px; }
input[name="submit"] { border-radius: 0px; }

/* Registration Pending HTML page button */
a.regbutton { padding: 10px; height:34px; font-weight:bold; font-size:1em; border: none; cursor: pointer; background-color: #07807B; color: white; border-radius: 6px; }
a:hover.regbutton { background-color: #00CFAB; }

/* Smaller Phones - Some androids have upto 400px portrait - iPhone 6 plus has 414 */
@media only screen and (max-width: 415px) {
.gicodecenter { 
	margin-top:20px;
	max-width: 300px;
}
}


/*	Custom Category Widget WITH EXCLUDE CATEGORIES */

.DisplayCategoriesWidget ul span {
	color:#fff;
	font-size:11px;
	display:block;
	float:left;
	margin:0 10px 0 0;
	padding:5px 7px;
	line-height:100%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color: #017f7b;
}

.DisplayCategoriesWidget  ul ul {
    margin: 10px 0 0 20px;
}

.DisplayCategoriesWidget  ul li {
    clear: both;
    line-height: 18px;
    margin: 0 0 12px;
}

.column { margin-left: 0; float: left; min-height: 1px; position: relative; margin-bottom:1.5em; border-bottom: 1px solid #e6e6e6;}

.column:first-child { margin-left: 0;}

.row .col-half, .row-fixed .col-half, .row-adaptive .col-half {width: 100%;}

#primary-nav ul li { margin: 0 10px 0 0; }
#primary-nav > ul > li:after { margin: 0 0 0 10px; }
