/******************************************
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
*
* Simply copy an existing style from style.css to this file,
* and modify it to your liking.
*/

h1 {
	font-size: 24px !important;
}

button.answerButton {
        text-align:center;
        font-size:18px;
        text-decoration: none;
        font-weight: 700;
        background: #eaeef1;
        display:block;
        width:150px;
		height: 35px;
        margin: 0 auto -20px;
        background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.1));
        border-radius: 5px;
        color: rgba(0,0,0,.6);
        text-shadow: 0 1px 1px rgba(255,255,255,.7);
        box-shadow: 0 0 0 1px rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.2), inset 0 1px 2px rgba(255,255,255,.7);
		line-height: 9px;
}

button.answerButton:hover, button.answerButton.hover {
        background: #fff;
}
button.answerButton:active, button.answerButton.active {
        background: #d0d3d6;
        background-image: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,0));
        box-shadow: inset 0 0 2px rgba(0,0,0,.2), inset 0 2px 5px rgba(0,0,0,.2), 0 1px rgba(255,255,255,.2);
}

.button {
	display: inline-block;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	min-width:100px;
	padding: 15px 33px;
  width: 150px;
  text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 9px;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.75);
	background: #5e0d0c;
	outline: none;
	border-radius: 5px;
	border: 1px solid #4c0300;
	margin: auto;
	box-shadow:
		inset 1px 1px 0px rgba(255,255,255,0.25), /* highlight */
		inset 0 0 6px #a23227, /* inner glow */
		inset 0 80px 80px -40px #ac3223, /* gradient */
		1px 1px 3px rgba(0,0,0,0.75); /* shadow */
		
	position: relative;
	overflow: visible; /* IE9 & 10 */
	-webkit-transition: 500ms linear;
	   -moz-transition: 500ms linear;
	     -o-transition: 500ms linear;
					transition: 500ms linear;
}

.button::before {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	left: -3px;
	right: 0;
	height: 23px;
	}

.button:hover {
	background: #a61715;
	text-shadow: 0 1px 2px rgba(0,0,0,0.75), 0 0 40px #FFF;
	box-shadow:
		inset 1px 1px 0px rgba(255,255,255,0.25), /* highlight */
		inset 0 0 6px #da3b2c, /* inner glow */
		inset 0 80px 80px -40px #dd4330, /* gradient */
		1px 1px 3px rgba(0,0,0,0.75); /* shadow */
		
}
.button:focus {
	outline: none; /*FF*/
}
.button:active {
	box-shadow:
		inset 1px 1px 0px rgba(255,255,255,0.25), /* highlight */
		inset 0 0 6px #da3b2c, /* inner glow */
		inset 0 80px 80px -40px #dd4330, /* gradient */
		0px 1px 0px rgba(255,255,255,0.25); /* shadow */
		
	-webkit-transition: 50ms linear;
	   -moz-transition: 50ms linear;
	     -o-transition: 50ms linear;
	        transition: 50ms linear;
}

#stats_right, #stats_wrong, #stats_points {
	color: #fff;
	font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 979px) {
.navbar-brand h1, .navbar-brand h1 a {
    font-size: 22px !important;
	}}

.site-header.headroom--not-top {
    padding: 3px 0 5px;
}

.site-header {
	padding: 3px 0 5px;
}

div.wrapper-page-intro {
    padding-top: 20px;
}

div.wrapper-content {
	padding-top: 0px;
}

.widget input {
	color: #666;
}

/* Регистрация */

.tml .message {
    width: 350px;
    margin: auto;
    text-align: center;
	font-size: 14px;
}

.tml .error, .tml .message {
    color: #333;
    padding: 0;
    line-height: 20px;
}

#registerform, #loginform, #lostpasswordform {
	width: 350px;
    margin: auto;
}

.entry-content p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.tml label {
    margin-bottom: 0;
    font-size: 16px;
}

.tml input, .tml textarea, .tml select {
    margin: 0.1em 0;
    width: 100%;
    height: 30px;
}

button[type=submit], input[type=button], input[type=reset], input[type=submit] {
    height: 40px;
    margin: 10px auto 0;
	padding: 0px 30px;
	display: table;
}

.tml .tml-action-links {
    display: table;
}

#wp-submit {
	margin: 25px auto;
	display: table;
}

.tml-rememberme-submit-wrap>p>#wp-submit {
	margin: 0px auto;
}

@media screen and (max-width: 979px) {
	#navbar-main {
	display: table;
	}}