/*
Theme Name: Sympathique ATE
Template: sympathique
Version: 1.3
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../sympathique/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

.logo { height: 72px; margin-top: 6px; }
.logo img { max-height: 100%; padding: 0 }

ul#mainnav > li.current-menu-item > a, ul#mainnav > li.current-item > a, .page-template-template-onepage-php ul#mainnav li.active a {
background: #580d22 !important;
}
#footer {
border-top: 5px solid #580d22 !important;
}
ul#mainnav li:hover > a {
background: #a79f54 !important;
}

#wrapper { background: url(http://ate.weimerskirch.net/wp-content/themes/sympathique/images/bg/bg10.png) }
#header { background: white }

.page-title { margin-bottom: 10px }
.page-title + .centered-wrapper { background: white; width: 1120px; padding: 55px 30px 0 30px; }

.centered-wrapper:before, .centered-wrapper:after { content: " ";  display: table; }
.centered-wrapper:after { clear: both; }
.centered-wrapper { *zoom: 1; }

.vc_span4 .wpb_wrapper { max-width: 100%; width: 300px; text-align: justify; }

.info_message { font-size: 24px; line-height: 30px; }
@media only screen and (max-width: 780px) {
	.info_message { font-size: 16px; line-height: 20px; }
}

hr {
    clear: both;
    margin: 20px 0;
}

article a { text-decoration: underline; color: #a79f54; font-weight: bold }
article a:hover { color: #333 }

.next-prev-posts, .author-bio, .icon-pencil { display: none !important }

.page-title + .centered-wrapper { width: 960px; }
@media only screen and (min-width: 1281px) {
    .page-title + .centered-wrapper { width: 1120px !important; }
}

.wpb_row:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.wpb_row { display: inline-block; }
/* start commented backslash hack \*/
* html .wpb_row { height: 1%; }
.wpb_row { display: block; }
/* close commented backslash hack */

.qtranxs_widget {
	margin-bottom: 0;
	display: block;
	float: right;
}

.qtranxs_widget a {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	height: 32px;
	width: 36px;
}

.qtranxs_widget a:hover {
	background: #999;
}

.qtranxs_widget .active a {
	background: #666;
}

#footer .qtranxs_widget {
	float: none;
	text-align: center;
	margin-top: 0;
}

#footer .qtranxs_widget li {
	display: inline-block;
}

#footer .qtranxs_widget li a {
	height: 40px;
	width: 40px;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
	#posts { width: 260px !important; }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
	#posts { width: 420px !important; }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	#posts { width: 710px !important; }
}