/*
Theme Name: Bauer
Description: Bauer
Version: 1.0
*/

/*----------- FONTS -----------*/ 
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow|PT+Sans:400,700&subset=latin-ext);
/*----------- /FONTS -----------*/


.search-result h4
{
	font-size: 26px;
	margin-bottom: 10px;
}

header .breadcrumb ul li.current_item a
{
	color: #00b1ed;
}

.magazinesListSingle .hidden-info
{
	display: none;
}

.apply-form
{
	display: none;
}

.harmony span.wpcf7-not-valid-tip
{
	color: red !important;
	padding: 14px 20px;
}

.popup-content
{
	display: none;
}

.popup-title
{
	font-size: 50px;
    font-size: calc( 28px + (72 - 38) * (100vw - 320px) / (1900 - 320));
    line-height: 1.1;
    margin: 0;
    color: #00b1ed;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.popup-subtitle
{
	font-size: 24px;
    font-size: calc( 18px + (24 - 18) * (100vw - 320px) / (1900 - 320));
    line-height: 1.1;
    color: #0054a6;
    font-weight: 900;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.popup-box
{
	//background: #dcdcdc;
	color: #7c7c7c;
	text-transform: uppercase;
	font-size: 20px;
	//padding: 20px;
}

.popup-box p{color:#7e7e7e}

.popup-box p:last-child
{
	margin: 0;
}

.wpcf7 .wpcf7-submit
{
	background: #fff;
    color: #0054a6 !important;
    display: inline-block;
    font-weight: 900;
    padding: 12px 40px;
}

.wpcf7 .wpcf7-submit:hover
{
color: #fff;
background: #0054a6; 
}

.wpcf7 input[type=file]
{
	color: #0054a6 !important;
}

footer .menu
{
	display: block !important;
}


img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wpcf7 span
{
	display: block;
	position: relative;
}

span.wpcf7-not-valid-tip
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ff0000;
	color: #ff0000;
	background: #fff;
	padding: 28px 20px;
}

div.wpcf7-response-output
{
	padding: 15px 15px 10px 15px;
}

.wp-pagenavi a, .wp-pagenavi span
{
	float: left;
    background: #fafafa;
    border: 1px solid #d8dfe4;
    width: 50px;
    height: 35px;
    transition-property: color,background;
    transition-duration: .3s;
    text-align: center;
    font-size: 15px;
    line-height: 36px;
    color: #01172f;
    display: block;
    margin: 0 10px 0 0;
    padding: 0;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current
{
	border: 1px solid #d8dfe4;
	background: #fff;
	text-decoration: none;
	font-weight: 400;
}

.menu .current-menu-item > a
{
	background: #0054a6;
	color: #fff;
}

footer ul
{
	margin-bottom: 30px !important;
}
