/*
Theme Name:     Wybory Adwokackie
Author:         HEDEA
Author URI:     https://hedea.pl
Template:       Divi
Version:        1.0
*/

@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700,900&display=swap&subset=latin-ext');

::selection {background:#00502e;color: #fff;}
::-moz-selection {background:#00502e;color: #fff;}

#et_search_icon:hover, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .bottom-nav li.current-menu-item>a, .comment-reply-link, .entry-summary p.price ins, .et-social-icon a:hover, .et_password_protected_form .et_submit_button, .footer-widget h4, .form-submit .et_pb_button, .mobile_menu_bar:after, .mobile_menu_bar:before, .nav-single a, .posted_in a, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce .star-rating span:before, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page .star-rating span:before, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #141411;
}

#logo {max-height: none;}

#main-header {
	    background: none;
    box-shadow: none;    position: absolute;
}

body {
	font-family: 'Titillium Web', sans-serif;
}

#scroll-down {
	 display: block;
    position: relative;
    padding-top: 49px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 20px;
}
 .arrow-down {
	 display: block;
	 margin: 0 auto;
	 width: 10px;
	 height: 38px;
}
 .arrow-down:after {
	 content: '';
	 display: block;
	 margin: 0;
	 padding: 0;
	 width: 8px;
	 height: 8px;
	 border-top: 2px solid #00502e;
	 border-right: 2px solid #00502e;
	 behavior: url(-ms-transform.htc);
	 -moz-transform: rotate(135deg);
	 -webkit-transform: rotate(135deg);
	 -o-transform: rotate(135deg);
	 -ms-transform: rotate(135deg);
	 transform: rotate(135deg);
}
 #scroll-title {
	 display: block;
	 text-transform: uppercase;
	 color: #000;
	 font-size: 14px;
	 font-weight: bold;
	 letter-spacing: .1em;
}
 #scroll-down::before {
	 -webkit-animation: elasticus 1.9s cubic-bezier(1,0,0,1) infinite;
	 -moz-animation: elasticus 1.9s cubic-bezier(1,0,0,1) infinite;
	 -o-animation: elasticus 1.9s cubic-bezier(1,0,0,1) infinite;
	 animation: elasticus 1.9s cubic-bezier(1,0,0,1) infinite;
	 position: absolute;
	 top: 0px;
	 left: 50%;
	 margin-left: -1px;
	 width: 2px;
	 height: 60px;
	 background: #00502e;
	 content: ' ';
}
 @-webkit-keyframes elasticus {
	 0% {
		 -webkit-transform-origin: 0% 0%;
		 -ms-transform-origin: 0% 0%;
		 -moz-transform-origin: 0% 0%;
		 -o-transform-origin: 0% 0%;
		 transform-origin: 0% 0%;
		 -webkit-transform: scale(1,0);
		 -ms-transform: scale(1,0);
		 -moz-transform: scale(1,0);
		 -o-transform: scale(1,0);
		 transform: scale(1,0);
	}
	 50% {
		 -webkit-transform-origin: 0% 0%;
		 -ms-transform-origin: 0% 0%;
		 -moz-transform-origin: 0% 0%;
		 -o-transform-origin: 0% 0%;
		 transform-origin: 0% 0%;
		 -webkit-transform: scale(1,1);
		 -ms-transform: scale(1,1);
		 -moz-transform: scale(1,1);
		 -o-transform: scale(1,1);
		 transform: scale(1,1);
	}
	 50.1% {
		 -webkit-transform-origin: 0% 100%;
		 -ms-transform-origin: 0% 100%;
		 -moz-transform-origin: 0% 100%;
		 -o-transform-origin: 0% 100%;
		 transform-origin: 0% 100%;
		 -webkit-transform: scale(1,1);
		 -ms-transform: scale(1,1);
		 -moz-transform: scale(1,1);
		 -o-transform: scale(1,1);
		 transform: scale(1,1);
	}
	 100% {
		 -webkit-transform-origin: 0% 100%;
		 -ms-transform-origin: 0% 100%;
		 -moz-transform-origin: 0% 100%;
		 -o-transform-origin: 0% 100%;
		 transform-origin: 0% 100%;
		 -webkit-transform: scale(1,0);
		 -ms-transform: scale(1,0);
		 -moz-transform: scale(1,0);
		 -o-transform: scale(1,0);
		 transform: scale(1,0);
	}
}
 @-moz-keyframes elasticus {
	 0% {
		 -webkit-transform-origin: 0% 0%;
		 -ms-transform-origin: 0% 0%;
		 -moz-transform-origin: 0% 0%;
		 -o-transform-origin: 0% 0%;
		 transform-origin: 0% 0%;
		 -webkit-transform: scale(1,0);
		 -ms-transform: scale(1,0);
		 -moz-transform: scale(1,0);
		 -o-transform: scale(1,0);
		 transform: scale(1,0);
	}
	 50% {
		 -webkit-transform-origin: 0% 0%;
		 -ms-transform-origin: 0% 0%;
		 -moz-transform-origin: 0% 0%;
		 -o-transform-origin: 0% 0%;
		 transform-origin: 0% 0%;
		 -webkit-transform: scale(1,1);
		 -ms-transform: scale(1,1);
		 -moz-transform: scale(1,1);
		 -o-transform: scale(1,1);
		 transform: scale(1,1);
	}
	 50.1% {
		 -webkit-transform-origin: 0% 100%;
		 -ms-transform-origin: 0% 100%;
		 -moz-transform-origin: 0% 100%;
		 -o-transform-origin: 0% 100%;
		 transform-origin: 0% 100%;
		 -webkit-transform: scale(1,1);
		 -ms-transform: scale(1,1);
		 -moz-transform: scale(1,1);
		 -o-transform: scale(1,1);
		 transform: scale(1,1);
	}
	 100% {
		 -webkit-transform-origin: 0% 100%;
		 -ms-transform-origin: 0% 100%;
		 -moz-transform-origin: 0% 100%;
		 -o-transform-origin: 0% 100%;
		 transform-origin: 0% 100%;
		 -webkit-transform: scale(1,0);
		 -ms-transform: scale(1,0);
		 -moz-transform: scale(1,0);
		 -o-transform: scale(1,0);
		 transform: scale(1,0);
	}
}
 @-o-keyframes elasticus {
	 0% {
		 -webkit-transform-origin: 0% 0%;
		 -ms-transform-origin: 0% 0%;
		 -moz-transform-origin: 0% 0%;
		 -o-transform-origin: 0% 0%;
		 transform-origin: 0% 0%;
		 -webkit-transform: scale(1,0);
		 -ms-transform: scale(1,0);
		 -moz-transform: scale(1,0);
		 -o-transform: scale(1,0);
		 transform: scale(1,0);
	}
	 50% {
		 -webkit-transform-origin: 0% 0%;
		 -ms-transform-origin: 0% 0%;
		 -moz-transform-origin: 0% 0%;
		 -o-transform-origin: 0% 0%;
		 transform-origin: 0% 0%;
		 -webkit-transform: scale(1,1);
		 -ms-transform: scale(1,1);
		 -moz-transform: scale(1,1);
		 -o-transform: scale(1,1);
		 transform: scale(1,1);
	}
	 50.1% {
		 -webkit-transform-origin: 0% 100%;
		 -ms-transform-origin: 0% 100%;
		 -moz-transform-origin: 0% 100%;
		 -o-transform-origin: 0% 100%;
		 transform-origin: 0% 100%;
		 -webkit-transform: scale(1,1);
		 -ms-transform: scale(1,1);
		 -moz-transform: scale(1,1);
		 -o-transform: scale(1,1);
		 transform: scale(1,1);
	}
	 100% {
		 -webkit-transform-origin: 0% 100%;
		 -ms-transform-origin: 0% 100%;
		 -moz-transform-origin: 0% 100%;
		 -o-transform-origin: 0% 100%;
		 transform-origin: 0% 100%;
		 -webkit-transform: scale(1,0);
		 -ms-transform: scale(1,0);
		 -moz-transform: scale(1,0);
		 -o-transform: scale(1,0);
		 transform: scale(1,0);
	}
}
 @keyframes elasticus {
	 0% {
		 -webkit-transform-origin: 0% 0%;
		 -ms-transform-origin: 0% 0%;
		 -moz-transform-origin: 0% 0%;
		 -o-transform-origin: 0% 0%;
		 transform-origin: 0% 0%;
		 -webkit-transform: scale(1,0);
		 -ms-transform: scale(1,0);
		 -moz-transform: scale(1,0);
		 -o-transform: scale(1,0);
		 transform: scale(1,0);
	}
	 50% {
		 -webkit-transform-origin: 0% 0%;
		 -ms-transform-origin: 0% 0%;
		 -moz-transform-origin: 0% 0%;
		 -o-transform-origin: 0% 0%;
		 transform-origin: 0% 0%;
		 -webkit-transform: scale(1,1);
		 -ms-transform: scale(1,1);
		 -moz-transform: scale(1,1);
		 -o-transform: scale(1,1);
		 transform: scale(1,1);
	}
	 50.1% {
		 -webkit-transform-origin: 0% 100%;
		 -ms-transform-origin: 0% 100%;
		 -moz-transform-origin: 0% 100%;
		 -o-transform-origin: 0% 100%;
		 transform-origin: 0% 100%;
		 -webkit-transform: scale(1,1);
		 -ms-transform: scale(1,1);
		 -moz-transform: scale(1,1);
		 -o-transform: scale(1,1);
		 transform: scale(1,1);
	}
	 100% {
		 -webkit-transform-origin: 0% 100%;
		 -ms-transform-origin: 0% 100%;
		 -moz-transform-origin: 0% 100%;
		 -o-transform-origin: 0% 100%;
		 transform-origin: 0% 100%;
		 -webkit-transform: scale(1,0);
		 -ms-transform: scale(1,0);
		 -moz-transform: scale(1,0);
		 -o-transform: scale(1,0);
		 transform: scale(1,0);
	}
}

#info--zajawka h2 {
	    font-size: 93px;
    font-weight: 300;
    color: #79797a;
	display: inline-block;
}

#info--zajawka h2 span {
	    position: absolute;
    margin-top: 100px;
    font-size: 120px;
    font-weight: bold;
    color: #00502e;
    left: 60px;
}

#info--zajawka p {
	    font-size: 19px;
    font-weight: 300;
    color: #79797a;
    width: calc(100% - 300px);
    display: inline-block;
    padding-left: 40px;
}

#sekcja--one {
	background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    padding-top: 120px;
    padding-bottom: 160px;
}

#zajawki {color: #fff;    z-index: 1;}

#zajawki:before {
	content: '';
    width: 60%;
    height: 50px;
    background: #00502e;
    position: absolute;
    top: -50px;
    left: 0;
}

#zajawki:after {
	content: '';
    width: 60%;
    height: 50px;
    background: #00502e;
    position: absolute;
    bottom: -50px;
    right: 0;
}

#kand--zajawka {
	   color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: 900;
}


#kand--zajawka h2 {
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
}

#kand--zajawka h2:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	width: 30px;
	height: 2px;
	background:#fff;
}

#kand--zajawka p {font-size: 15px;font-weight: normal;}

#kand--zajawka a {
	font-size: 15px;
    font-weight: bold;
    display: inline-block;
    padding: 7px 20px;
    transition: 0.5s all ease;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 55px;
}

#kand--zajawka a:hover {
	color: #00502e;
	background: #fff;
}


#haslo h2 {
	text-align: right;
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    margin-top: 130px;
}

#kreski {
	    position: absolute;
    bottom: -160px;right: 40px;
	
}

#naglowek--kandydacie h2 {
	    font-size: 38px;
    font-weight: bold;
}

#kan--ogol {
	    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 10px #3333331f;
    margin-bottom: 30px;
    margin-top: 20px;
}

#kan--ogol .tyt--kand {
	font-size: 18px;
    color: #00502e;
    margin-top: 15px;
}

.stanowisko--kand {
	color: #666;    font-size: 12px;
    margin-bottom: 10px;
	line-height: normal;
}

.stanowisko--kand ul {
	    padding: 0;
    list-style: none;
    line-height: normal;
    margin-bottom: 15px;
    color: #666;
}

#kandydat {
	display: inline-block;
    color: #666;
}

#kandydat button {
	border: none;
    margin-bottom: 15px;
    background: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Titillium Web', sans-serif;
	cursor: pointer;
	color: black !important;
}

#kandydat button:after {
	content: '';
	width: 17px;
	height: 11px;
	background: url(/wp-content/uploads/2020/03/strzalka.png);
	display: inline-block;
	margin-left: 10px;
}

#cytat h3 {
	font-size: 26px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
}

#cytat a {
	font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 20px;
    border: 2px solid #fff;
    transition: 0.5s all ease;
}

#cytat a:hover {
	background: #fff;
	color: #666;
}

#sekcja--dolna:after {
	content:'';
	width: 40%;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
}

#main-footer {
	    background: none;
    padding-top: 40px;
}

#organizatorzy {
	display: inline-block;
	width: 100%;
	color: #9c9d9f;
}

#organizatorzy img {
	    float: left;
    margin-right: 30px;
}

#organizatorzy p {
	    max-width: 100%;
    width: 500px;
    padding-top: 35px;
}

#skontaktuj {
	border: 2px solid #00502e;
    color: #9c9d9f;
    font-size: 16px;
    font-weight: bold;
    float: right;
    margin-top: -50px;
    padding: 10px 35px;
    text-transform: uppercase;
    transition: 0.5s all ease;
}

#skontaktuj:hover {
	background: #00502e;
	color: #fff;
}

#menu--stopka {
	    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}

#menu--stopka a {
	color: #9c9d9f;
	padding: 0 5px;
}

#copy {
	text-align: center;
    padding-bottom: 15px;
    opacity: 0.6;
}

.et_pb_scroll_top.et-pb-icon {
	background: #00502e;
    border-radius: 0;
    bottom: 0;
}

#sekcja--dolna .et_parallax_bg {
	    background-position: left center;
    background-size: auto;
}

#zajawki .et_pb_row_1 {
	position: relative;
    z-index: 10;
}

#top-menu a {
	font-size: 16px;
    font-weight: bold;
    color: #141411;
    text-transform: uppercase
}

.et_header_style_left #et-top-navigation nav>ul>li>a:before {
    position: absolute;
    display: block;
    content: " ";
    left: 0;
    top: 20px;
    width: 0;
    border-bottom: 2px solid #141411;
    -webkit-transition: width .23s;
    -moz-transition: width .23s;
    transition: width .23s;
}

.et_header_style_left #et-top-navigation nav>ul>li.current-menu-item>a:before {
	position: absolute;
    display: block;
    content: " ";
    left: 0;
    width: 18px;
    border-bottom: 2px solid #141411;
    -webkit-transition: width .23s;
    -moz-transition: width .23s;
    transition: width .23s;
}

.et_header_style_left #et-top-navigation nav>ul>li>a:hover:before {
	width: 100% !important;
}

#social--ikony {
	float: right;    margin-top: -5px;
    margin-left: 20px;
}

.et-social-icons li {
    display: inline-block;
    margin-left: 6px;
}

.et-social-icon a {
	    font-size: 14px;
    color: #00502e;
}

@media (max-width: 1305px) {
	.et-social-icons li.et-social-facebook {
		    position: fixed;
    right: 0;
    top: 100px;
    background: #141411;
	}
	
	.et-social-icons li.et-social-twitter {
		    position: fixed;
    right: 0;
    top: 150px;
    background: #141411;
	}
	
	.et-social-icons li.et-social-linkedin {
		    position: fixed;
    right: 0;
    top: 200px;
    background: #141411;
	}
	
	#et-secondary-menu>ul>li a {
		color: #fff;padding: 10px;
	}
	.container, .et_pb_row {width: 90%;}
}

@media (max-width: 1175px) {
	#logo {
		    width: 250px;
	}
	
	#top-menu li {
    padding-right: 15px;
}
	#top-menu a {font-size: 14px;}
}

@media (max-width: 980px) {
	
	.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 60px !important;
}
	#info--zajawka p {
		    width: 100%;
    padding: 0;
    font-size: 16px;
	}
	
	#info--zajawka h2 span {
    position: relative;
    font-size: 70px;
}
	
	#sekcja--one {
		    padding-top: 100px;
    padding-bottom: 100px;
	}
	
	#info--zajawka h2 {
		font-size: 60px;
	}
	#scroll-down {
		margin-top: 0;
	}
	
	#haslo h2 {
		    margin-top: 0;
    text-align: center;
    font-size: 30px;
	}
	
	#skontaktuj {
		    float: none;
    display: inline-block;
    margin-top: 30px;
	}
	
	#cytat h3 {
		font-size: 16px;
	}
}

.owl-carousel .owl-nav.disabled {
	display: block;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
    left: 0;
    font-size: 100px;
    color: #00502e;
    top: 35%;
    background: none !important;
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
    right: 0;
    font-size: 100px;
    color: #00502e;
    top: 35%;
    background: none !important;
}

.owl-carousel .owl-nav button:hover {
	color: #333 !important;
}

.owl-carousel.owl-drag .owl-item {
	opacity: 0.3;
}

.owl-carousel.owl-drag .owl-item.active {
	opacity: 1;
}

#cookie-notice .cn-button {
	background: #141411;
    border-radius: 0;
    box-shadow: none;
}

.et_pb_title_container h1 {
font-size: 40px;
    margin-top: 100px;
    margin-bottom: -35px;
    display: inline-block;
    color: #fff;
    background: #00502e;
    padding: 15px 40px;
    min-width: 40%;
    text-align: center;
}

@media (max-width: 980px) {
	.et_pb_title_container h1 {
		font-size: 32px;
	}
}

.et_pb_title_container {
	    display: inline-block !Important;
    width: 100% !Important;
    margin: auto !important;
    max-width: 100% !important;
	    text-align: center;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 15px 10px;
    border: none;
    color: #4e4e4e;
    background-color: #f5f5f5;
    display: inline-block;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
	    background: #00502e;
    color: #fff;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    border: none;
    padding: 8px 35px;
	cursor: pointer;
	transition: 0.5s all ease;
}


input.wpcf7-form-control.wpcf7-submit:hover {
	background: #333;
}

#top-menu li li a {
    width: 200px;
    padding: 6px 0;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    border-bottom: 1px solid #eee;
    text-transform: none;
}

.et_right_sidebar #main-content .container:before {display: none;}

.et_right_sidebar #left-area {
    float: left;
    padding-right: 0;
    width: 100%;
}

#naglowek--kandydata {
	    background-image: radial-gradient(circle at center,#ffffff 0%,#e5e5e5 100%);
    padding: 200px 0 50px;
}

h3.personalia--kand {
	color: #00502e;
    font-size: 39px;
}

#main-content .container {
    padding-top: 0;
}

.fot--kand {
	    float: right;
    max-width: 100%;
    width: 500px;
    padding-left: 40px;
    padding-bottom: 20px;
    margin-top: -60px;    text-align: center;
}

.fot--kand a {
	border: 2px solid #00502e;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: -50px;
    padding: 10px 35px;
    text-transform: uppercase;
    transition: 0.5s all ease;
    display: inline-block;
    background: #00502e;
}

.fot--kand a:hover {
	background: #141411;
}

@media (max-width: 930px) {
	.fot--kand {
		    float: none;
    margin-top: -20px;
    padding-left: 0;
	}
}

#respond {display: none !important;}

div#mail--kontakt {
    text-align: center;
}

.fot--kand #mail--kontakt a {
	    background: none;
    border: none;
    color: #00502e;
    padding: 0;
    text-transform: none;
    margin: 0;
    margin-left: 10px;
}

a.wp-show-posts-read-more {
    display: inline-block;
    padding: 6px 25px;
    border: 2px solid #222;
    color: #222;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s all ease;
}

a.wp-show-posts-read-more:hover {
	background: #222;
	color: #fff;
}

#qa h3 {
	    background: #00502e;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    margin-bottom: 20px;
}

#pytanie {
	background: #eee;
    font-size: 18px;
    padding: 10px 20px;
}

#odpowiedz {
	    background: #fafafa;
    padding: 20px;
    margin-bottom: 15px;
}

.et_pb_column_1_2 .et_pb_team_member_image, .et_pb_column_1_3 .et_pb_team_member_image, .et_pb_column_1_4 .et_pb_team_member_image, .et_pb_column_1_5 .et_pb_team_member_image, .et_pb_column_1_6 .et_pb_team_member_image, .et_pb_column_2_5 .et_pb_team_member_image, .et_pb_column_3_5 .et_pb_team_member_image, .et_pb_column_3_8 .et_pb_team_member_image {
	    margin: auto;
    margin-bottom: 30px;
}

.et_pb_team_member_description h4.et_pb_module_header {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #00502e;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.et_pb_member_position {
    padding-bottom: 10px;
    color: #aaa;
    text-align: center;
    line-height: normal;
}

#pytanie span {
	font-size: 15px;
    padding-left: 15px;
    opacity: 0.6;
}

#odpowiedz span {
    font-size: 15px;
    opacity: 0.6;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

a#zadaj--pytanie--kand {
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px 30px;
    color: #fff;
    font-weight: bold;
    transition: 0.5s all ease;background: #00502E;float: right;
}

a#zadaj--pytanie--kand:hover {
    background: #333;
}