/*
Theme Name: AMADEUS Child Theme
Theme URI: http://amadeus.bringthepixel.com
Description: Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>. 
Author: bring the pixel
Author URI: http://www.bringthepixel.com/
Template: amadeus
Version: 1.0
*/
/* Place all your CSS modifications below */

/*Odstranění social buttons z pluginu PrettyPhoto*/
.pp_social {
	display: none;
}

/*Tlačítko pro sjednání konzultace*/
#g1-button-consultation {
	top: 10px;
	float:right;
	clear: right;
}

#flags_language_selector {
	  position: absolute;
      top: 2px;
      right: 450px;
}

#flags_language_selector img {
      border-width: 1px;
      margin-right: 5px;
      margin-top: 3px;
}

.widget-nav-menu {
	padding-top: 68px;
	!important;
}

.bbp-search-form {
	margin-bottom: 20px;
}

.bbp-search-form a {
	margin-bottom: 0px;
}

/*Contact form*/
.textova-oblast
{
	width: 99%;
    min-width: 99%;
    max-width: 99%;
}

#anfrage
{
	width: 600px;
}

#anfrage label
{
	font-size: 1em;
	padding-top: 10px;
}

#anfrage .popisek
{
	font-size: 1em;
	padding-top: 10px;
}

#anfrage .textova-oblast
{
	width: 600px;
}

#anfrage input
{
	width: 270px;
}

#anfrage input.wpcf7-submit
{
	width: 65px;
}

.field-left
{
	float: left;
}

.field-right
{
	float: right;
}

/*Terminbuchung*/

#terminbuchung
{
	width: 600px;
}

#terminbuchung label
{
	font-size: 1em;
	padding-top: 10px;
}

#terminbuchung .popisek
{
	font-size: 1em;
	padding-top: 10px;
}

#terminbuchung .textova-oblast
{
	width: 600px;
}

#terminbuchung input
{
	width: 255px;
}

#terminbuchung input.wpcf7-submit
{
	width: 65px;
}

#terminbuchung select
{
	width: 255px;
	font-size: 1em;
}

@media only screen and (max-width: 600px) {

#anfrage
{
	width: 100%;
}

#anfrage .textova-oblast
{
	width: 100%;
}

#terminbuchung
{
	width: 100%;
}

#terminbuchung .textova-oblast
{
	width: 100%;
}

.field-right
{
	float: left !important;
}

#g1-button-consultation
{
	top: 20px;
	float:right;
	clear: right;
}

}
