.main-navigation a {
    color: #222;
}

.main-navigation a:hover {
    color: #2793e6;
}




/* Footer */
.mp-footer{
	width: 100%;
	height: auto;
	margin: auto;
	background:#cacaca;
	padding: 5px 0px;
}
.mp-nav{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 25px;
}
.mp-nav ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.mp-nav ul li{
	display: inline-block;
	margin: 10px 20px;	 
}
.mp-nav ul li a{
	text-decoration: none;
	outline: none;
	font-size: 20px;
	color: #fff;
}
.mp-nav ul li a:hover{
	color:  #6ec1e2;
}

.mp-end p{
	font-size: 16px;
	text-align: center;
	color: #fff;
}
.mp-end a{
text-decoration: none;
color: #fff
}

/* Enter Your Custom CSS Here */

button, input[type="button"], input[type="submit"] {
    background-color: #6ec1e4;
    border: 0;
    color: #fff;
  	margin: 10px;
}

/* Odsazení headru na ostatních stránkách */

.site-content {
    padding: 0 0;
}

/* Barva odkazů v horním menu */


/* Schování recaptcha badge */

span#recaptcha_privacy {
    display: none;
}

.grecaptcha-badge{
	visibility: collapse !important;  
}

/* Contact form styling */
div.wpcf7-mail-sent-ok {
    border: 2px solid #00dcff;
    border-radius: 5px;
    text-align: center;
}





