/*
 Theme Name:   Responsive Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Responsive
 Author:       John Doe
 Author URI:   http://example.com
 Template:     responsive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  responsive
*/

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

a {
    color: #ea4335;
}
#content-full {
    margin-top: 0px;
}

th, td, table {
    border: 0px ;
}

.menu {
    clear: both;
    margin: 0 auto;
    background-color: #343434;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
}

.menu a {
    display: block;
    position: relative;
    height: 45px;
    margin: 0;
    padding: 0 0.9em;
    border-left: 0px solid #585858;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 45px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'FuturaTEERegular';
}
@font-face {
    font-family: 'FuturaTEERegular';
    src: url('http://www.gpwg.paleofire.org/wp-content/themes/responsive-child/FuturaTEERegular.ttf'); 
}


.menu a:hover {
	color: #fff;
	background-color: #B20000;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}



#searchform{
    margin:7px;
}

#searchform-item input[type="text"] {
    width: auto;
}

#searchform-item {
    float: right;
}


.search-form {
    position: absolute;
    right: -285px;
    top: -23px;
    float: right;
}

.search-field {
	background-color: transparent;
	background-image: url(http://www.gpwg.paleofire.org/wp-content/uploads/2015/11/search-3-xxl1.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.search-field:focus {
	background-color: #efefef;
	border: 2px solid black;
	cursor: text;
	outline: 0;
	width: 230px;
}

.search-submit {
  display: none;
}

a.button, input[type="reset"], input[type="button"], input[type="submit"] {
    display: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

h4 {
    font-size: 1em;
    margin-bottom: 0.2em;
    margin-top: 1em;
}