/*-----------------------------------------------------------------------------------

  Theme Name: Siniatcz
  Theme URI:
  Description: Sablona pro web siniatcz.cz
  Author: Jan Kafka
  Author URI: https://www.ipcc.cz
  License:
  License URI:
  Version: 1



-----------------------------------------------------------------------------------*/
body {
    color:#394a59;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight:400;
}
a {
    color:#394a59;
    font-weight:600;
}
a:hover,
a:focus,
a:active {
    color: #52256b;
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
    color:#394a59;
}

.header-top {
    background: #f7f7f7;
    position: relative;
}
.header-bottom {
    background: #e7e7e7;
    position: relative;
}
.logo a {
    position:absolute;
    z-index:100;

}
.top-menu {
    margin-top:30px;
}
.top-menu a {
    color:#394a59;
    font-weight:600;
    text-transform:uppercase;
}
.top-menu a:hover,
.top-menu a:focus,
.top-menu a:active {
    color: #52256b;
    text-decoration:none;
}
#breadcrumbs {
    margin: 0 0 0 25%;
    padding-top:10px;
    padding-bottom:10px;
}

.top-menu .nav.navbar-nav{

    margin-left: auto;
    margin-right: 0;

}
.container.content {
    margin-top:35px;
    margin-bottom:35px;
}
footer {
    background: #394a59;
    background-size: auto;
    padding: 35px 0 5px;
    background-size: 100% 100%;
    margin: 0;
    box-sizing: border-box;
    color:#ffffff;
    font-size:12px;
    font-weight:400;
}
footer h4,
footer a,
footer a:hover,
footer a:focus,
footer a:active {
    color:#ffffff;
}
footer a {
    font-size:12px;
    font-weight:400;
}
footer ul {
    list-style:none;
    padding-left:0;
    margin-left:0;
}
.footer__divider {
    max-width: 900px;
    margin: 25px 170px 25px 0;
        margin-right: 170px;
    background: linear-gradient(to right,#394a59,#d6d6d4);
    height: 1px;
    margin-right: 170px;
}
.footer-divider__logo {
    float: right;
    height: 35px;
    vertical-align: middle;
    text-align: right;
    background: transparent url(images/etex-logo.png) no-repeat right top;
    width: 150px;
    margin-top: -15px;
    margin-right: -170px;
}
.footer__divider::after {
    content: "";
    display: table;
    clear: both;
}
.sub-footer-holder .row{
    margin-top:5px;
    margin-bottom:5px;
}
.sub-footer-holder,
.sub-footer-holder a {
    font-size:14px;
    font-weight:300;
}
.sub-footer-holder .copy {
    text-align:right;
    border-right: 1px solid #fff;

}
.wpcf7-field-group .wpcf7-field-group-add {
    display:none;
}
.wpcf7-field-group:last-of-type .wpcf7-field-group-add {
    display:inline-block;
}
.wpcf7-field-group button {
    margin-top:0px;
    padding:0;
}
.wpcf7-field-group:last-of-type  .wpcf7-field-group-add {
    visibility: hidden;
}

.wpcf7-field-group:last-of-type .wpcf7-field-group-add:after {
  content:'Přidat další osobu';
  visibility: visible;
  display: block;
  background-color: #a61f7d;
  color:#ffffff;
  padding: 5px 15px;
  position:absolute;
bottom: -40px;
left: 0px;
z-index:100;
}
.odsazeni .wpcf7-field-group{

    margin-bottom: 50px;
    position: relative;
}
.odsazeni .wpcf7-field-group div p{
    border-left: 3px solid #a61f7d;
    padding-left: 10px;
    margin-bottom: 0;
}

.wpcf7-field-group  .wpcf7-field-group-remove {
    visibility: hidden;
}
.wpcf7-field-group .wpcf7-field-group-remove:after {
  content:'Odebrat osobu';
  visibility: visible;
  display: block;
  background-color: #a61f7d;
  color:#ffffff;
  padding: 5px 15px;

}
.wpcf7-field-group>p {
    border-left: 3px solid #a61f7d;
    padding-left: 10px;
}
#wpcf7-f16-p17-o1 input,
#wpcf7-f16-p17-o1 textarea,
#wpcf7-f16-p17-o1 select {
    width:100%;
    margin-bottom: 10px;
    border:1px solid #ccc;
    padding:5px;
}
#wpcf7-f16-p17-o1 textarea {
    height:100px;
}
#wpcf7-f16-p17-o1 input[type="checkbox"] {
    width:auto;
}
#wpcf7-f16-p17-o1 input[type="radio"] {
    width:auto;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{
    width: 170px;
    display: inline-block;
    padding-left: 10px;
}
#wpcf7-f16-p17-o1 input[type="submit"] {
    background-color: #a61f7d;
    color:#ffffff;
    padding: 5px 15px;
    border:none;
}
#wpcf7-f16-p17-o1 input[type="submit"],
#wpcf7-f16-p17-o1 button {
    cursor:pointer;
}
#wpcf7-f16-p17-o1 span.wpcf7-list-item {
    margin: 0 0 15px;
}
a.siniat-button {
    background-color: #a61f7d;
    color:#ffffff;
    padding: 5px 15px;
    border:none;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height:27px;
    display:inline-block;
}