/*
Theme Name: Дочка sahifa
Theme URI: 
Description: Это специальная дочерняя тема.
Author: ShoLex
Author URI: http://topgame.su
Template: sahifa
Version: 0.1
*/

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


.slider-caption-h2style a, .slider-caption-h2style {
    color: #FFF;
    font-size: 35px;
    font-family: BebasNeueRegular, arial, Georgia, serif;
}
.check-also-h2 a{
	font-size: 22px;
	font-family: BebasNeueRegular, arial, Georgia, serif;
}
.block-head-h3{
    font-size: 22px;
    font-family: BebasNeueRegular, arial, Georgia, serif;
	margin: 0 0 10px;
    display: block;
    float: none;
}
.comments-h3{
    float: left;
    width: auto;
	margin: 0 20px 0 10px;
}
.h4_widget{
	float: left;
    margin-right: 10px;
    font-size: 20px;
    font-family: BebasNeueRegular, arial, Georgia, serif;
}
p.must-log-in{
	padding-top:20px;
}


/************************
* Стили для формы тестов
************************/
[name="necktest"] fieldset {border: none;}
[name="necktest"] label:after {content: '\A'; white-space: pre;} /* после label идёт как бы br */ 

[name="necktest"] input[type="checkbox"] {
    margin-right: 10px;
}

button.testresult {
	display:flex;
	background-color: #37b8eb;
	margin: 10px;
	
	
	
	width: auto;
    position: relative;
    color: #FFF;
    padding: 5px 12px;
    font: 12px Tahoma;
    line-height: 22px;
    border: 0 none;
    border-top-color: initial;
    border-top-style: none;
    border-top-width: 0px;
    border-right-color: initial;
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-color: initial;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: initial;
    border-left-style: none;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    cursor: pointer;
    text-decoration: none;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}