/*
Theme Name: resortica-lite-child
Description: Motyw potomny Resortica Lite
Template: resortica-lite
*/
a.menu-btn {
    font-size: 18px;
}
.specials-btn {
	display: none;
}
.pagingInfo {
	display: none;
}
.button, input[type="button"], input[type="reset"], input[type="submit"] {
	border-radius: 4px;
    padding: 3px 13px;
	border: 2px solid #e2e2e2;
    text-transform: lowercase;
    font-style: italic;
    padding: 5px 17px;
    background: transparent;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.4s ease-in-out;
    color: #dcc423;
    font-size: 16px;
    font-family: "Open Sans";
	width: 100px
}
.pre {
	display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #fff;
    border: none;
}
.input, select, textarea {
	width: 100%
}
.tel {
	color: #ffffff;
}
.header .hero-tagline {
	font-size: 38px !important;
}
.inner-banner-wrap .inner-banner-content .breadcrumb li a {
	text-transform: none !important;
}