/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.header_bg {
	background-color: #242424 !important;
	opacity: 1 !important;
}
.plan,
.rzut,
.mail,
.wiz {
	display:block;
	text-align: center;
	background-color: #fccf5e;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    /* For Safari 3.1 to 6.0 */
    -webkit-transition-property:
    /*property*/
    ;
    -webkit-transition-duration: 0.2s;
    /*Control the transition duration*/
    -webkit-transition-timing-function: all;
    /*Control the transitionfunction*/
    -webkit-transition-delay: 0.1s;
    /*Control the transition start delay*/
    /* Opera */
    -o-transition-property:
    /*property*/
    ;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: all;
    -0-transition-delay: 0.1s;
    /* Firefox */
    -moz-transition-property:
    /*property*/
    ;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: all;
    -moz-transition-delay: 0.1s;
    /* Standard syntax */
    transition-property:
    /*property*/
    ;
    transition-duration: 0.3s;
    transition-timing-function: all;
    transition-delay: 0.1s;
}

.plan img,
.rzut img,
.mail img,
.wiz img {
	margin: 10px 5px 7px 5px 
}

.plan:hover,
.rzut:hover,
.mail:hover,
.wiz:hover {
	background-color: #efbb20;
	transition: ease-in-out
}

.lista-mieszkan td {
	vertical-align: middle;
	text-align: center
}

.lista-mieszkan th {
	text-align: center;
	letter-spacing: normal !important;
	line-height: 120% !important;
	vertical-align: middle;
	padding: 20px 12px !important
}

.lista-mieszkan td {
	line-height: 120% !important;
}
.table-horizontal {
	 overflow-x: scroll;
}

.avia-button.avia-color-theme-color-highlight.avia-cookie-consent-button {
  font-size: 13px !important;
}
.avia-button.avia-color-theme-color-highlight.avia-cookie-consent-button.avia-cookie-consent-button-2.av-extra-cookie-btn.avia-cookie-hide-notification {
	color: #000 !important;
}

.button.av-verify-recaptcha-0.av-recaptcha-submit,
.button.av-recaptcha-submit-real {
	padding: 20px 40px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Montserrat;
}

#top .avia_ajax_form .av-google-badge-message {
	font-size: 11px !important;
}