@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");
html {
height: auto;
margin-top: 0 !important;
}
#wpadminbar {
position: fixed;
bottom: 0 !important;
}
body {
height: 100%;
}
.skip-link.screen-reader-text {
display: none;
}
.site-footer {
display: none;
}      .single-post .post-comments-container {
display: flex;
justify-content: center;
padding-top: 100px;
padding-bottom: 100px;
}
.single-post .post-comments-container #comment {
width: 100%;
}
.single-post .post-comments-container .comment-form-url {
display: none;
}
.single-post .post-comments-container .comment-form-author,
.single-post .post-comments-container .comment-form-email {
display: grid;
}
.single-post .post-comments-container #reply-title {
font-family: 'Oswald', sans-serif;
}
.single-post .post-comments-container #commentform p,
.single-post .post-comments-container #commentform p span {
font-family: 'Open Sans' !important;
color: #343a40 !important;
font-weight: 300 !important;
}
.single-post .post-comments-container #submit {
background: transparent;
border: 1px solid #343a40;
width: 200px;
font-family: 'Open Sans' !important;
color: #343a40;
transition: 0.3s;
}
single-post .post-comments-container #submit:hover {
background-color: #ffcc00 !important;
border: 1px solid #ffcc00 !important;
}
.single-post .post-navigation {
display: none !important;
}
@media (max-width: 1199.98px) {
.site-header {
height: 60px;
}
.menu-item {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.nav-link {
padding-left: 0px !important;
padding-right: 0px !important;
}
}
.menu-item {
letter-spacing: 1px;
}.site-header {
position: fixed;
top: 0;
z-index: 1111;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
height: 10vh;
}
.site-header .site-header-main {
height: 100%;
}
.site-header .site-header-main .site-branding {
display: none !important;
}
.site-header .site-header-main .navbar {
height: 100%;
padding: 0;
}
.site-header .site-header-main .navbar .container-fluid {
margin: 0 !important;
width: 100% !important;
padding: 0;
display: flex;
justify-self: center;
max-width: 100% !important;
height: 100%;
}
.site-header .site-header-main .navbar .container-fluid .navbar-collapse {
height: 100%;
}
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav {
height: 100%;
margin: 0 auto;
}
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav .nav-item {
padding-left: 25px;
padding-right: 25px; }
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav .nav-item:HOVER .nav-link {
color: #c8ac48;
}
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav .nav-item .nav-link {
height: 100%;
padding-top: 0;
padding-bottom: 0;
font-family: 'Montserrat', sans-serif; color: #FEFEFE;
text-transform: uppercase;
display: flex;
align-items: center;
}
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav .nav-item .dropdown-toggle {
padding: 0;
}
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav .nav-item .dropdown-menu {
right: auto;
left: 50%;
-webkit-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
padding: 0;
margin: 0;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 0;
border: none;
}
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav .nav-item .dropdown-menu .menu-item {
padding: 10px 15px !important;
}
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav .nav-item .dropdown-menu:HOVER .dropdown-item {
background-color: transparent !important;
}
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav .nav-item .dropdown-menu .dropdown-item {
font-size: 0.9rem;
}
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav .nav-item .dropdown-menu .dropdown-item:hover {
color: #c8ac48 !important;
}
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav .nav-item .dropdown-item {
text-transform: uppercase; font-family: 'Montserrat', sans-serif;
color: #FEFEFE !important;
background-color: transparent !important;
text-align: center;
}
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav .nav-item .dropdown-item.active {
background-color: transparent !important;
}
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav .nav-item.active .nav-link,
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav .nav-link.active {
color: #c8ac48;
}
.site-header .site-header-main .navbar .container-fluid .navbar-collapse .nav .nav-item.active {
border: none;
}
#cookie-law-info-bar {
height: 20vh;
display: flex;
align-items: center;
justify-content: center;
}
#cookie-law-info-bar span a {
text-decoration: none !important;
}
.scroll-down {
position: absolute;
bottom: 0;
height: 200px;
width: 100%;
background-color: transparent;
}
.scroll {
height: 100px;
width: 60px;
border: 5px solid #c8ac48;
border-radius: 50px;
}
.scroll-dot {
width: 8px;
height: 8px;
background: #c8ac48;
border-radius: 5px;
position: relative;
top: 10px;
animation: move-down 1s infinite;
}
@keyframes move-down {
form {
top: 10px;
opacity: 0;
}
to {
top: 40px;
opacity: 1;
}
}
.block {
display: block !important;
transition: 0.2s !important;
}
@media (min-width: 220px) and (max-width: 991.98px) {
#cookie-law-info-bar {
height: 40vh !important;
}
.navbar-collapse.collapse.show {
height: 100vh !important;
max-height: 100vh !important;
}
.site-header {
height: 60px !important;
background-color: transparent !important;
}
.navbar-toggler {
position: absolute;
top: 0;
border: 1px solid #c8ac48 !important;
margin: 10px;
right: 0;
z-index: 100;
}
.navbar-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(200, 172, 72, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-collapse {
transition: none;
background-color: #343A40 !important;
}
}
@media screen and (min-width: 220px) and (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.navbar-collapse .nav {
top: 0 !important;
}
}
@media (min-width: 220px) and (max-width: 991.98px) {
.navbar-collapse .nav {
background-color: #343A40 !important;
display: flex;
justify-content: center !important;
height: auto !important;
position: relative;
top: 50%;
transform: none;
height: 100% !important;
}
.navbar-collapse .nav .menu-item {
width: 100%;
justify-content: center;
padding: 0 !important; }
.navbar-collapse .nav .menu-item .dropdown-menu {
background-color: rgba(0, 0, 0, 0.1) !important;
transform: none !important;
left: 50%;
width: 100vw;
}
.navbar-collapse .nav .menu-item .dropdown-menu .menu-item {
font-family: 'Montserrat', sans-serif;
}
.navbar-collapse .nav .menu-item .dropdown-menu .menu-item .dropdown-item {
padding: 0;
}
.navbar-collapse .nav .menu-item .nav-link {
font-size: 1.25rem !important;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
justify-items: center;
width: 100%;
padding-top: 8px !important;
padding-bottom: 8px !important;
height: auto !important;
}
.navbar-collapse .nav .menu-item.dropdown {
display: grid;
}
}
@media (min-width: 576px) and (max-width: 991.98px) {
.site-header {
height: 60px;
}
.navbar-toggler {
position: absolute;
top: 0;
border: 1px solid #c8ac48 !important;
margin: 10px;
right: 0;
z-index: 100;
}
.navbar-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(200, 172, 72, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-collapse {
height: 100vh !important;
transition: none;
background-color: #343A40 !important;
}
}
@media screen and (min-width: 576px) and (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.navbar-collapse .nav {
top: 0 !important;
}
}
@media (min-width: 576px) and (max-width: 991.98px) {
.navbar-collapse .nav {
background-color: #343A40 !important;
display: flex;
justify-content: center !important;
height: auto !important;
position: relative;
top: 50%;
transform: none;
height: 100vh !important;
}
.navbar-collapse .nav .menu-item {
width: 100%;
justify-content: center;
padding: 0 !important; }
.navbar-collapse .nav .menu-item .dropdown-menu {
background-color: rgba(0, 0, 0, 0.2) !important;
transform: none !important;
left: 50%;
width: 100vw;
}
.navbar-collapse .nav .menu-item .dropdown-menu .menu-item {
font-family: 'Montserrat', sans-serif;
}
.navbar-collapse .nav .menu-item .dropdown-menu .menu-item .dropdown-item {
padding: 0;
}
.navbar-collapse .nav .menu-item .nav-link {
font-size: 1.25rem;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
justify-items: center;
width: 100%;
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.navbar-collapse .nav .menu-item.dropdown {
display: grid;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.dropdown-item,
.menu-item .nav-link {
font-size: 1.75rem !important;
}
}
@media (min-width: 992px) {
.nav-item {
padding-left: 10px !important;
padding-right: 10px !important;
}
.nav-item .nav-link {
font-size: 0.9rem !important;
}
.menu-item:hover .dropdown-menu {
display: block !important;
}
}
@media (min-width: 1200px) {
.nav-item {
padding-left: 15px !important;
padding-right: 15px !important;
}
}
@media (min-width: 1400px) {
.nav-item {
padding-left: 25px !important;
padding-right: 25px !important;
}
}body.single-post {
height: auto;
}
.single-post .nav-item {
padding-left: 25px !important;
padding-right: 25px !important;
}
.single-post .nav-item:HOVER .nav-link {
color: #FFCC00;
}
.single-post .nav-link {
font-family: 'Oswald', sans-serif;
color: #fefefe;
text-transform: uppercase;
display: flex;
align-items: center;
}
.single-post .nav-link.active {
color: #FFCC00;
}
.single-post .nav-item.active {
border-bottom: 1px solid #FFCC00;
}
.single-post .nav-item.active .nav-link {
color: #FFCC00;
}
.post table {
border: 1px solid #c8ac48;
border-radius: 2px;
border-collapse: separate;
border-spacing: 0px;
}
.post table td {
padding: 10px;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
border-bottom: 1px solid #c8ac48;
border-right: 1px solid #c8ac48;
}
.post table td:last-child {
border-right: none;
}
.post table tr:last-child td {
border-bottom: none;
}
.single-post .dropdown-menu {
right: auto;
left: 50%;
-webkit-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
margin-top: -1px;
padding-top: 0px;
padding-bottom: 0px;
border: none;
border-radius: 0px;
background-color: #343a40;
}
.single-post .dropdown-menu .dropdown-item {
color: #fefefe !important;
}
.single-post .dropdown-menu .menu-item:HOVER .dropdown-item {
color: #FFCC00 !important;
}
.single-post #menu-item-66,
.single-post #menu-item-65,
.single-post #menu-item-112,
.single-post #menu-item-111,
.single-post #menu-item-110 {
padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}
.single-post #menu-item-66 a,
.single-post #menu-item-65 a,
.single-post #menu-item-110 a,
.single-post #menu-item-111 a,
.single-post #menu-item-112 a {
color: #343A40;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
}
.single-post #menu-item-66 a:HOVER,
.single-post #menu-item-65 a:HOVER,
.single-post #menu-item-112 a:HOVER,
.single-post #menu-item-111 a:HOVER,
.single-post #menu-item-110 a:HOVER {
background-color: transparent;
color: #FFCC00;
}
.single-post .dropdown-item.active {
background-color: transparent;
}
.single-post .menu-item.active,
.single-post .menu-item.active {
border: none !important;
}
.single-post .entry-title {
text-align: center;
font-family: 'Oswald', sans-serif;
color: #343A40;
text-transform: uppercase;
}
.single-post .post-thumbnail img {
height: auto;
width: 300px;
}
.single-post #comments {
position: absolute;
right: 0;
width: 75%;
padding: 10px;
}
.single-post .wp-post-image {
width: 250px;
height: auto;
}
.single-post .navbar {
background-color: #343a40;
}
.single-post .site-header {
position: fixed;
width: 100%;
z-index: 112;
}
.single-post .sidebar-container {
-webkit-box-shadow: 2px 0px 15px 0px rgba(52, 58, 64, 0.5);
-moz-box-shadow: 2px 0px 15px 0px rgba(52, 58, 64, 0.5);
box-shadow: 2px 0px 15px 0px rgba(52, 58, 64, 0.5);
align-items: center;
}
.single-post .post-list-container {
padding-top: 20vh;
padding-right: 5vw;
}
.single-post .column-left-info {
height: 90vh;
margin-top: 10vh;
}
.single-post .column-left-info .short-info-container {
padding: 0;
position: fixed;
width: auto;
}
.single-post .column-left-info .short-info-container .row {
justify-content: center;
}
.single-post .column-left-info .short-info-container .row-image {
height: 300px;
margin-bottom: 5px;
}
.single-post .column-left-info .short-info-container .row .ko-image {
background-image: url(//adwokatlublin.org.pl/wp-content/themes/Kancelaria%20Adwokacka/images/katarzyna-oleksinska-2.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 75%;
height: auto;
border-radius: 5px;
border: 1px solid #c8ac48;
}
.single-post .column-left-info .short-info-container .row .as-image {
background-image: url(//adwokatlublin.org.pl/wp-content/themes/Kancelaria%20Adwokacka/images/as-image.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: auto;
border-radius: 5px;
border: 1px solid #c8ac48;
}
.single-post .column-left-info .short-info-container .row .button {
width: 75%;
margin-top: 5px;
margin-bottom: 5px;
}
.single-post .column-left-info .short-info-container .row .b2 {
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
}
.single-post .column-left-info .short-info-container .row h3 {
font-family: 'Oswald', sans-serif;
}
.single-post .column-left-info .short-info-container .row .more-button {
width: 100%;
box-shadow: none !important;
border: 1px solid #c8ac48 !important;
border-radius: 2px !important;
color: #c8ac48 !important;
transition: 0.1s;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
}
.single-post .column-left-info .short-info-container .row .more-button:hover {
color: #fff !important;
background-color: #c8ac48
}
.single-post .current_page_parent .nav-link {
color: #FFCC00;
}
.single-post section li {
list-style: none;
}
.single-post section li a {
color: #343a40;
}
.single-post section li a:HOVER {
text-decoration: none;
}
.single-post .search-form .screen-reader-text {
display: none;
}
.single-post section a {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
}
.single-post .search-field {
border: 1px solid #343a40 !important;
padding: 2px;
border-radius: 0px;
}
.single-post .search-submit:HOVER {
background-color: #FFCC00;
border: 1px solid #FFCC00;
color: #343a40;
cursor: pointer;
}
.single-post .search-submit .screen-reader-text {
display: block;
}
.single-post .entry-title {
font-size: 3rem;
margin-bottom: 10vh;
}
.single-post .widget-title {
font-family: 'Oswald', sans-serif;
font-size: 1.25rem;
color: #343a40;
}
.single-post .post-thumbnail {
display: flex;
justify-content: center;
margin-bottom: 5vh;
}
.single-post .entry-content {
margin-bottom: 10vh;
}
.single-post .entry-content ul,
.single-post .entry-content ul li {
font-weight: 300;
font-family: 'Montserrat', sans-serif;
}
.single-post .entry-content ul li strong {
font-weight: 400;
}
.single-post .entry-content p {
color: #343a40;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
text-align: justify;
line-height: 30px;
}
.single-post .entry-content a {
color: #c8ac48;
text-decoration: none;
cursor: pointer;
}
.single-post .entry-footer {
display: grid;
text-align: left;
}
.single-post .entry-footer .byline,
.single-post .entry-footer .posted-on,
.single-post .entry-footer .cat-links,
.single-post .entry-footer .tags-links,
.single-post .edit-link {
text-align: center;
}
.single-post .avatar {
width: 75px;
height: auto;
border-radius: 50%;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.single-post .posted-on,
.single-post .cat-links,
.single-post .tags-links,
.single-post .edit-link {
display: inline-block;
width: 100%;
}
.single-post .entry-footer .author.vcard {
display: none;
}
.single-post .entry-footer .updated {
display: none;
}
.single-post .entry-footer span,
.single-post .entry-footer a {
color: #343a40;
font-family: 'Open Sans' !important;
font-weight: 300;
text-decoration: none;
}
.single-post #wc-comment-header {
font-family: 'Oswald', sans-serif;
}
.single-post .post-list-container .fa-calendar,
.single-post .post-list-container .fa-user,
.single-post .post-list-container .fa-folder-open-o,
.single-post .post-list-container .fa-comments-o {
color: #343a40 !important;
}
.single-post .post-list-container .post-meta-user {
display: -inline-grid;
grid-row-gap: 10px;
}
.single-post .post-comments-container textarea,
.single-post .post-comments-container input,
.single-post .post-comments-container .submit {
border: 1px solid lightgray !important;
border-radius: 2px !important;
}
.single-post .comments-area input,
.single-post .comments-area textarea {
outline: none !important;
}
.single-post .post-comments-container .submit {
font-family: 'Montserrat', sans-serif;
font-weight: 300 !important;
transition: 0.1s !important;
}
.single-post .post-comments-container .submit:hover {
background-color: #c8ac48 !important;
border-color: #c8ac48 !important;
}
.single-post .entry-footer .byline a:hover,
.single-post .entry-footer .posted-on a:hover,
.single-post .entry-footer .cat-links a:hover,
.single-post .entry-footer .tags-links a:hover,
.single-post .entry-footer .edit-link span:hover {
color: #c8ac48;
text-decoration: none;
}
.single-post .sidebar-container {
width: 100%;
margin-top: 5%;
padding: 0;
}
.single-post .sidebar {
display: flex;
justify-content: center;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
}
.single-post .widget_recent_entries,
.single-post .widget_archive,
.single-post .widget_categories {
margin-left: 5vw;
margin-right: 5vw;
}
.single-post .widget_recent_entries .widget-title,
.single-post .widget_archive .widget-title,
.single-post .widget_categories .widget-title {
font-family: 'Oswald', sans-serif;
color: #343A40;
text-transform: uppercase;
}
.single-post .widget_recent_entries ul,
.single-post .widget_archive ul,
.single-post .widget_categories ul {
padding: 0;
}
.single-post .widget_recent_entries ul li,
.single-post .widget_archive ul li,
.single-post .widget_categories ul li {
list-style: none;
}
.single-post .widget_recent_entries ul li a,
.single-post .widget_archive ul li a,
.single-post .widget_categories ul li a {
font-family: 'Open Sans' !important;
font-weight: 300;
color: #343A40;
transition: 0.1s;
}
.single-post .widget_recent_entries ul li a:hover,
.single-post .widget_archive ul li a:hover,
.single-post .widget_categories ul li a:hover {
font-family: 'Open Sans' !important;
font-weight: 300;
color: #c8ac48;
text-decoration: none;
}
.single-post .rt-pagination li.active span {
color: #343A40;
background-color: #c8ac48;
border: 1px solid #c8ac48;
}
.single-post .rt-pagination li.active span:hover {
color: #343A40;
background-color: #c8ac48;
border: 1px solid #c8ac48;
}
.single-post .rt-pagination li a {
color: #c8ac48;
background-color: #343A40;
border: 1px solid #343A40;
transition: 0.1s;
}
.single-post .rt-pagination li a:hover {
color: #343A40;
background-color: #c8ac48;
border: 1px solid #c8ac48;
}
.single-post .rt-img-holder .overlay {
transition: 0.1s;
}
.single-post .rt-img-holder .overlay .view-details {
border: 1px solid #c8ac48 !important;
color: #c8ac48 !important;
}
.single-post .rt-img-holder .overlay .fa {
color: #c8ac48 !important;
} .single-post .entry-content img {
position: relative;
left: 50%;
transform: translateX(-50%);
height: auto;
}
.single-post .entry-header {
display: flex;
}
.single-post .back-button {
position: relative;
margin-top: 7px;
color: #c8ac48;
font-size: 3rem;
cursor: pointer;
margin-right: 10px;
} .single-post .entry-content .fas {
margin-bottom: 15px;
display: none;
}
.single-post .entry-content p {
margin-bottom: 1.5rem;
}
.single-post .comments-area {
margin-top: 10vh;
}
.single-post .wpdiscuz-sbs-wrap {
display: none !important;
}
.single-post .comments-area .avatar {
border-radius: 50% !important;
}
.single-post .wpdiscuz-ftb-left {
font-family: 'Open Sans';
font-weight: 300;
}
.single-post .wpdiscuz-ftb-left a {
color: #c8ac48;
text-decoration: none;
}
@media (min-width: 200px) and (max-width: 991.98px) {
.single-post .entry-title {
font-size: 2rem !important;
}
.single-post i {
display: none !important;
}
.single-post .entry-content p {
line-height: 25px !important;
font-size: 0.9rem !important;
text-align: justify !important;
}
.single-post .entry-footer .screen-reader-text {
font-size: 0.9rem !important;
}
.single-post .entry-footer .screen-reader-text .author a,
.single-post .entry-footer .post-edit-link,
.single-post .entry-footer .byline,
.single-post .entry-footer .cat-links a {
font-size: 0.9rem !important;
}
.single-post table td {
font-size: 0.9rem !important;
}
.single-post .column-left-info {
height: auto !important;
}
.single-post .short-info-container {
position: relative !important;
}
.single-post .post-list-container {
padding-right: 15px !important;
}
.single-post #comments {
left: 0 !important;
transform: none !important;
width: auto !important;
padding: 15px !important;
}
.single-post article {
padding: 15px !important;
}
}.page-template-main {
height: 100%;
}
.page-template-main .site-content {
height: 100vh;
position: absolute;
top: 0;
width: 100%;
}
.page-template-main .site-content #section-one {
height: 100%;
padding: 0;
}
.page-template-main .site-content #section-one .section-one-row-1 {
height: 100%;
margin: 0;
}
.page-template-main .site-content #section-one .section-one-row-1 .container-slider {
height: 100%;
padding: 0;
}
.page-template-main .site-content #section-one .section-one-row-1 .container-slider .section-one-slider {
height: 100%;
width: 100%;
}
.page-template-main .site-content #section-one .section-one-row-1 .container-slider .section-one-slider .slick-list {
height: 100%;
margin: 0;
width: 100%;
}
.page-template-main .site-content #section-one .section-one-row-1 .container-slider .section-one-slider .slick-list .slick-track {
height: 100%;
margin: 0;
width: 100%;
}
.page-template-main .site-content #section-one .section-one-row-1 .container-slider .section-one-slider .slick-list .slick-track .slide-one {
background-image: url(//adwokatlublin.org.pl/wp-content/themes/Kancelaria%20Adwokacka/images/slide-one-compressed.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
.page-template-main .site-content #section-one .section-one-row-1 .container-slider .section-one-slider .slick-list .slick-track .slide-two {
background-image: url(//adwokatlublin.org.pl/wp-content/themes/Kancelaria%20Adwokacka/images/slide-two-compressed.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
.page-template-main .site-content #section-one .section-one-row-1 .container-slider .section-one-slider .slick-list .slick-track .slide-three {
background-image: url(//adwokatlublin.org.pl/wp-content/themes/Kancelaria%20Adwokacka/images/slide-three-compressed.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
.page-template-main .site-content #section-one .section-one-row-1 .container-slider .section-one-slider .slick-list .slick-track .slide {
width: 100%;
}
.page-template-main .site-content #section-one .section-one-row-1 .container-slider .section-one-slider .slick-list .slick-track .slide .slide-content {
height: 100%;
}
.page-template-main .site-content #section-one .section-one-row-1 .container-slider .section-one-slider .slick-list .slick-track .slide .slide-content .slide-content-center {
width: 100%;
margin: 0;
}
.page-template-main .site-content #section-one .section-one-row-1 .container-slider .section-one-slider .slick-list .slick-track .slide .slide-content .slide-content-center .slide-content-header {
font-size: 10rem;
color: #FEFEFE;
width: 100%;
text-align: center;
}
.page-template-main .site-content #section-one .slider-text {
top: 70%;
transform: translateY(-70%);
margin-left: 10vw;
cursor: pointer;
}
.page-template-main .site-content #section-one .slider-text h1 {
font-family: 'Open Sans' !important;
font-weight: 500;
color: #c8ac48;
}
.page-template-main .site-content #section-one .slider-text h3 {
font-family: 'Oswald', sans-serif;
font-weight: 500;
color: #fff;
}
.page-template-main .site-content #section-one .slider-text .scroll-animation .fas {
cursor: pointer;
}
.page-template-main .site-content #section-one .slider-text .scroll-animation .icon-1 {
position: absolute;
bottom: -30px;
color: #c8ac48;
animation: move-down-1 1s infinite;
}
@keyframes move-down-1 {
0% {
bottom: -30px;
opacity: 0;
}
50% {
opacity: 1;
}
100% {
bottom: -55px;
opacity: 0;
}
}
.page-template-main .site-content #section-one .slider-text .scroll-to-text:hover {
cursor: pointer;
}
.page-template-main .site-content #section-one .stripe {
position: absolute;
top: calc(100% - 9vh);
width: 100%;
height: 10vh;
}
.page-template-main .site-content #section-one .news-row {
height: auto;
margin: 10vh 0;
}
.page-template-main .site-content #section-one .news-row .news-header {
font-family: 'Oswald', sans-serif;
font-weight: 500;
color: #000;
text-transform: uppercase;
margin-bottom: 5vh;
width: 100%;
}
.page-template-main .site-content #section-one .news-row .news-main-col {
height: auto;
}
.page-template-main .site-content #section-one .news-row .news-main-col article {
height: auto;
}
.page-template-main .site-content #section-one .news-row .news-main-col article header {
text-align: center;
font-family: 'Open Sans' !important;
font-weight: 500;
color: #c8ac48;
}
.page-template-main .site-content #section-one .news-row .news-main-col article header a {
color: #000;
text-decoration: none;
}
.page-template-main .site-content #section-one .news-row .news-main-col article header a:hover {
text-decoration: none;
color: #c8ac48;
}
.page-template-main .site-content #section-one .news-row .news-main-col article .news-stripe {
height: 2px;
width: 20%;
background: #c8ac48;
position: relative;
left: 50%;
transform: translateX(-50%);
margin: 25px 0;
}
.page-template-main .site-content #section-one .news-row .news-main-col article .short-content {
text-align: center;
font-family: 'Open Sans' !important;
font-weight: 500;
font-size: 1.25rem;
margin-bottom: 2rem;
}
.page-template-main .site-content #section-one .news-row .news-main-col article .short-content .btn-more {
text-align: center;
border: 1px solid #000;
padding: 10px 20px;
color: #000;
font-family: 'Open Sans' !important;
font-weight: 500;
border-radius: 2px;
}
.page-template-main .site-content #section-one .news-row .news-main-col article .short-content .btn-more:hover {
border: 1px solid #c8ac48;
background-color: #c8ac48;
text-decoration: none;
}
.page-template-main .site-content #section-one .news-row .news-main-col article .entry-content {
text-align: center;
}
.page-template-main .site-content #section-one .news-row .news-main-col article .entry-content figure,
.page-template-main .site-content #section-one .news-row .news-main-col article .entry-content p {
display: none !important;
}
.page-template-main .site-content #section-one .news-row .news-main-col article .entry-content a {
text-align: center;
}
.page-template-main .site-content #section-one .news-row .news-main-col article .entry-content a span {
display: none;
}
.page-template-main .site-content #section-one .news-row .btn {
font-size: 1.25rem;
color: #000;
border: 1px solid #000;
border-radius: 2px;
padding: 10px 20px;
font-family: 'Open Sans' !important;
margin-top: 5vh;
transition: none;
}
.page-template-main .site-content #section-one .news-row .btn:hover {
border: 1px solid #c8ac48;
background-color: #c8ac48;
}
.page-template-main .site-content #section-one .news-row .btn:focus {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.page-template-main .site-content #section-one .news-row .stripe-dark {
z-index: -1;
height: 10vh;
width: 100%;
position: relative;
top: calc(10vh + 1px);
}
.page-template-main .site-content #section-one .place-row {
width: 100%;
height: auto;
margin: 10vh 0;
background-color: #FFF;
padding: 75px 0;
}
.page-template-main .site-content #section-one .place-row .place-header {
font-family: 'Oswald', sans-serif;
font-weight: 500;
color: #000;
text-transform: uppercase;
margin-bottom: 5vh;
width: 100%;
}
.page-template-main .site-content #section-one .place-row h1 {
font-family: 'Oswald', sans-serif;
font-weight: 500;
color: #000;
}
.page-template-main .site-content #section-one .place-row h3 {
font-family: 'Open Sans' !important;
font-weight: 500;
color: #000;
}
.page-template-main .site-content #section-one .footer-row {
margin: 0;
height: auto;
padding: 50px 0;
background-color: #3A3A3A;
}
.page-template-main .site-content #section-one .footer-row .footer-contact {
width: 100%;
}
.page-template-main .site-content #section-one .footer-row .footer-contact .container-fluid {
height: 100%;
}
.page-template-main .site-content #section-one .footer-row .footer-contact .container-fluid .row {
height: 100%;
}
.page-template-main .site-content #section-one .footer-row .footer-contact .container-fluid .row .adres-col p {
margin-bottom: 5px;
color: #c8ac48;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
}
.page-template-main .site-content #section-one .footer-row .footer-contact .container-fluid .row .adres-col p a {
color: #c8ac48;
text-decoration: none;
}
.page-template-main .site-content #section-one .footer-row .footer-contact .container-fluid .row .adres-col p a *:hover {
text-decoration: none;
}
.page-template-main .site-content #section-one .footer-row .footer-contact .container-fluid .row .adres-col .header {
font-weight: 500;
}
.page-template-main .site-content #section-one .footer-row .footer-contact .container-fluid .row .image-col img {
width: 100px;
height: auto;
position: relative;
left: 50%;
transform: translateX(-50%) translateY(-50%);
top: 50%;
}
.page-template-main .site-content #section-one .footer-row .footer-contact .container-fluid .row .more-col p {
margin-bottom: 5px;
color: #c8ac48;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
}
.page-template-main .site-content #section-one .footer-row .footer-contact .container-fluid .row .more-col p a {
color: #c8ac48;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
}
@media (min-width: 200px) and (max-width: 1199.98px) {
.page-template-main {
height: 100%;
}
.page-template-main .stripe {
position: absolute;
width: 100%;
height: 5vh !important;
bottom: -1px !important;
top: auto !important;
}
.page-template-main .section-one {
height: 75% !important;
}
}
@media (min-width: 1200px) {
.page-template-main .stripe {
top: calc(100% - 9vh) !important;
}
.page-template-main .slider-text {
position: absolute;
top: 70% !important;
transform: translateY(-70%) !important;
padding-left: 10vw !important;
margin: 0 !important;
}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
.page-template-main {
height: 100%;
}
}
@media (min-width: 1400px) {
.page-template-main {
height: 100%;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.page-template-main .slider-text {
position: absolute;
top: 70% !important;
transform: translateY(-70%) !important;
padding-left: 10vw !important;
margin: 0 !important;
}
.page-template-main .news-main-col article {
padding: 25px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.page-template-main .slider-text {
position: relative;
top: 0 !important;
transform: none !important;
padding-left: 0 !important;
margin: 0 !important;
}
.page-template-main .slider-text section {
width: auto !important;
text-align: left !important;
}
.page-template-main .slider-text section h1 {
font-size: 1.5rem;
}
.page-template-main .slider-text section h3 {
font-size: 2rem;
}
}
@media (min-width: 400px) and (max-width: 991.98px) {
.page-template-main .slider-text {
margin: 0 !important;
top: 0 !important;
padding-left: 0 !important;
transform: none !important;
z-index: 11111;
}
.page-template-main .slider-text section {
width: 100% !important;
text-align: center !important;
}
.page-template-main .slider-text section h1 {
font-size: 1.5rem;
}
.page-template-main .slider-text section h3 {
font-size: 2.5rem;
color: #000 !important;
}
.page-template-main .slider-text section i {
font-size: 2rem;
}
.page-template-main .news-row {
position: relative;
top: 15vh;
}
.page-template-main .news-row .news-header {
font-size: 2.5rem;
}
.page-template-main .news-row article {
margin: 5vh 0;
}
.page-template-main .news-row article .entry-header a {
font-size: 2rem;
}
.page-template-main .news-header,
.page-template-main .recommendations-header,
.page-template-main .place-header {
margin: 0;
text-align: center;
}
.page-template-main .recommendations-header,
.page-template-main .place-header {
font-size: 2.5rem;
}
.page-template-main .place-row section {
text-align: center;
margin: 5vh 0;
}
.page-template-main .adres-col,
.page-template-main .more-col {
margin: 5vh 0;
}
.page-template-main .adres-col section,
.page-template-main .more-col section {
text-align: center;
}
.page-template-main .wpsisac-slide-title {
margin-bottom: 2rem !important;
}
.page-template-main .wpsisac-slider-short-content p {
margin-bottom: 2rem !important;
}
}
@media (min-width: 576px) {
.page-template-main .slider-text h1 {
font-size: 2.5rem;
}
.page-template-main .slider-text h3 {
font-size: 3rem;
}
.page-template-main .slider-text i {
font-size: 2rem;
}
}
@media (min-width: 200px) and (max-width: 399.98px) {
.page-template-main .slider-text {
margin: 0 !important;
top: 0 !important;
padding: 0 !important;
transform: none !important;
z-index: 11111;
}
.page-template-main .slider-text section {
width: 100% !important;
text-align: center !important;
}
.page-template-main .slider-text section h1 {
font-size: 1.5rem;
}
.page-template-main .slider-text section h3 {
color: #000 !important;
}
.page-template-main .slider-text section i {
font-size: 2rem;
}
.page-template-main .news-row {
position: relative;
top: 15vh;
}
.page-template-main .news-row .news-header {
font-size: 2rem;
}
.page-template-main .news-row article {
margin: 3vh 0;
}
.page-template-main .news-row article .entry-header a {
font-size: 1.5rem;
}
.page-template-main .news-header,
.page-template-main .recommendations-header,
.page-template-main .place-header {
margin: 0;
text-align: center;
}
.page-template-main .recommendations-header,
.page-template-main .place-header {
font-size: 2rem;
}
.page-template-main .wpsisac-slider-content {
padding: 15px 0 !important;
}
.page-template-main .wpsisac-slider-content .wpsisac-slide-title {
font-size: 1.25rem !important;
line-height: 40px;
}
.page-template-main .wpsisac-slider-content .wpsisac-slider-short-content p {
font-size: 1.25rem !important;
}
.page-template-main .place-col section {
text-align: center;
}
}
@media (min-width: 992px) {
.page-template-main .slider-text h1 {
font-size: 2.5rem;
}
.page-template-main .slider-text h3 {
font-size: 3.5rem;
}
.page-template-main .slider-text i {
font-size: 2rem;
}
.page-template-main .news-header {
font-size: 3.5rem;
}
.page-template-main article .entry-header a {
font-size: 2.5rem;
}
.page-template-main .recommendations-header {
font-size: 3.5rem;
}
.page-template-main .place-header {
font-size: 3.5rem;
}
.page-template-main .news-header,
.page-template-main .recommendations-header,
.page-template-main .place-header {
margin-left: 10%;
text-align: left;
}
}@import url("https://fonts.googleapis.com/css?family=Prata");
html {
height: 100%;
}
.page-template-kancelarie {
height: 100% !important;
}
.page-template-kancelarie .site {
height: 100%;
}
.page-template-kancelarie .site .site-inner {
height: 100%;
}
.page-template-kancelarie .site .site-inner .site-content {
height: 100%;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 {
height: 100%;
padding: 0;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .stripe {
position: absolute;
top: calc(100% - 10vh);
width: 100%;
height: 10vh;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row {
height: 100%;
margin: 0;
top: 0;
width: 100%;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-left { background-size: cover;
background-position: top;
background-repeat: no-repeat;
height: 100vh;
padding: 0;
max-height: 100vh;
min-height: 100vh;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-left .background {
width: 100%;
object-fit: cover;
background-size: cover;
height: 100vh;
vertical-align: top;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-left .slider-text {
position: absolute;
top: 70%;
transform: translateY(-70%);
left: 0;
right: 0;
margin: 0 auto;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-left .slider-text section {
display: none;
width: 100%;
text-align: center;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-left .slider-text section h1 {
font-family: 'Open Sans' !important;
color: #c8ac48;
font-size: 2rem;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-left .slider-text section h3 {
font-family: 'Oswald', sans-serif;
font-size: 3.5rem;
color: #fff;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-left .slider-text .scroll-animation .fas {
font-size: 2rem;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-left .slider-text .scroll-animation .icon-1 {
position: absolute;
bottom: -30px;
color: #c8ac48;
animation: move-down-1 1s infinite;
}
@keyframes move-down-1 {
0% {
bottom: -30px;
opacity: 0;
}
50% {
opacity: 1;
}
100% {
bottom: -55px;
opacity: 0;
}
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-left .slider-text .scroll-to-text:hover {
cursor: pointer;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information {
background-color: #fff;
padding: 0;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row {
height: auto;
margin-top: 5vh !important;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row .grid-col {
height: auto;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row .grid-col section {
text-align: center; }
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row .grid-col section i {
font-size: 3rem;
color: #c8ac48;
margin-bottom: 10px;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row .grid-col section p {
font-size: 1.25rem !important;
color: #343A40;
font-weight: 200; font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .row {
height: 100%;
margin: 0;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .row section {
width: 100%;
padding-left: 50px;
padding-right: 50px;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .row section h5 {
text-align: center;
text-align: justify; color: #343A40;
font-weight: 200;
margin-left: 15px;
margin-right: 15px;
letter-spacing: 0.5px;
font-family: 'Montserrat', sans-serif; text-align: justify;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .row section h5 p {
font-size: 1.25rem;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .row section h5 p a {
color: #c8ac48;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .row section h5 p a:hover {
color: #c8ac48;
text-decoration: none;
}
@media (min-width: 992px) {
.stripe-mobile {
display: none;
}
.stripe-desktop {
display: block;
}
}
@media (min-width: 200px) and (max-width: 991.98px) {
.page-template-kancelarie {
height: 100% !important;
}
.page-template-kancelarie .stripe {
top: calc(100% - 9vh) !important;
}
.page-template-kancelarie .stripe-mobile {
display: block;
}
.page-template-kancelarie .stripe-desktop {
display: none;
}
.page-template-kancelarie .kancelarie-column-left {
height: auto !important;
max-height: auto !important;
min-height: auto !important;
}
.page-template-kancelarie .kancelarie-column-left .background {
height: auto !important;
}
.page-template-kancelarie .kancelarie-column-left .slider-text {
position: relative !important;
top: 0 !important;
margin: 0 !important;
margin-top: 5vh !important;
transform: none !important;
}
.page-template-kancelarie .kancelarie-column-left .slider-text section {
width: 100% !important;
text-align: center !important;
}
.page-template-kancelarie .kancelarie-column-left .slider-text section h1 {
font-size: 1.25rem !important;
color: #c8ac48 !important;
}
.page-template-kancelarie .kancelarie-column-left .slider-text section h3 {
font-size: 1.5rem !important;
color: #c8ac48 !important;
}
.page-template-kancelarie .kancelarie-column-left .slider-text section i {
display: none !important;
}
.page-template-kancelarie .scroll-to-text {
display: block !important;
}
.page-template-kancelarie .scroll-to-text h3 {
font-size: 3rem !important;
}
.page-template-kancelarie section {
padding: 10px !important;
}
.page-template-kancelarie section h5 {
line-height: 25px !important;
margin-top: 5vh !important;
text-align: center !important;
}
.page-template-kancelarie section h5 p {
font-size: 1rem !important;
margin-bottom: 2rem !important;
}
.page-template-kancelarie .grid-col {
margin-bottom: 1vh !important;
}
.page-template-kancelarie .grid-col section i {
font-size: 2rem !important;
}
.page-template-kancelarie #cookie_action_close_header {
display: flex !important;
width: 40% !important;
left: 50% !important;
transform: translateX(-50%) !important;
justify-content: center !important;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row {
margin: 0 !important;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row .grid-col section p {
font-size: 1rem !important;
margin-bottom: 2rem !important;
}
}
@media (min-width: 576px) and (max-width: 1199.98px) {
.page-template-kancelarie {
height: 100% !important;
}
.page-template-kancelarie .kancelarie-column-left .background {
height: auto !important;
}
.page-template-kancelarie .stripe {
top: calc(100% - 9vh) !important;
}
.page-template-kancelarie .scroll-to-text {
display: block !important;
}
.page-template-kancelarie .scroll-to-text h3 {
font-size: 3rem !important;
}
.page-template-kancelarie .kancelarie-column-information .row-info {
margin-top: 5vh !important;
margin-bottom: 5vh !important;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row {
margin-top: 0 !important;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row .grid-col {
margin-bottom: 5vh !important;
}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
.page-template-kancelarie .row-info section h5 p {
font-size: 1.5rem !important;
line-height: 35px !important;
}
.page-template-kancelarie .grid-col section i {
font-size: 3rem !important;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row .grid-col section p {
font-size: 1.5rem !important;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.page-template-kancelarie .kancelarie-column-left {
align-items: start !important;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .row section h5 p {
font-size: 1rem !important;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .row section {
padding-left: 20px !important;
padding-right: 20px !important;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row {
margin-top: 15px !important;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row .grid-col section p {
font-size: 1rem !important;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row .grid-col section i {
font-size: 2rem !important;
}
}
@media (min-width: 1400px) {
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .row section h5 p {
font-size: 1.25rem !important;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row {
margin-top: 4vh !important;
}
.page-template-kancelarie .site .site-inner .site-content .cf1 .cf1-row .kancelarie-column-information .grid-row .grid-col section p {
font-size: 1.25rem !important;
}
}@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
@import url("https://fonts.googleapis.com/css?family=Cormorant:300,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Thasadith:400,700&display=swap");
.page-template-klient_indywidualny {
height: auto; }
.page-template-klient_indywidualny .background-container {
padding: 0;
height: 100vh;
}
.page-template-klient_indywidualny .background-container .row {
height: 100%;
margin: 0;
}
.page-template-klient_indywidualny .background-container .row .background {
padding: 0;
max-height: 100vh; background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.page-template-klient_indywidualny .background-container .row .background .background-img {
width: 100%;
object-fit: cover;
background-size: cover;
height: 100vh;
}
.page-template-klient_indywidualny .background-container .row .background .stripe {
position: absolute;
bottom: -1px;
width: 100%;
height: 10vh;
left: 0;
}
.page-template-klient_indywidualny .background-container .row .slider-text {
position: absolute;
top: 70%;
transform: translateY(-70%);
margin-left: 10vw;
cursor: pointer;
}
.page-template-klient_indywidualny .background-container .row .slider-text h1 {
font-family: 'Open Sans' !important;
font-weight: 500;
color: #c8ac48;
font-size: 2.5rem;
}
.page-template-klient_indywidualny .background-container .row .slider-text h3 {
font-family: 'Oswald', sans-serif;
font-weight: 500;
font-size: 3.5rem;
color: #fff;
}
.page-template-klient_indywidualny .background-container .row .slider-text .scroll-animation .fas {
font-size: 2rem;
cursor: pointer;
}
.page-template-klient_indywidualny .background-container .row .slider-text .scroll-animation .icon-1 {
position: absolute;
bottom: -30px;
color: #c8ac48;
animation: move-down-1 1s infinite;
}
@keyframes move-down-1 {
0% {
bottom: -30px;
opacity: 0;
}
50% {
opacity: 1;
}
100% {
bottom: -55px;
opacity: 0;
}
}
.page-template-klient_indywidualny .background-container .row .slider-text .scroll-to-text:hover {
cursor: pointer;
}
.page-template-klient_indywidualny .klient-indywidualny-content {
height: 100%;
padding: 0;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row {
height: 100%;
margin: 0;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col {
padding: 0;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col .container-fluid {
padding: 0;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col .container-fluid .row {
margin: 0;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col .container-fluid .row .information-column {
margin-top: 5%;
margin-bottom: 5%;
padding: 0;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col .container-fluid .row .information-column h5 p {
text-align: center !important;
text-align: justify;
color: #343a40;
font-weight: 200;
margin-left: 15px;
margin-right: 15px;
letter-spacing: 0.5px;
font-family: 'Montserrat', sans-serif;
font-size: 1.25rem;
margin-left: 0;
margin-right: 0;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col .container-fluid .row .information-column .move-to-form {
color: #c8ac48 !important;
cursor: pointer;
text-decoration: none;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col .container-fluid .grid-row {
margin: 0;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col .container-fluid .grid-row .row {
margin: 0;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col .container-fluid .grid-row .row section {
text-align: center;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col .container-fluid .grid-row .row section i {
font-size: 3rem;
color: #343a40;
transition: 0.1s;
margin-bottom: 20px;
cursor: pointer;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col .container-fluid .grid-row .row section p { font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-weight: 200;
font-size: 1.75rem;
color: #343a40;
transition: 0.1s;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col .container-fluid .grid-row .row .grid-col {
cursor: pointer !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col .container-fluid .grid-row .row .grid-col:hover {
cursor: pointer;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col .container-fluid .grid-row .row .grid-col:hover section i,
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .col .container-fluid .grid-row .row .grid-col:hover section p {
color: #c8ac48;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form {
background-color: #FEFEFE;
border-radius: 2px;
-webkit-box-shadow: 0 0 10px 0 #343a40;
-moz-box-shadow: 0 0 10px 0 #343a40;
box-shadow: 0 0 10px 0 #343a40;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 {
margin: 40px;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 #mfcf7_zl_add_file {
width: auto;
height: 38px;
background-color: #FFF;
border: 1px solid lightgray;
color: #212529;
cursor: pointer;
border-radius: 2px;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 #mfcf7_zl_add_file:hover {
border: 1px solid #c8ac48;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 #mfcf7_zl_add_file:focus {
outline: none !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p {
position: relative;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p label {
width: 100%;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
font-size: 0.90rem;
text-transform: uppercase;
margin-bottom: 25px;
transition: 0.2s;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .label-text-select {
margin-top: 27px;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .label-change {
top: 5px !important;
color: #c8ac48 !important;
font-size: 0.8rem !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .label-text {
position: absolute;
top: 27px;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-list-item-label i {
font-size: 0.8rem;
text-align: justify;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-acceptance i {
color: #c8ac48;
cursor: pointer;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-acceptance i label {
text-align: justify;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-acceptance input {
position: relative;
visibility: hidden;
margin: 0 5px 0 0;
font-size: 16px;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item {
width: 100%;
margin: 0;
position: relative;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item-label {
cursor: pointer;
vertical-align: top;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item-label:before {
content: "";
display: block;
position: absolute;
border: 1px solid lightgray;
border-radius: 3px;
width: 15px;
height: 15px;
left: 0;
top: 3px;
background: #fff;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item-label:after {
position: absolute;
content: "";
border-radius: 1px;
background: #fff;
width: 9px;
height: 9px;
left: 3px;
top: 6px;
transition: all 0.1s ease-out;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-acceptance input:checked + span.wpcf7-list-item-label:after {
background: #c8ac48;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p input {
font-family: 'Montserrat', sans-serif;
font-weight: 200;
font-size: 1rem;
border: none;
border-bottom: 1px solid lightgray;
background-color: transparent !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p input:focus {
border-color: #c8ac48 !important;
outline: none !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-form-control {
width: 100%;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-textarea {
font-family: 'Montserrat', sans-serif;
font-weight: 200;
font-size: 0.80rem;
border: none;
border-bottom: 1px solid lightgray;
background-color: transparent;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-textarea:focus {
border-color: #c8ac48;
outline: none !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-submit {
display: flex;
justify-content: center;
margin: 0 auto;
box-shadow: none !important;
width: 20%;
height: 38px;
background-color: #FFF;
border: 1px solid lightgray;
color: #212529;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
border-radius: 2px !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-submit:hover {
border: 1px solid #c8ac48;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .wpcf7-select {
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-size: 0.8rem;
color: #343a40;
font-weight: 200;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .selectric {
margin-top: 10px !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .selectric .button {
background-color: #FFF !important;
color: #46494D;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .selectric .button :hover {
background-color: #FFF;
color: #46494D;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .selectric-items li.highlighted {
background: #c8ac48 !important;
color: #46494D !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .selectric-items li:hover {
background: #c8ac48 !important;
color: #46494D !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .selectric,
.page-template-klient_indywidualny .klient-indywidualny-content .ki-row .contact-form .wpcf7 p .selectric-hover .selectric {
border: 1px solid lightgray !important;
border-radius: 0;
background: #FFF !important;
position: relative;
overflow: hidden;
border-radius: 2px;
}
.page-template-klient_indywidualny .modal-dialog {
position: relative;
top: 50%;
transform: translateY(-50%) !important;
}
.page-template-klient_indywidualny .modal-dialog .modal-content {
border: 1px solid #c8ac48;
border-radius: 2px;
}
.page-template-klient_indywidualny .modal-dialog .modal-content .modal-header {
border: none;
}
.page-template-klient_indywidualny .modal-dialog .modal-content .modal-header .close:hover {
color: #c8ac48;
}
.page-template-klient_indywidualny .modal-dialog .modal-content .modal-body p {
font-family: 'Open Sans';
font-weight: 300;
}
.page-template-klient_indywidualny .wpcf7-not-valid-tip {
font-size: 0.75rem !important;
font-family: 'Montserrat', sans-serif !important;
font-weight: 200 !important;
text-transform: uppercase;
}
.page-template-klient_indywidualny .wpcf7-response-output {
font-family: 'Montserrat', sans-serif !important;
font-weight: 200 !important;
text-transform: uppercase;
font-size: 0.9rem;
border: none;
}
@media (min-width: 200px) and (max-width: 991.98px) {
.page-template-klient_indywidualny {
height: auto;
}
.page-template-klient_indywidualny .background-container {
height: 100% !important;
}
.page-template-klient_indywidualny .background {
max-height: 100% !important;
}
.page-template-klient_indywidualny .background .background-img {
height: auto !important;
}
.page-template-klient_indywidualny .background .stripe {
bottom: -1px !important;
left: 0 !important;
height: 5vh !important;
}
.page-template-klient_indywidualny .slider-text {
position: relative !important;
top: 0 !important;
margin: 5vh 0 !important;
transform: none !important;
}
.page-template-klient_indywidualny .slider-text section {
width: 100% !important;
text-align: center !important;
}
.page-template-klient_indywidualny .slider-text section h1 {
font-size: 1.25rem !important;
color: #c8ac48 !important;
}
.page-template-klient_indywidualny .slider-text section h3 {
font-size: 1.5rem !important;
color: #c8ac48 !important;
}
.page-template-klient_indywidualny .slider-text section i {
display: none !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content {
height: 100%;
margin-top: 0 !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .block {
opacity: 1 !important;
transform: none !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content section p {
font-size: 1rem !important;
text-align: center !important;
margin: 10px !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .grid-row .row {
margin: 0 !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .grid-row .row .grid-col {
margin-top: 15px !important;
margin-bottom: 15px !important;
cursor: pointer !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .wpcf7 {
margin-bottom: 150px !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .wpcf7 .wpcf7-acceptance label {
text-align: center !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .wpcf7 .wpcf7-submit {
box-shadow: none !important;
width: 30% !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .wpcf7 .wpcf7-not-valid-tip {
text-align: center !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .wpcf7 .wpcf7-response-output {
margin-top: 75px !important;
font-size: 0.75rem !important;
text-align: center !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content .wpcf7 #mfcf7_zl_add_file {
width: auto !important;
}
.page-template-klient_indywidualny .modal-dialog {
position: absolute;
top: 0;
transform: translateY(10%) !important;
margin-top: 20vh !important;
margin-bottom: 20vh !important;
}
}
@media (min-width: 400px) and (max-width: 991.98px) {
.page-template-klient_indywidualny .slider-text {
margin: 0 !important;
top: 0 !important;
margin-top: 5vh !important;
transform: none !important;
}
.page-template-klient_indywidualny .slider-text section {
width: 100% !important;
text-align: center !important;
}
.page-template-klient_indywidualny .slider-text section h1 {
font-size: 1.5rem !important;
}
.page-template-klient_indywidualny .slider-text section h3 {
font-size: 2rem !important;
}
.page-template-klient_indywidualny .slider-text section i {
font-size: 2rem !important;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.page-template-klient_indywidualny .slider-text {
position: relative !important;
top: 0 !important;
transform: none !important;
padding-left: 10vw !important;
margin: 0 !important;
}
.page-template-klient_indywidualny .slider-text section {
width: auto !important;
text-align: left !important;
}
.page-template-klient_indywidualny .slider-text section h1 {
font-size: 1.5rem !important;
}
.page-template-klient_indywidualny .slider-text section h3 {
font-size: 2rem !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content {
height: 100%;
}
.page-template-klient_indywidualny .klient-indywidualny-content section p {
font-size: 1.25rem !important;
text-align: center !important;
margin: 10px !important;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.page-template-klient_indywidualny .slider-text {
position: absolute !important;
top: 70% !important;
transform: translateY(-70%) !important;
padding-left: 10vw !important;
margin: 0 !important;
}
.page-template-klient_indywidualny .klient-indywidualny-content {
height: 100%;
}
.page-template-klient_indywidualny .klient-indywidualny-content section p {
text-align: center !important;
margin: 15px !important;
}
}@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500&display=swap");
.page-template-klient_biznesowy {
height: auto; }
.page-template-klient_biznesowy .background-container {
padding: 0;
height: 100vh;
}
.page-template-klient_biznesowy .background-container .row {
height: 100%;
margin: 0;
}
.page-template-klient_biznesowy .background-container .row .background {
padding: 0;
height: 100%; margin: 0;
}
.page-template-klient_biznesowy .background-container .row .background .background-img {
width: 100%;
object-fit: cover;
background-size: cover;
height: 100vh;
}
.page-template-klient_biznesowy .background-container .row .background .stripe {
position: absolute;
bottom: -1px;
width: 100%;
height: 10vh;
left: 0;
}
.page-template-klient_biznesowy .background-container .row .slider-text {
position: absolute;
top: 70%;
transform: translateY(-70%);
margin-left: 10vw;
cursor: pointer;
}
.page-template-klient_biznesowy .background-container .row .slider-text .scroll-to-text:hover {
cursor: pointer;
}
.page-template-klient_biznesowy .background-container .row .slider-text h1 {
font-family: 'Open Sans' !important;
color: #c8ac48;
font-size: 2.5rem;
}
.page-template-klient_biznesowy .background-container .row .slider-text h3 {
font-family: 'Oswald', sans-serif;
font-size: 3.5rem;
color: #fff;
}
.page-template-klient_biznesowy .background-container .row .slider-text .scroll-animation .fas {
font-size: 2rem;
cursor: pointer;
}
.page-template-klient_biznesowy .background-container .row .slider-text .scroll-animation .icon-1 {
position: absolute;
bottom: -30px;
color: #c8ac48;
animation: move-down-1 1s infinite;
}
@keyframes move-down-1 {
0% {
bottom: -30px;
opacity: 0;
}
50% {
opacity: 1;
}
100% {
bottom: -55px;
opacity: 0;
}
}
.page-template-klient_biznesowy .klient-biznesowy-content {
height: 100%;
padding: 0;
}
.page-template-klient_biznesowy .klient-biznesowy-content .row {
margin: 0;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row {
height: 100%;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col {
padding: 0;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col .container-fluid {
padding: 0;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col .container-fluid .information-row {
margin: 0;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col .container-fluid .information-row .information-column {
margin-top: 5%;
margin-bottom: 5%;
padding: 0;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col .container-fluid .information-row .information-column h5 p {
text-align: center !important;
text-align: justify;
color: #343a40;
font-weight: 200;
letter-spacing: 0.5px;
font-family: 'Montserrat', sans-serif;
font-size: 1.25rem;
margin-left: 0;
margin-right: 0;
line-height: 30px;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col .container-fluid .information-row .information-column .move-to-form {
cursor: pointer;
color: #c8ac48;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col .container-fluid .grid-row {
margin: 0;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col .container-fluid .grid-row .row {
margin: 0;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col .container-fluid .grid-row .row section {
text-align: center;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col .container-fluid .grid-row .row section i {
font-size: 3rem;
color: #343a40;
transition: 0.1s;
margin-bottom: 20px;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col .container-fluid .grid-row .row section p {
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-weight: 200;
font-size: 1.75rem;
color: #343a40;
transition: 0.1s;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col .container-fluid .grid-row .row .grid-col {
cursor: pointer !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col .container-fluid .grid-row .row .grid-col:hover {
cursor: pointer;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col .container-fluid .grid-row .row .grid-col:hover section i,
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .col .container-fluid .grid-row .row .grid-col:hover section p {
color: #c8ac48;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col {
padding: 0;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form {
background-color: #FEFEFE;
-webkit-box-shadow: 0 0 10px 0 #343a40;
-moz-box-shadow: 0 0 10px 0 #343a40;
box-shadow: 0 0 10px 0 #343a40;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 {
margin: 40px;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 #mfcf7_zl_add_file {
width: 20%;
height: 38px;
background-color: #FFF;
border: 1px solid lightgray;
color: #212529;
cursor: pointer;
border-radius: 2px;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 #mfcf7_zl_add_file:hover {
border: 1px solid #c8ac48;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 #mfcf7_zl_add_file:focus {
outline: none !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p {
position: relative;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p label {
width: 100%;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
font-size: 0.90rem;
text-transform: uppercase;
margin-bottom: 25px;
transition: 0.2s;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .label-text-select {
margin-top: 27px;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .label-change {
top: 5px !important;
color: #c8ac48 !important;
font-size: 0.8rem !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .label-text {
position: absolute;
top: 27px;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-list-item-label i {
font-size: 0.8rem;
text-align: justify;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-acceptance i {
color: #c8ac48;
cursor: pointer;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-acceptance i label {
text-align: justify;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-acceptance input {
position: relative;
visibility: hidden;
margin: 0 5px 0 0;
font-size: 16px;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item {
width: 100%;
margin: 0;
position: relative;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item-label {
cursor: pointer;
vertical-align: top;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item-label:before {
content: "";
display: block;
position: absolute;
border: 1px solid lightgray;
border-radius: 3px;
width: 15px;
height: 15px;
left: 0;
top: 3px;
background: #fff;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item-label:after {
position: absolute;
content: "";
border-radius: 1px;
background: #fff;
width: 9px;
height: 9px;
left: 3px;
top: 6px;
transition: all 0.1s ease-out;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-acceptance input:checked + span.wpcf7-list-item-label:after {
background: #c8ac48;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p input {
font-family: 'Montserrat', sans-serif;
font-weight: 200;
font-size: 1rem;
border: none;
border-bottom: 1px solid lightgray;
background-color: transparent !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p input:focus {
border-color: #c8ac48 !important;
outline: none !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-form-control {
width: 100%;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-textarea {
font-family: 'Montserrat', sans-serif;
font-weight: 200;
font-size: 0.80rem;
border: none;
border-bottom: 1px solid lightgray;
background-color: transparent;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-textarea:focus {
border-color: #c8ac48;
outline: none !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-submit {
display: flex;
justify-content: center;
margin: 0 auto;
box-shadow: none !important;
width: 20%;
height: 38px;
background-color: #FFF;
border: 1px solid lightgray;
color: #212529;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
border-radius: 2px !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-submit:hover {
border: 1px solid #c8ac48;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .wpcf7-select {
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-size: 0.8rem;
color: #343a40;
font-weight: 200;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .selectric {
margin-top: 10px !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .selectric .button {
background-color: #FFF !important;
color: #46494D;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .selectric .button :hover {
background-color: #FFF;
color: #46494D;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .selectric-items li.highlighted {
background: #c8ac48 !important;
color: #46494D !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .selectric-items li:hover {
background: #c8ac48 !important;
color: #46494D !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .selectric,
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 p .selectric-hover .selectric {
border: 1px solid lightgray !important;
border-radius: 0;
background: #FFF !important;
position: relative;
overflow: hidden;
border-radius: 2px;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 .wpcf7-response-output {
text-align: center;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
}
.page-template-klient_biznesowy .klient-biznesowy-content .kb-row .contact-col .contact-form .wpcf7 .wpcf7-mail-sent-ok {
border: none;
color: #c8ac48;
text-align: center;
}
.page-template-klient_biznesowy .modal-dialog {
position: relative;
top: 50%;
transform: translateY(-50%) !important;
}
.page-template-klient_biznesowy .modal-dialog .modal-content {
border: 1px solid #c8ac48;
border-radius: 2px;
}
.page-template-klient_biznesowy .modal-dialog .modal-content .modal-header {
border: none;
}
.page-template-klient_biznesowy .modal-dialog .modal-content .modal-header .close:hover {
color: #c8ac48;
}
.page-template-klient_biznesowy .modal-dialog .modal-content .modal-body p {
font-family: 'Open Sans';
font-weight: 300;
}
.page-template-klient_biznesowy .wpcf7-not-valid-tip {
font-size: 0.75rem !important;
font-family: 'Montserrat', sans-serif !important;
font-weight: 200 !important;
text-transform: uppercase;
}
.page-template-klient_biznesowy .wpcf7-response-output {
font-family: 'Montserrat', sans-serif !important;
font-weight: 200 !important;
text-transform: uppercase;
font-size: 0.9rem;
border: none;
}
@media (min-width: 200px) and (max-width: 991.98px) {
.page-template-klient_biznesowy {
height: auto;
}
.page-template-klient_biznesowy .background-container {
height: 100% !important;
}
.page-template-klient_biznesowy .background-img {
height: 100% !important;
}
.page-template-klient_biznesowy .stripe {
height: 5vh !important;
}
.page-template-klient_biznesowy .slider-text {
position: relative !important;
top: 0 !important;
margin: 5vh 0 !important;
transform: none !important;
}
.page-template-klient_biznesowy .slider-text section {
width: 100% !important;
text-align: center !important;
}
.page-template-klient_biznesowy .slider-text section h1 {
font-size: 1.25rem !important;
color: #c8ac48 !important;
}
.page-template-klient_biznesowy .slider-text section h3 {
font-size: 1.5rem !important;
color: #c8ac48 !important;
}
.page-template-klient_biznesowy .slider-text section i {
display: none !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content {
height: 100%;
}
.page-template-klient_biznesowy .klient-biznesowy-content .block {
opacity: 1 !important;
transform: none !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content section p {
font-size: 1rem !important;
text-align: center !important;
margin: 10px !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .grid-row .row {
margin: 0 !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .grid-row .row .grid-col {
margin-top: 15px !important;
margin-bottom: 15px !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .wpcf7 {
margin-bottom: 150px !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .wpcf7 .wpcf7-acceptance label {
text-align: center !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .wpcf7 .wpcf7-submit {
box-shadow: none !important;
width: 30% !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .wpcf7 .wpcf7-not-valid-tip {
text-align: center !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .wpcf7 .wpcf7-response-output {
margin-top: 75px !important;
font-size: 0.75rem !important;
text-align: center !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content .wpcf7 #mfcf7_zl_add_file {
width: auto !important;
}
.page-template-klient_biznesowy .modal-dialog {
position: absolute;
top: 0;
transform: translateY(10%) !important;
margin-top: 20vh !important;
margin-bottom: 20vh !important;
}
}
@media (min-width: 400px) and (max-width: 991.98px) {
.page-template-klient_biznesowy .slider-text {
margin: 0 !important;
top: 0 !important;
margin-top: 5vh !important;
transform: none !important;
}
.page-template-klient_biznesowy .slider-text section {
width: 100% !important;
text-align: center !important;
}
.page-template-klient_biznesowy .slider-text section h1 {
font-size: 1.5rem !important;
}
.page-template-klient_biznesowy .slider-text section h3 {
font-size: 2rem !important;
}
.page-template-klient_biznesowy .slider-text section i {
font-size: 2rem !important;
}
}
@media (min-width: 576px) and (max-width: 991.98px) {
.page-template-klient_biznesowy .modal-dialog {
position: absolute !important;
top: 0 !important;
left: 50% !important;
transform: translateY(10%) translateX(-50%) !important;
margin-top: 20vh !important;
margin-bottom: 20vh !important;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.page-template-klient_biznesowy .slider-text {
position: relative !important;
top: 0 !important;
transform: none !important;
padding-left: 10vw !important;
margin: 0 !important;
}
.page-template-klient_biznesowy .slider-text section {
width: auto !important;
text-align: left !important;
}
.page-template-klient_biznesowy .slider-text section h1 {
font-size: 1.5rem !important;
}
.page-template-klient_biznesowy .slider-text section h3 {
font-size: 2rem !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content {
height: 100%;
}
.page-template-klient_biznesowy .klient-biznesowy-content section p {
font-size: 1.25rem !important;
text-align: center !important;
margin: 10px !important;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.page-template-klient_biznesowy .slider-text {
position: absolute !important;
top: 70% !important;
transform: translateY(-70%) !important;
padding-left: 10vw !important;
margin: 0 !important;
}
.page-template-klient_biznesowy .klient-biznesowy-content {
height: 100%;
}
.page-template-klient_biznesowy .klient-biznesowy-content section p {
text-align: center !important;
margin: 15px !important;
}
}@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
.page-template-porada_online {
height: auto;
}
.page-template-porada_online .section-one {
height: 100vh;
padding: 0;
}
.page-template-porada_online .section-one .section-one-row-1 {
height: 100%;
margin: 0;
}
.page-template-porada_online .section-one .section-one-row-1 .container-slider {
height: 100%;
padding: 0;
}
.page-template-porada_online .section-one .section-one-row-1 .container-slider .porada-online-section-one-slider {
height: 100%;
width: 100%;
}
.page-template-porada_online .section-one .section-one-row-1 .container-slider .porada-online-section-one-slider .slick-list {
height: 100%;
margin: 0;
width: 100%;
}
.page-template-porada_online .section-one .section-one-row-1 .container-slider .porada-online-section-one-slider .slick-list .slick-track {
height: 100%;
width: 100%;
margin: 0;
}
.page-template-porada_online .section-one .section-one-row-1 .container-slider .porada-online-section-one-slider .slick-list .slick-track .slide-one { height: 100%;
}
.page-template-porada_online .section-one .section-one-row-1 .container-slider .porada-online-section-one-slider .slick-list .slick-track .slide-one .background-img {
width: 100%;
object-fit: cover;
background-size: cover;
height: 100vh;
}
.page-template-porada_online .section-one .section-one-row-1 .container-slider .porada-online-section-one-slider .slick-list .slick-track .slide-two { height: 100%;
}
.page-template-porada_online .section-one .section-one-row-1 .container-slider .porada-online-section-one-slider .slick-list .slick-track .slide-two .background-img {
width: 100%;
object-fit: cover;
background-size: cover;
height: 100vh;
}
.page-template-porada_online .section-one .slider-text {
position: absolute;
top: 70%;
transform: translateY(-70%);
margin-left: 10vw;
cursor: pointer;
}
.page-template-porada_online .section-one .slider-text h1 {
font-family: 'Open Sans' !important;
color: #c8ac48;
font-size: 2rem;
}
.page-template-porada_online .section-one .slider-text h3 {
font-family: 'Oswald', sans-serif;
font-size: 3.5rem;
color: #fff;
}
.page-template-porada_online .section-one .slider-text .scroll-animation .fas {
font-size: 2rem;
cursor: pointer;
}
.page-template-porada_online .section-one .slider-text .scroll-animation .icon-1 {
position: absolute;
bottom: -30px;
color: #c8ac48;
animation: move-down-1 1s infinite;
}
@keyframes move-down-1 {
0% {
bottom: -30px;
opacity: 0;
}
50% {
opacity: 1;
}
100% {
bottom: -55px;
opacity: 0;
}
}
.page-template-porada_online .section-one .slider-text .scroll-to-text:hover {
cursor: pointer;
}
.page-template-porada_online .section-one .stripe {
position: absolute;
bottom: -1px;
width: 100%;
height: 10vh;
}
.page-template-porada_online .porada-online-content {
padding: 0;
}
.page-template-porada_online .porada-online-content .po-row {
margin: 0;
}
.page-template-porada_online .porada-online-content .po-row .col {
padding: 0;
}
.page-template-porada_online .porada-online-content .po-row .col .information-row {
margin: 0;
}
.page-template-porada_online .porada-online-content .po-row .col .information-row .information-column {
margin-top: 5%;
margin-bottom: 5%;
padding: 0;
}
.page-template-porada_online .porada-online-content .po-row .col .information-row .information-column h5 p {
text-align: justify;
color: #343a40;
color: #343a40;
font-weight: 200;
letter-spacing: 0.5px;
font-family: 'Montserrat', sans-serif;
font-size: 1.25rem;
margin-left: 0;
margin-right: 0;
line-height: 30px;
}
.page-template-porada_online .porada-online-content .po-row .contact-form {
background-color: #FEFEFE;
-webkit-box-shadow: 0 0 10px 0 #343a40;
-moz-box-shadow: 0 0 10px 0 #343a40;
box-shadow: 0 0 10px 0 #343a40;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 {
margin: 40px;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 #mfcf7_zl_add_file {
width: 20%;
height: 38px;
background-color: #FFF;
border: 1px solid lightgray;
color: #212529;
cursor: pointer;
border-radius: 2px;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 #mfcf7_zl_add_file:hover {
border: 1px solid #c8ac48;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 #mfcf7_zl_add_file:focus {
outline: none !important;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p {
position: relative;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p label {
width: 100%;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
font-size: 0.90rem;
text-transform: uppercase;
margin-bottom: 25px;
transition: 0.2s;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .label-text-select {
margin-top: 27px;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .label-change {
top: 5px !important;
color: #c8ac48 !important;
font-size: 0.8rem !important;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .label-text {
position: absolute;
top: 27px;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-list-item-label i {
font-size: 0.8rem;
text-align: justify;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-acceptance i {
color: #c8ac48;
cursor: pointer;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-acceptance i label {
text-align: justify;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-acceptance input {
position: relative;
visibility: hidden;
margin: 0 5px 0 0;
font-size: 16px;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item {
width: 100%;
margin: 0;
position: relative;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item-label {
cursor: pointer;
vertical-align: top;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item-label:before {
content: "";
display: block;
position: absolute;
border: 1px solid lightgray;
border-radius: 3px;
width: 15px;
height: 15px;
left: 0;
top: 3px;
background: #fff;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item-label:after {
position: absolute;
content: "";
border-radius: 1px;
background: #fff;
width: 9px;
height: 9px;
left: 3px;
top: 6px;
transition: all 0.1s ease-out;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-acceptance input:checked + span.wpcf7-list-item-label:after {
background: #c8ac48;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p input {
font-family: 'Montserrat', sans-serif;
font-weight: 200;
font-size: 1rem;
border: none;
border-bottom: 1px solid lightgray;
background-color: transparent !important;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p input:focus {
border-color: #c8ac48 !important;
outline: none !important;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-form-control {
width: 100%;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-textarea {
font-family: 'Montserrat', sans-serif;
font-weight: 200;
font-size: 0.80rem;
border: none;
border-bottom: 1px solid lightgray;
background-color: transparent;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-textarea:focus {
border-color: #c8ac48;
outline: none !important;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-submit {
display: flex;
justify-content: center;
margin: 0 auto;
box-shadow: none !important;
width: 20%;
height: 38px;
background-color: #FFF;
border: 1px solid lightgray;
color: #212529;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
border-radius: 2px !important;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-submit:hover {
border: 1px solid #c8ac48;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-select {
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-size: 0.8rem;
color: #343a40;
font-weight: 200;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .selectric {
margin-top: 10px !important;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .selectric .button {
background-color: #FFF !important;
color: #46494D;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .selectric .button :hover {
background-color: #FFF;
color: #46494D;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .selectric-items li.highlighted {
background: #c8ac48 !important;
color: #46494D !important;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .selectric-items li:hover {
background: #c8ac48 !important;
color: #46494D !important;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .selectric,
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .selectric-hover .selectric {
border: 1px solid lightgray !important;
border-radius: 0;
background: #FFF !important;
position: relative;
overflow: hidden;
border-radius: 2px;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 .wpcf7-not-valid-tip {
font-size: 0.75rem !important;
font-family: 'Montserrat', sans-serif !important;
font-weight: 200 !important;
text-transform: uppercase;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 .wpcf7-response-output {
font-family: 'Montserrat', sans-serif !important;
font-weight: 200 !important;
text-transform: uppercase;
font-size: 0.9rem;
border: none;
}
@media (min-width: 200px) and (max-width: 991.98px) {
.page-template-porada_online {
height: auto;
}
.page-template-porada_online .section-one {
height: 100% !important;
}
.page-template-porada_online .section-one .slide-one {
background-position: calc(50% + 110px) !important;
}
.page-template-porada_online .section-one .slide-one .background-img {
height: 100% !important;
}
.page-template-porada_online .section-one .slide-two {
background-position: calc(50% - 60px) !important;
}
.page-template-porada_online .section-one .slide-two .background-img {
height: 100% !important;
}
.page-template-porada_online .stripe {
height: 5vh !important;
}
.page-template-porada_online .slider-text {
position: relative !important;
top: 0 !important;
margin: 5vh 0 !important;
transform: none !important;
position: relative !important;
}
.page-template-porada_online .slider-text section {
width: 100% !important;
text-align: center !important;
}
.page-template-porada_online .slider-text section h1 {
font-size: 1.25rem !important;
color: #c8ac48 !important;
}
.page-template-porada_online .slider-text section h3 {
font-size: 1.5rem !important;
color: #c8ac48 !important;
}
.page-template-porada_online .slider-text section i {
display: none !important;
}
.page-template-porada_online .contact-col {
opacity: 1 !important;
transform: none !important;
}
.page-template-porada_online .porada-online-content {
height: 100%;
}
.page-template-porada_online .porada-online-content .block {
opacity: 1 !important;
transform: none !important;
}
.page-template-porada_online .porada-online-content section p {
font-size: 1rem !important;
text-align: center !important;
margin: 10px !important;
opacity: 1 !important;
transform: none !important;
}
.page-template-porada_online .porada-online-content .grid-row .row {
margin: 0 !important;
}
.page-template-porada_online .porada-online-content .grid-row .row .grid-col {
margin-top: 15px !important;
margin-bottom: 15px !important;
}
.page-template-porada_online .porada-online-content .wpcf7 {
margin-bottom: 150px !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.page-template-porada_online .porada-online-content .wpcf7 .wpcf7-acceptance label {
text-align: center !important;
}
.page-template-porada_online .porada-online-content .wpcf7 .wpcf7-submit {
box-shadow: none !important;
width: 30% !important;
}
.page-template-porada_online .porada-online-content .wpcf7 .wpcf7-not-valid-tip {
text-align: left !important;
}
.page-template-porada_online .porada-online-content .wpcf7 .wpcf7-response-output {
margin-top: 75px !important;
font-size: 0.75rem !important;
text-align: center !important;
}
.page-template-porada_online .porada-online-content .wpcf7 .acceptance-654 .wpcf7-not-valid-tip {
text-align: center !important;
}
.page-template-porada_online .porada-online-content .wpcf7 #mfcf7_zl_add_file {
width: auto !important;
}
}
@media (min-width: 400px) and (max-width: 991.98px) {
.page-template-porada_online .slider-text {
position: relative !important;
top: 0 !important;
margin: 5vh 0 !important;
transform: none !important;
}
.page-template-porada_online .slider-text section {
width: 100% !important;
text-align: center !important;
}
.page-template-porada_online .slider-text section h1 {
font-size: 1.5rem !important;
color: #c8ac48 !important;
}
.page-template-porada_online .slider-text section h3 {
font-size: 2rem !important;
color: #c8ac48 !important;
}
.page-template-porada_online .slider-text section i {
display: none !important;
}
}
@media (min-width: 576px) and (max-width: 991.98px) {
.page-template-porada_online .porada-online-content .po-row .col .information-row .information-column h5 p {
text-align: justify !important;
}
.page-template-porada_online .porada-online-content .po-row .contact-form .wpcf7 p .wpcf7-submit {
width: 50% !important;
}
.page-template-porada_online .acceptance-654 .wpcf7-not-valid-tip {
text-align: center !important;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.page-template-porada_online .slider-text {
position: relative !important;
top: 0 !important;
margin: 5vh 0 !important;
transform: none !important;
}
.page-template-porada_online .slider-text section {
width: 100% !important;
text-align: center !important;
}
.page-template-porada_online .slider-text section h1 {
font-size: 1.5rem !important;
}
.page-template-porada_online .slider-text section h3 {
font-size: 3rem !important;
}
.page-template-porada_online .porada-online-content {
height: 100%;
}
.page-template-porada_online .porada-online-content section p {
font-size: 1.25rem !important;
text-align: center !important;
margin: 10px !important;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.page-template-porada_online .slider-text {
position: absolute !important;
top: 70% !important;
transform: translateY(-70%) !important;
padding-left: 10vw !important;
margin: 0 !important;
}
.page-template-porada_online .porada-online-content {
height: 100%;
}
.page-template-porada_online .porada-online-content section p {
text-align: justify !important;
margin: 15px !important;
}
}.page-template-kontakt {
height: 100%;
}
.page-template-kontakt .cf-site {
height: 100%;
padding: 0;
}
.page-template-kontakt .cf-site .kontakt-row-1 {
height: 100vh !important;
}
.page-template-kontakt .cf-site .kontakt-row-1 .kontakt-col-image-1 {
height: 100%;
padding: 0;
background-image: url(//adwokatlublin.org.pl/wp-content/themes/Kancelaria%20Adwokacka/images/kontakt-image-1-compressed.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.page-template-kontakt .cf-site .kontakt-row-2 {
height: 100vh !important;
}
.page-template-kontakt .cf-site .kontakt-row-2 .kontakt-col-image-2 {
height: 100%;
padding: 0;
background-image: url(//adwokatlublin.org.pl/wp-content/themes/Kancelaria%20Adwokacka/images/kontakt-image-2-compressed.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.page-template-kontakt .cf-site .kontakt-col-info {
height: 100%;
}
.page-template-kontakt .cf-site .kontakt-col-info section h3 {
font-family: 'Oswald', sans-serif;
}
.page-template-kontakt .cf-site .kontakt-col-info section h5 {
font-family: 'Montserrat', sans-serif;
font-weight: 200; color: #343A40 !important;
display: flex;
align-items: center;
font-size: 1.5rem;
margin-bottom: 1rem;
}
.page-template-kontakt .cf-site .kontakt-col-info section h5 a[href^="tel"] {
color: #343A40;
text-decoration: none;
}
.page-template-kontakt .cf-site .kontakt-col-info section h5 a[href^="mailto"] {
color: #343A40;
text-decoration: none;
}
.page-template-kontakt .cf-site .kontakt-col-info section h5 i {
font-size: 2rem;
margin-right: 30px;
}
.page-template-kontakt .cf-site .kontakt-col-info section h5 i:hover {
color: #c8ac48;
}
.page-template-kontakt .cf-site .kontakt-col-info p a {
color: #343A40;
margin-right: 5px;
font-size: 2rem;
}
.page-template-kontakt .cf-site .kontakt-col-info p a:hover {
color: #c8ac48;
}
.page-template-kontakt .cf-site .row {
height: auto;
margin: 0;
}
.page-template-kontakt .cf-site .row .contact-info {
margin-top: 10vh;
height: 90vh;
padding: 0;
}
.page-template-kontakt .cf-site .row .contact-info .row {
height: 100%;
margin: 0;
}
.page-template-kontakt .cf-site .row .contact-info .row .col-mini-1 {
background-image: url(//adwokatlublin.org.pl/wp-content/themes/Kancelaria%20Adwokacka/images/katarzyna-oleksinska-kontakt-compressed.jpg);
width: 300px;
max-width: 300px;
height: 452px;
background-size: cover;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top: 1px solid #c8ac48;
border-left: 1px solid #c8ac48;
border-bottom: 1px solid #c8ac48;
}
.page-template-kontakt .cf-site .row .contact-info .row .col-mini-2 {
background-image: url(//adwokatlublin.org.pl/wp-content/themes/Kancelaria%20Adwokacka/images/anna-szymanek-kontakt-compressed.jpg);
width: 300px;
max-width: 300px;
height: 452px;
background-size: cover;
border-radius: 2px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top: 1px solid #c8ac48;
border-left: 1px solid #c8ac48;
border-bottom: 1px solid #c8ac48;
}
.page-template-kontakt .cf-site .row .contact-info .row section h3 {
font-family: 'Oswald', sans-serif;
}
.page-template-kontakt .cf-site .row .contact-info .row section h5 {
font-family: 'Open Sans' !important;
font-weight: 200; color: #343A40;
}
.page-template-kontakt .cf-site .row .contact-info .row section p a {
color: #343A40;
margin-right: 5px;
}
.page-template-kontakt .cf-site .row .contact-info .row section p a:hover {
color: #c8ac48;
}
.page-template-kontakt .cf-site .row .contact-info .row section p a i {
font-size: 1.25rem;
}
.page-template-kontakt .slider-text {
position: relative;
left: 50%;
transform: translateX(-50%);
}
.page-template-kontakt .slider-text .scroll-to-text:hover {
cursor: pointer;
}
.page-template-kontakt .slider-text .scroll-animation .fas {
font-size: 3rem;
}
.page-template-kontakt .slider-text .scroll-animation .icon-1 {
position: absolute;
bottom: -30px;
color: #c8ac48;
animation: move-down-1 1s infinite;
}
@keyframes move-down-1 {
0% {
bottom: -30px;
opacity: 0;
}
50% {
opacity: 1;
}
100% {
bottom: -55px;
opacity: 0;
}
}
.page-template-kontakt .map-form-row {
height: auto;
margin: 0;
}
.page-template-kontakt .map-form-row .contact-form {
padding: 0; z-index: 112;
background-color: #fff;
-webkit-box-shadow: 0 0 10px 0 #343a40;
-moz-box-shadow: 0 0 10px 0 #343a40;
box-shadow: 0 0 10px 0 #343a40;
height: auto !important;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 {
margin: 40px;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 #mfcf7_zl_add_file {
width: 20%;
height: 38px;
background-color: #FFF;
border: 1px solid lightgray;
color: #212529;
cursor: pointer;
border-radius: 2px;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 #mfcf7_zl_add_file:hover {
border: 1px solid #c8ac48;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 #mfcf7_zl_add_file:focus {
outline: none !important;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p {
position: relative;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p label {
width: 100%;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
font-size: 0.90rem;
text-transform: uppercase;
margin-bottom: 25px;
transition: 0.2s;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .label-text-select {
margin-top: 27px;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .label-change {
top: 5px !important;
color: #c8ac48 !important;
font-size: 0.8rem !important;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .label-text {
position: absolute;
top: 27px;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-list-item-label i {
font-size: 0.8rem;
text-align: justify;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-list-item label {
text-align: justify;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-acceptance i {
color: #c8ac48;
cursor: pointer;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-acceptance i label {
text-align: justify;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-acceptance input {
position: relative;
visibility: hidden;
margin: 0 5px 0 0;
font-size: 16px;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .acceptance-654 .wpcf7-not-valid-tip {
text-align: left;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item {
width: 100%;
margin: 0;
position: relative;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item-label {
cursor: pointer;
vertical-align: top;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item-label:before {
content: "";
display: block;
position: absolute;
border: 1px solid lightgray;
border-radius: 3px;
width: 15px;
height: 15px;
left: 0;
top: 3px;
background: #fff;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-acceptance span.wpcf7-list-item-label:after {
position: absolute;
content: "";
border-radius: 1px;
background: #fff;
width: 9px;
height: 9px;
left: 3px;
top: 6px;
transition: all 0.1s ease-out;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-acceptance input:checked + span.wpcf7-list-item-label:after {
background: #c8ac48;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p input {
font-family: 'Montserrat', sans-serif;
font-weight: 200;
font-size: 1rem;
border: none;
border-bottom: 1px solid lightgray;
background-color: transparent !important;
border-radius: 0 !important;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p input:focus {
border-color: #c8ac48 !important;
outline: none !important;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-form-control {
width: 100%;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-textarea {
font-family: 'Montserrat', sans-serif;
font-weight: 200;
font-size: 0.80rem;
border: none;
border-bottom: 1px solid lightgray;
background-color: transparent;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-textarea:focus {
border-color: #c8ac48;
outline: none !important;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-submit {
display: flex;
justify-content: center;
margin: 0 auto;
box-shadow: none !important;
width: 20%;
height: 38px;
background-color: #FFF;
border: 1px solid lightgray;
color: #212529;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
border-radius: 2px !important;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-submit:hover {
border: 1px solid #c8ac48;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .wpcf7-select {
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-size: 0.8rem;
color: #343a40;
font-weight: 200;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .selectric {
margin-top: 10px !important;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .selectric .button {
background-color: #FFF !important;
color: #46494D;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .selectric .button :hover {
background-color: #FFF;
color: #46494D;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .selectric-items li.highlighted {
background: #c8ac48 !important;
color: #46494D !important;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .selectric-items li:hover {
background: #c8ac48 !important;
color: #46494D !important;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .selectric,
.page-template-kontakt .map-form-row .contact-form .wpcf7 p .selectric-hover .selectric {
border: 1px solid lightgray !important;
border-radius: 0;
background: #FFF !important;
position: relative;
overflow: hidden;
border-radius: 2px;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7-response-output {
text-align: center;
border: none;
font-family: 'Montserrat', sans-serif;
font-size: 0.7rem !important;
font-weight: 200;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7-mail-sent-ok {
border: none;
color: #c8ac48;
font-size: 0.7rem !important;
text-align: center;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7-not-valid-tip {
font-size: 0.7rem;
font-family: 'Montserrat', sans-serif !important;
font-weight: 200 !important;
text-transform: uppercase;
}
.page-template-kontakt .map-form-row .contact-form .wpcf7-acceptance-missing,
.page-template-kontakt .map-form-row .contact-form .wpcf7-validation-errors {
border: none;
}
.page-template-kontakt .map-form-row .map-col {
height: auto;
padding: 0;
}
.page-template-kontakt .map-form-row .map-col .map {
height: 50% !important;
}
.page-template-kontakt .map-form-row .map-col .map iframe {
border: none;
}
.page-template-kontakt .map-form-row .map-col .row-1 {
height: 50%;
}
.page-template-kontakt .map-form-row-1,
.page-template-kontakt .map-form-row-2 {
padding: 0;
}
.page-template-kontakt .map-form-row-1 section h3,
.page-template-kontakt .map-form-row-2 section h3 {
font-family: 'Oswald', sans-serif;
}
.page-template-kontakt .map-form-row-1 section h5,
.page-template-kontakt .map-form-row-2 section h5 {
font-family: 'Montserrat', sans-serif;
font-weight: 200; color: #343A40 !important;
display: flex;
align-items: center;
font-size: 1.5rem;
margin-bottom: 1rem;
}
.page-template-kontakt .map-form-row-1 section h5 a[href^="tel"],
.page-template-kontakt .map-form-row-2 section h5 a[href^="tel"] {
color: #343A40;
text-decoration: none;
}
.page-template-kontakt .map-form-row-1 section h5 a[href^="mailto"],
.page-template-kontakt .map-form-row-2 section h5 a[href^="mailto"] {
color: #343A40;
text-decoration: none;
}
.page-template-kontakt .map-form-row-1 section h5 i,
.page-template-kontakt .map-form-row-2 section h5 i {
font-size: 2rem;
margin-right: 30px;
}
.page-template-kontakt .map-form-row-1 section h5 i:hover,
.page-template-kontakt .map-form-row-2 section h5 i:hover {
color: #c8ac48;
}
.page-template-kontakt .row.footer-row {
margin: 0;
height: auto;
padding: 50px 0;
background-color: #3A3A3A;
}
.page-template-kontakt .row.footer-row .footer-contact {
width: 100%;
}
.page-template-kontakt .row.footer-row .footer-contact .container-fluid {
height: 100%;
}
.page-template-kontakt .row.footer-row .footer-contact .container-fluid .row {
height: 100%;
}
.page-template-kontakt .row.footer-row .footer-contact .container-fluid .row .adres-col p {
margin-bottom: 5px;
color: #c8ac48;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
}
.page-template-kontakt .row.footer-row .footer-contact .container-fluid .row .adres-col p a {
color: #c8ac48;
text-decoration: none;
}
.page-template-kontakt .row.footer-row .footer-contact .container-fluid .row .adres-col p a *:hover {
text-decoration: none;
}
.page-template-kontakt .row.footer-row .footer-contact .container-fluid .row .adres-col .header {
font-weight: 500;
}
.page-template-kontakt .row.footer-row .footer-contact .container-fluid .row .image-col img {
width: 100px;
height: auto;
position: relative;
left: 50%;
transform: translateX(-50%) translateY(-50%);
top: 50%;
}
.page-template-kontakt .row.footer-row .footer-contact .container-fluid .row .more-col p {
margin-bottom: 5px;
color: #c8ac48;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
}
.page-template-kontakt .row.footer-row .footer-contact .container-fluid .row .more-col p a {
color: #c8ac48;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
}
@media (min-width: 200px) and (max-width: 991.91px) {
.page-template-kontakt .map-form-col-2 {
display: flex;
flex-direction: column;
}
.page-template-kontakt .map-form-col-2 .map {
order: 2;
}
.page-template-kontakt .map-form-col-2 .row-1 {
order: 1;
}
.page-template-kontakt .map-form-row-1,
.page-template-kontakt .map-form-row-2 {
height: auto;
}
.page-template-kontakt .row-1 {
height: 50vh;
}
.page-template-kontakt .map {
height: 50vh !important;
}
.page-template-kontakt {
height: 100%;
}
.page-template-kontakt .slider-text .scroll-animation i {
font-size: 1.5rem !important;
}
.page-template-kontakt .cf-site {
height: 100%;
}
.page-template-kontakt .cf-site .row {
height: auto !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-image-1 {
height: 70vh !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info {
margin-top: 10%;
margin-bottom: 25%;
}
.page-template-kontakt .cf-site .row .kontakt-col-info .block {
opacity: 1 !important;
transform: none !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info h5 {
font-size: 0.8rem !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info h5 i {
font-size: 1.2rem !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info h3 {
font-size: 1.5rem !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info p {
display: flex !important;
justify-content: center !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-image-2 {
height: 70vh !important;
}
.page-template-kontakt .map-col {
height: 70vh !important;
}
.page-template-kontakt .wpcf7 {
margin: 50px 15px !important;
}
.page-template-kontakt .wpcf7 .wpcf7-list-item-label i {
font-size: 0.7rem !important;
}
.page-template-kontakt .wpcf7 span.wpcf7-not-valid-tip {
font-size: 0.7rem !important;
}
.page-template-kontakt #mfcf7_zl_add_file {
box-shadow: none !important;
width: auto !important;
}
.page-template-kontakt .wpcf7-submit {
box-shadow: none !important;
width: 30% !important;
}
.page-template-kontakt .footer-row {
height: auto !important;
}
.page-template-kontakt .footer-row .col-12 {
margin-top: 25px !important;
margin-bottom: 25px !important;
}
.page-template-kontakt .footer-row .col-12 section {
text-align: center;
}
}
@media (min-width: 400px) {
.page-template-kontakt {
height: 100%;
}
.page-template-kontakt .cf-site {
height: 100%;
}
.page-template-kontakt .cf-site .row {
height: auto !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-image-1 {
height: 70vh !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info {
margin-top: 10vh;
margin-bottom: 20vh;
}
.page-template-kontakt .cf-site .row .kontakt-col-info .block {
opacity: 1 !important;
transform: none !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info h5 {
font-size: 1rem !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info h5 i {
font-size: 1.2rem !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info h3 {
font-size: 2rem !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info p {
display: flex !important;
justify-content: center !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-image-2 {
height: 70vh !important;
}
.page-template-kontakt .map-col {
height: 70vh !important;
}
.page-template-kontakt .wpcf7 {
margin: 50px 25px !important;
}
.page-template-kontakt #mfcf7_zl_add_file,
.page-template-kontakt .wpcf7-submit {
box-shadow: none !important;
width: auto !important;
}
.page-template-kontakt .footer-row {
height: auto !important;
}
.page-template-kontakt .footer-row .col-12 {
margin-top: 25px !important;
margin-bottom: 25px !important;
}
.page-template-kontakt .footer-row .col-12 section {
text-align: left;
}
}
@media (min-width: 576px) {
.page-template-kontakt {
height: 100%;
}
.page-template-kontakt .cf-site {
height: 100%;
}
.page-template-kontakt .cf-site .row {
height: auto !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-image-1 {
height: 70vh !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info {
margin-top: 10vh;
margin-bottom: 20vh;
}
.page-template-kontakt .cf-site .row .kontakt-col-info .block {
opacity: 1 !important;
transform: none !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info h5 {
font-size: 1.25rem !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info h5 i {
font-size: 1.5rem !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info h3 {
font-size: 2.5rem !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info p {
display: flex !important;
justify-content: center !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-image-2 {
height: 70vh !important;
}
}
@media (min-width: 992px) {
.page-template-kontakt .map-form-row .map-col {
height: auto !important;
}
.page-template-kontakt .scroll-to-text .fas {
font-size: 2.5rem !important;
}
.page-template-kontakt .map-form-row-1,
.page-template-kontakt .map-form-row-2 {
height: 100vh;
}
.page-template-kontakt .row-1 {
height: 50%;
}
.page-template-kontakt .map {
height: 50% !important;
}
}
@media (min-width: 1200px) {
.page-template-kontakt {
height: 100%;
}
.page-template-kontakt .cf-site {
height: 100%;
}
.page-template-kontakt .cf-site .row {
height: 100vh !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-image-1 {
height: 100vh !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info .block {
opacity: 1 !important;
transform: none !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info h5 {
font-size: 1.25rem !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info h5 i {
font-size: 1.5rem !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info h3 {
font-size: 2.5rem !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-info p {
display: flex !important;
justify-content: center !important;
}
.page-template-kontakt .cf-site .row .kontakt-col-image-2 {
height: 100vh !important;
}
.page-template-kontakt .map-col {
height: auto !important;
}
}.page-template-download {
height: 100%;
}
.page-template-download .site {
height: 100%;
}
.page-template-download .site .site-inner {
height: 100%;
}
.page-template-download .site .site-inner .site-content {
height: 100%;
}
.page-template-download .site .site-inner .site-content .container-fluid {
height: 100%;
padding: 0;
background-color: #343a40;
}
.page-template-download .site .site-inner .site-content .container-fluid .download {
display: flex;
align-items: center;
}
.page-template-download .site .site-inner .site-content .container-fluid .row {
width: 100%;
margin: 0;
}
.page-template-download .site .site-inner .site-content .container-fluid .row .entry-header {
display: none;
}
.page-template-download .site .site-inner .site-content .container-fluid .row .col {
margin-top: 15px;
margin-bottom: 15px;
padding: 0;
height: 200px !important;
display: flex;
justify-content: center;
align-items: end;
}
.page-template-download .site .site-inner .site-content .container-fluid .row .col .download-col {
width: 95%;
border-radius: 2px;
height: 100%;
display: flex;
justify-content: center;
justify-self: center;
background-color: rgba(255, 255, 255, 0.1);
}
.page-template-download .site .site-inner .site-content .container-fluid .row .col .download-col p {
height: 100%;
margin: 0;
display: flex;
align-items: end;
width: 90%;
max-width: 90%;
min-width: 90%;
}
.page-template-download .site .site-inner .site-content .container-fluid .row .col .download-col p a {
height: 30%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background-image: none;
border-radius: 2px;
text-shadow: none;
box-shadow: none;
transition: 0.1s;
font-size: 1rem;
font-family: 'Montserrat', sans-serif;
background-color: rgba(0, 0, 0, 0.1);
width: 100%;
margin-bottom: 15px;
border: 1px solid #c8ac48;
line-height: 18px;
position: absolute !important;
width: 85% !important;
bottom: 0 !important;
}
.page-template-download .site .site-inner .site-content .container-fluid .row .col .download-col p a:hover {
background-color: #c8ac48;
color: #343a40;
border: 1px solid #c8ac48;
text-decoration: none;
}
.page-template-download .site .site-inner .site-content .container-fluid .row .col .download-col p small {
display: none !important;
}
.page-template-download .site .site-inner .site-content .container-fluid .row .col .download-col i {
position: absolute;
top: 35%;
transform: translateY(-50%);
font-size: 3rem;
color: #fff;
}
.page-template-download .site .site-inner .site-content .container-fluid .row .entry-footer {
display: none;
}
.page-template-download .site .site-inner .site-content .container-fluid .stripe {
position: absolute;
bottom: 0;
width: 100%;
height: 10vh;
}
@media (min-width: 200px) and (max-width: 991.98px) {
.page-template-download {
height: auto !important;
}
.page-template-download .col-12 {
padding: 0 !important;
}
.page-template-download .stripe {
display: none !important;
}
.page-template-download .site .site-inner .site-content .container-fluid .row .entry-content .col .download-col p a {
font-size: 0.8rem !important;
}
}
@media (min-width: 320px) and (max-width: 991.98px) {
.page-template-download {
height: auto !important;
}
.page-template-download .col-12 {
padding: 0 !important;
}
.page-template-download .stripe {
display: none !important;
}
.page-template-download .site .site-inner .site-content .container-fluid .row .entry-content .col .download-col p a {
font-size: 0.8rem !important;
}
}
@media (min-width: 576px) and (max-width: 991.98px) {
.page-template-download {
height: auto !important;
}
.page-template-download .col-12 {
padding: 0 !important;
}
.page-template-download .stripe {
display: none !important;
}
.page-template-download .site .site-inner .site-content .container-fluid .row .entry-content .col .download-col p a {
font-size: 1rem !important;
}
}.blog {
height: auto;
}
.blog .background-container {
height: 100vh;
padding: 0;
}
.blog .background-container .row {
margin: 0;
height: 100%;
}
.blog .background-container .row .background {
padding: 0;
}
.blog .background-container .row .background .background-img {
width: 100%;
object-fit: cover;
background-size: cover;
height: 100vh;
}
.blog .background-container .row .slider-text {
position: absolute;
top: 70%;
transform: translateY(-70%);
margin-left: 10vw;
}
.blog .background-container .row .slider-text h1 {
font-family: 'Open Sans' !important;
color: #c8ac48;
font-size: 2rem;
display: none;
}
.blog .background-container .row .slider-text h3 {
font-family: 'Oswald', sans-serif;
font-size: 3.5rem;
color: #c8ac48;
}
.blog .background-container .row .slider-text .fas {
font-size: 2rem;
}
.blog .background-container .row .slider-text .icon-1 {
position: absolute;
bottom: -30px;
color: #c8ac48;
animation: move-down-1 1s infinite;
}
@keyframes move-down-1 {
0% {
bottom: -30px;
opacity: 0;
}
50% {
opacity: 1;
}
100% {
bottom: -55px;
opacity: 0;
}
}
.blog .background-container .row .slider-text .scroll-to-text:hover {
cursor: pointer;
}
.blog .background-container .stripe {
position: absolute;
bottom: -1px;
width: 100%;
height: 10vh;
left: 0;
}
.blog .blog-content {
padding: 0;
}
.blog .blog-content .row {
margin: 0;
}
.blog .blog-content .row .post-list-container {
margin-top: 10vh;
}
.blog .blog-content .row .post-list-container .page-title {
display: none;
}
.blog .blog-content .row .post {
margin-top: 5vh;
margin-bottom: 5vh; border-radius: 2px;
padding: 15px;
}
.blog .blog-content .row .post .post-thumbnail img {
width: 15%;
max-width: 15%;
min-width: 15%;
margin-bottom: 15px;
height: auto;
}
.blog .blog-content .row .post .entry-header a {
font-family: 'Oswald', sans-serif;
font-size: 2rem;
color: #343A40;
font-weight: 500;
}
.blog .blog-content .row .post .entry-header a:hover {
color: #c8ac48;
text-decoration: none;
}
.blog .blog-content .row .post .entry-content {
margin-bottom: 15px;
text-align: justify;
}
.blog .blog-content .row .post .entry-content p {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #343A40;
text-align: justify;
display: inline;
}
.blog .blog-content .row .post a {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #343A40;
}
.blog .blog-content .row .post a:hover {
color: #c8ac48;
text-decoration: none;
}
.blog .blog-content .row .post a span {
display: none;
}
.blog .blog-content .row .post .entry-footer {
display: grid;
margin-bottom: 15px;
}
.blog .blog-content .row .post .entry-footer .author img {
width: 50px;
height: 50px;
border-radius: 50%;
margin-right: 15px;
}
.blog .blog-content .row .post .entry-footer .author span {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #343A40;
}
.blog .blog-content .row .post .entry-footer .author a {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #343A40;
}
.blog .blog-content .row .post .entry-footer .author a:hover {
color: #c8ac48;
text-decoration: none;
}
.blog .blog-content .row .post .entry-footer .cat-links span,
.blog .blog-content .row .post .entry-footer .posted-on span,
.blog .blog-content .row .post .entry-footer .tags-links span {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #343A40;
}
.blog .blog-content .row .post .entry-footer .cat-links a,
.blog .blog-content .row .post .entry-footer .comments-link a,
.blog .blog-content .row .post .entry-footer .edit-link a,
.blog .blog-content .row .post .entry-footer .posted-on a,
.blog .blog-content .row .post .entry-footer .tags-links a {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #343A40;
}
.blog .blog-content .row .post .entry-footer .cat-links a:hover,
.blog .blog-content .row .post .entry-footer .comments-link a:hover,
.blog .blog-content .row .post .entry-footer .edit-link a:hover,
.blog .blog-content .row .post .entry-footer .posted-on a:hover,
.blog .blog-content .row .post .entry-footer .tags-links a:hover {
color: #c8ac48;
text-decoration: none;
}
.blog .blog-content .row .post .entry-footer .posted-on .updated {
display: none;
}
.blog .blog-content .row .post .entry-footer .cat-links,
.blog .blog-content .row .post .entry-footer .comments-link,
.blog .blog-content .row .post .entry-footer .edit-link,
.blog .blog-content .row .post .entry-footer .posted-on,
.blog .blog-content .row .post .entry-footer .tags-links {
display: none !important;
}
.blog .blog-content .row .pagination {
text-align: center;
margin-bottom: 10vh;
}
.blog .blog-content .row .pagination h2 {
display: none;
}
.blog .blog-content .row .pagination .nav-links {
width: 100%;
}
.blog .blog-content .row .pagination .nav-links .page-numbers {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #343A40;
margin-left: 15px;
margin-right: 15px;
}
.blog .blog-content .row .pagination .nav-links .page-numbers:hover {
color: #c8ac48;
text-decoration: none;
}
.blog .blog-content .row .pagination .nav-links .current {
color: #c8ac48;
}
.blog .sidebar-container {
display: none !important;
}
.archive {
height: auto;
}
.archive .container-fluid {
margin-top: 20vh;
padding: 0;
}
.archive .container-fluid .row {
margin: 0;
}
.archive .container-fluid .row .page-header {
margin-bottom: 10vh;
}
.archive .container-fluid .row .page-header h1 {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #343A40;
}
.archive .container-fluid .row .post {
margin-top: 5vh;
margin-bottom: 15vh; border-radius: 2px;
padding: 15px;
}
.archive .container-fluid .row .post .post-thumbnail img {
width: 15%;
max-width: 15%;
min-width: 15%;
margin-bottom: 15px;
height: auto;
}
.archive .container-fluid .row .post .entry-header a {
font-family: 'Oswald', sans-serif;
font-size: 2rem;
color: #343A40;
font-weight: 500;
}
.archive .container-fluid .row .post .entry-header a:hover {
color: #c8ac48;
text-decoration: none;
}
.archive .container-fluid .row .post .entry-content {
margin-bottom: 15px;
}
.archive .container-fluid .row .post .entry-content p {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #343A40;
text-align: justify;
display: inline;
}
.archive .container-fluid .row .post a {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #343A40;
}
.archive .container-fluid .row .post a:hover {
color: #c8ac48;
text-decoration: none;
}
.archive .container-fluid .row .post a span {
display: none;
}
.archive .container-fluid .row .post .entry-footer {
display: grid;
margin-bottom: 15px;
}
.archive .container-fluid .row .post .entry-footer .author img {
width: 50px;
height: 50px;
border-radius: 50%;
margin-right: 15px;
}
.archive .container-fluid .row .post .entry-footer .author span {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #343A40;
}
.archive .container-fluid .row .post .entry-footer .author a {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #343A40;
}
.archive .container-fluid .row .post .entry-footer .author a:hover {
color: #c8ac48;
text-decoration: none;
}
.archive .container-fluid .row .post .entry-footer .cat-links span,
.archive .container-fluid .row .post .entry-footer .posted-on span,
.archive .container-fluid .row .post .entry-footer .tags-links span {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #343A40;
}
.archive .container-fluid .row .post .entry-footer .cat-links a,
.archive .container-fluid .row .post .entry-footer .comments-link a,
.archive .container-fluid .row .post .entry-footer .edit-link a,
.archive .container-fluid .row .post .entry-footer .posted-on a,
.archive .container-fluid .row .post .entry-footer .tags-links a {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #343A40;
}
.archive .container-fluid .row .post .entry-footer .cat-links a:hover,
.archive .container-fluid .row .post .entry-footer .comments-link a:hover,
.archive .container-fluid .row .post .entry-footer .edit-link a:hover,
.archive .container-fluid .row .post .entry-footer .posted-on a:hover,
.archive .container-fluid .row .post .entry-footer .tags-links a:hover {
color: #c8ac48;
text-decoration: none;
}
.archive .container-fluid .row .post .entry-footer .posted-on .updated {
display: none;
}
.archive .container-fluid .row .post .entry-footer .cat-links,
.archive .container-fluid .row .post .entry-footer .comments-link,
.archive .container-fluid .row .post .entry-footer .edit-link,
.archive .container-fluid .row .post .entry-footer .posted-on,
.archive .container-fluid .row .post .entry-footer .tags-links {
display: none !important;
}
.archive .sidebar {
display: none !important;
}
.wp-block-image.is-resized {
width: 100% !important;
}
@media (min-width: 200px) and (max-width: 575.98px) {
.blog .byline {
display: flex !important;
width: 100% !important;
}
.blog .author {
width: 100% !important;
text-align: center !important;
}
.blog .author img {
display: flex;
position: relative;
left: 50%;
transform: translateX(-50%);
}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
.blog {
height: auto;
overflow-x: hidden !important;
}
.blog .background-container {
height: 100% !important;
}
.blog .background-container .background {
height: 100% !important;
}
.blog .background-container .background .background-img {
height: 100% !important;
}
.blog .background-container .background .stripe {
height: 5vh !important;
}
.blog .slider-text {
position: relative !important;
top: 0 !important;
margin: 5vh 0 !important;
transform: none !important;
position: relative !important;
}
.blog .slider-text section {
width: 100% !important;
text-align: center !important;
}
.blog .slider-text section h1 {
font-size: 1.25rem !important;
color: #c8ac48 !important;
}
.blog .slider-text section h3 {
font-size: 2rem !important;
color: #c8ac48 !important;
}
.blog .slider-text section i {
display: none !important;
}
.blog .post-list-container {
margin-top: 0 !important;
}
.blog .post-list-container article {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.blog .post-list-container article .entry-header h2 a {
font-size: 1.25rem !important;
}
}
@media (min-width: 576px) and (max-width: 1199.98px) {
.blog {
height: auto;
}
.blog .slider-text {
position: relative !important;
top: 0 !important;
margin: 5vh 0 !important;
transform: none !important;
}
.blog .slider-text section {
width: 100% !important;
text-align: center !important;
}
.blog .slider-text section h1 {
font-size: 1.5rem !important;
}
.blog .slider-text section h3 {
font-size: 3rem !important;
}
.blog .post-list-container {
margin-top: 0 !important;
}
.blog .post-list-container article {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.blog .post-list-container article .entry-header h2 a {
font-size: 1.5rem !important;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.blog .scroll-to-text h3 {
font-size: 3rem !important;
}
}.page-template-polityka-prywatnosci {
height: 100%;
}
.page-template-polityka-prywatnosci .container-fluid {
height: 100%;
padding: 0;
margin-top: 20vh;
}
.page-template-polityka-prywatnosci .container-fluid .row {
margin: 0;
}
.page-template-polityka-prywatnosci .container-fluid .row .col {
height: auto;
}
.page-template-polityka-prywatnosci .container-fluid .row .col section {
margin-bottom: 10vh;
}
.page-template-polityka-prywatnosci .container-fluid .row .col section h1 {
font-family: 'Oswald', sans-serif;
font-size: 2.5rem;
color: #343A40;
margin-bottom: 5vh;
}
.page-template-polityka-prywatnosci .container-fluid .row .col section h3 {
font-family: 'Montserrat', sans-serif;
font-weight: 200;
color: #343A40;
margin-top: 5vh;
}
.page-template-polityka-prywatnosci .container-fluid .row .col section h5 {
font-family: 'Montserrat', sans-serif;
font-weight: 200;
color: #343A40;
text-align: justify;
line-height: 30px;
}
.page-template-polityka-prywatnosci .container-fluid .row .col section h5 p a {
color: #c8ac48;
}
.page-template-polityka-prywatnosci .container-fluid .row .col section h5 p a:hover {
color: #c8ac48;
text-decoration: none;
}
@media (min-width: 200px) and (max-width: 991.98px) {
.page-template-polityka-prywatnosci {
height: 100%;
}
.page-template-polityka-prywatnosci h1 {
font-size: 1.5rem !important;
text-align: center !important;
}
.page-template-polityka-prywatnosci h3 {
font-size: 1.25rem !important;
}
.page-template-polityka-prywatnosci h5 {
font-size: 0.9rem !important;
line-height: 25px !important;
}
}
@media (min-width: 576px) and (max-width: 991.98px) {
.page-template-polityka-prywatnosci {
height: 100%;
}
.page-template-polityka-prywatnosci h1 {
font-size: 1.5rem !important;
text-align: center !important;
}
.page-template-polityka-prywatnosci h3 {
font-size: 1.25rem !important;
}
.page-template-polityka-prywatnosci h5 {
font-size: 1rem !important;
line-height: 25px !important;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.page-template-polityka-prywatnosci {
height: 100%;
}
.page-template-polityka-prywatnosci h1 {
font-size: 2.5rem !important;
text-align: center !important;
}
.page-template-polityka-prywatnosci h3 {
font-size: 1.5rem !important;
}
.page-template-polityka-prywatnosci h5 {
font-size: 1rem !important;
line-height: 30px !important;
}
}.page-template-adwokaci {
height: 100%;
}
.page-template-adwokaci .section-one {
height: 100%;
padding: 0;
}
.page-template-adwokaci .section-one .row {
height: 100%;
margin: 0;
overflow: hidden;
}
.page-template-adwokaci .section-one .row .slider-text {
position: absolute;
top: 75%;
left: 50%;
transform: translateY(-75%) translateX(-50%);
justify-content: center !important;
transition: 0.3s;
}
.page-template-adwokaci .section-one .row .slider-text h1 {
font-family: 'Open Sans' !important;
color: #c8ac48;
font-size: 2rem;
}
.page-template-adwokaci .section-one .row .slider-text h3 {
font-family: 'Oswald', sans-serif;
font-size: 3.5rem;
color: #fff;
}
.page-template-adwokaci .section-one .row .slider-text .scroll-animation .fas {
font-size: 2rem;
cursor: pointer;
display: none;
}
.page-template-adwokaci .section-one .row .slider-text .scroll-animation .icon-1 {
position: absolute;
bottom: -30px;
color: #c8ac48;
animation: move-down-1 1s infinite;
}
@keyframes move-down-1 {
0% {
bottom: -30px;
opacity: 0;
}
50% {
opacity: 1;
}
100% {
bottom: -55px;
opacity: 0;
}
}
.page-template-adwokaci .section-one .row .slider-text .scroll-to-text:hover {
cursor: pointer;
}
.page-template-adwokaci .section-one .row .more-button {
border: 1px solid #fff;
color: #fff;
display: none;
transition: 0.3s !important;
}
.page-template-adwokaci .section-one .row .more-button:hover {
background-color: #c8ac48;
border: 1px solid #c8ac48;
}
.page-template-adwokaci .section-one .row .more-button:focus {
box-shadow: none !important;
}
.page-template-adwokaci .section-one .row .hover {
height: 100vh;
padding: 0;
margin: 0;
background-color: rgba(200, 172, 72, 0.3);
display: none;
transition: 0.1s;
position: absolute;
top: 0;
width: 100%;
}
.page-template-adwokaci .section-one .row .section-one-col-1 {
height: 100vh;
padding: 0; background-size: auto 100%;
background-repeat: no-repeat;
background-position: center;
transition: 0.3s;
}
.page-template-adwokaci .section-one .row .section-one-col-1 .background-1 {
width: 100%;
object-fit: cover;
background-size: cover;
height: 100vh;
}
.page-template-adwokaci .section-one .row .section-one-col-1:hover .background-1 {
background-size: auto 110%;
}
.page-template-adwokaci .section-one .row .section-one-col-1:hover .hover {
display: block !important;
}
.page-template-adwokaci .section-one .row .section-one-col-1:hover .slider-text {
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.page-template-adwokaci .section-one .row .section-one-col-1:hover .slider-text h1 {
color: #fff;
}
.page-template-adwokaci .section-one .row .section-one-col-1:hover .more-button {
display: block !important;
}
.page-template-adwokaci .section-one .row .section-one-col-2 {
height: 100vh;
padding: 0;
background-image: url(//adwokatlublin.org.pl/wp-content/themes/Kancelaria%20Adwokacka/images/adwokaci-2-compressed.jpg);
background-size: auto 100%;
background-repeat: no-repeat;
background-position: center;
transition: 0.3s;
}
.page-template-adwokaci .section-one .row .section-one-col-2 .background-2 {
width: 100%;
object-fit: cover;
background-size: cover;
height: 100vh;
}
.page-template-adwokaci .section-one .row .section-one-col-2:hover { background-size: auto 110%;
}
.page-template-adwokaci .section-one .row .section-one-col-2:hover .hover {
display: block !important;
}
.page-template-adwokaci .section-one .row .section-one-col-2:hover .slider-text {
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.page-template-adwokaci .section-one .row .section-one-col-2:hover .more-button {
display: block !important;
}
.page-template-adwokaci .section-one .row .section-one-col-2:hover .slider-text h1 {
color: #fff;
}
.page-template-adwokaci .section-one .stripe {
position: absolute;
top: calc(100% - 10vh);
width: 100%;
height: 10vh;
}
@media (min-width: 200px) and (max-width: 991.98px) {
.page-template-adwokaci {
height: 100%;
}
.page-template-adwokaci .background-1,
.page-template-adwokaci .background-2 {
height: 100% !important;
}
.page-template-adwokaci .stripe {
display: none !important;
}
.page-template-adwokaci .hover {
background-color: rgba(200, 172, 72, 0) !important;
}
.page-template-adwokaci .slider-text {
position: absolute;
}
.page-template-adwokaci .slider-text h1 {
font-size: 1.25rem !important;
opacity: 1 !important;
transform: none !important;
}
.page-template-adwokaci .slider-text h3 {
font-size: 1.5rem !important;
opacity: 1 !important;
transform: none !important;
}
.page-template-adwokaci .slider-text .fas {
display: block !important;
}
.page-template-adwokaci .more-button {
display: block !important;
}
.page-template-adwokaci .section-one-col-1 {
background-size: auto 100% !important;
}
.page-template-adwokaci .section-one-col-1:hover .slider-text {
top: 75% !important;
left: 50% !important;
transform: translateY(-75%) translateX(-50%) !important;
}
.page-template-adwokaci .section-one-col-1:hover .slider-text h1 {
color: #c8ac48 !important;
}
.page-template-adwokaci .section-one-col-2 {
background-size: auto 100% !important;
}
.page-template-adwokaci .section-one-col-2:hover .slider-text {
top: 75% !important;
left: 50% !important;
transform: translateY(-75%) translateX(-50%) !important;
}
.page-template-adwokaci .section-one-col-2:hover .slider-text h1 {
color: #c8ac48 !important;
}
}
@media (min-width: 576px) and (max-width: 991.98px) {
.page-template-adwokaci {
height: 100%;
}
.page-template-adwokaci .slider-text h1 {
font-size: 1.75rem !important;
}
.page-template-adwokaci .slider-text h3 {
font-size: 2.25rem !important;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.page-template-adwokaci {
height: 100%;
}
.page-template-adwokaci .slider-text h1 {
font-size: 2rem !important;
}
.page-template-adwokaci .slider-text h3 {
font-size: 2.75rem !important;
}
}.page-template-anna_szymanek,
.page-template-katarzyna_oleksinska {
height: 100%;
}
.page-template-anna_szymanek .section-one,
.page-template-katarzyna_oleksinska .section-one {
padding: 0;
margin: 0;
height: 100%;
}
.page-template-anna_szymanek .section-one .row,
.page-template-katarzyna_oleksinska .section-one .row {
padding: 0;
margin: 0;
height: 100%;
}
.page-template-anna_szymanek .section-one .row .section-one-col,
.page-template-katarzyna_oleksinska .section-one .row .section-one-col {
padding: 0;
margin: 0;
height: 100%;
}
.page-template-anna_szymanek .section-one .row .section-one-col .background,
.page-template-katarzyna_oleksinska .section-one .row .section-one-col .background {
width: 100%;
object-fit: cover;
background-size: cover;
height: 100vh;
}
.page-template-anna_szymanek .section-one .slider-text,
.page-template-katarzyna_oleksinska .section-one .slider-text {
position: absolute;
top: 70%;
transform: translateY(-70%);
margin-left: 10vw;
cursor: pointer;
}
.page-template-anna_szymanek .section-one .slider-text h1,
.page-template-katarzyna_oleksinska .section-one .slider-text h1 {
font-family: 'Open Sans' !important;
color: #c8ac48;
font-size: 2rem;
}
.page-template-anna_szymanek .section-one .slider-text h3,
.page-template-katarzyna_oleksinska .section-one .slider-text h3 {
font-family: 'Oswald', sans-serif;
font-size: 3.5rem;
color: #fff;
}
.page-template-anna_szymanek .section-one .slider-text .fas,
.page-template-katarzyna_oleksinska .section-one .slider-text .fas {
font-size: 2rem;
cursor: pointer;
}
.page-template-anna_szymanek .section-one .slider-text .icon-1,
.page-template-katarzyna_oleksinska .section-one .slider-text .icon-1 {
position: absolute;
bottom: -30px;
color: #c8ac48;
animation: move-down-1 1s infinite;
}
@keyframes move-down-1 {
0% {
bottom: -30px;
opacity: 0;
}
50% {
opacity: 1;
}
100% {
bottom: -55px;
opacity: 0;
}
}
.page-template-anna_szymanek .section-one .slider-text .page-template-anna_szymanek .scroll-to-text:hover,
.page-template-anna_szymanek .section-one .slider-text .page-template-katarzyna_oleksinska .scroll-to-text:hover,
.page-template-katarzyna_oleksinska .section-one .slider-text .page-template-anna_szymanek .scroll-to-text:hover,
.page-template-katarzyna_oleksinska .section-one .slider-text .page-template-katarzyna_oleksinska .scroll-to-text:hover {
cursor: pointer;
}
.page-template-anna_szymanek .section-one .stripe,
.page-template-katarzyna_oleksinska .section-one .stripe {
position: absolute;
bottom: -1px;
width: 100%;
height: 10vh;
}
.page-template-anna_szymanek .section-two,
.page-template-katarzyna_oleksinska .section-two {
height: auto;
}
.page-template-anna_szymanek .section-two .row,
.page-template-katarzyna_oleksinska .section-two .row {
margin: 0;
}
.page-template-anna_szymanek .section-two .row .info-col,
.page-template-katarzyna_oleksinska .section-two .row .info-col {
background-color: #FFF;
height: 100%;
margin-top: 15vh;
margin-bottom: 15vh;
}
.page-template-anna_szymanek .section-two .row .info-col section p,
.page-template-katarzyna_oleksinska .section-two .row .info-col section p {
font-weight: 300;
letter-spacing: 0.5px;
font-family: 'Montserrat', sans-serif;
font-weight: 200; text-align: justify;
font-size: 1.25rem;
line-height: 30px;
}
.page-template-anna_szymanek .section-two .row .info-col section p a,
.page-template-katarzyna_oleksinska .section-two .row .info-col section p a {
text-decoration: none;
color: #000;
cursor: pointer;
}
.page-template-anna_szymanek .section-two .row .info-col section p a:hover,
.page-template-katarzyna_oleksinska .section-two .row .info-col section p a:hover {
text-decoration: none;
color: #c8ac48;
cursor: pointer;
}
@media (max-width: 575.98px) {
.page-template-anna_szymanek,
.page-template-katarzyna_oleksinska {
height: 100%;
}
.page-template-anna_szymanek .slider-text,
.page-template-katarzyna_oleksinska .slider-text {
margin: 0 !important;
justify-content: center !important;
}
.page-template-anna_szymanek .slider-text h1,
.page-template-katarzyna_oleksinska .slider-text h1 {
text-align: center !important;
font-size: 1.25rem !important;
}
.page-template-anna_szymanek .slider-text h3,
.page-template-katarzyna_oleksinska .slider-text h3 {
text-align: center !important;
font-size: 2rem !important;
}
.page-template-anna_szymanek .info-col,
.page-template-katarzyna_oleksinska .info-col {
padding: 0 !important;
margin-top: 5vh !important;
margin-bottom: 5vh !important;
}
.page-template-anna_szymanek .info-col p,
.page-template-katarzyna_oleksinska .info-col p {
font-size: 1rem !important;
text-align: center !important;
}
}
@media (min-width: 200px) and (max-width: 991.98px) {
.page-template-anna_szymanek,
.page-template-katarzyna_oleksinska {
height: 100%;
}
.page-template-anna_szymanek .background,
.page-template-katarzyna_oleksinska .background {
height: 100% !important;
}
.page-template-anna_szymanek .stripe,
.page-template-katarzyna_oleksinska .stripe {
bottom: -1px !important;
left: 0 !important;
height: 5vh !important;
}
.page-template-anna_szymanek .slider-text,
.page-template-katarzyna_oleksinska .slider-text {
position: relative !important;
top: 0 !important;
margin: 0 !important;
margin-top: 5vh !important;
transform: none !important;
}
.page-template-anna_szymanek .slider-text section,
.page-template-katarzyna_oleksinska .slider-text section {
width: 100% !important;
text-align: center !important;
}
.page-template-anna_szymanek .slider-text section h1,
.page-template-katarzyna_oleksinska .slider-text section h1 {
font-size: 1.25rem !important;
color: #c8ac48 !important;
}
.page-template-anna_szymanek .slider-text section h3,
.page-template-katarzyna_oleksinska .slider-text section h3 {
font-size: 1.5rem !important;
color: #c8ac48 !important;
}
.page-template-anna_szymanek .slider-text section i,
.page-template-katarzyna_oleksinska .slider-text section i {
display: none !important;
}
.page-template-anna_szymanek .info-row,
.page-template-katarzyna_oleksinska .info-row {
margin-bottom: 10vh !important;
}
.page-template-anna_szymanek .info-col,
.page-template-katarzyna_oleksinska .info-col {
padding: 0 !important;
margin-top: 5vh !important;
margin-bottom: 5vh !important;
}
.page-template-anna_szymanek .info-col section p,
.page-template-katarzyna_oleksinska .info-col section p {
text-align: center !important;
font-size: 1rem !important;
}
}
@media (min-width: 576px) {
.page-template-anna_szymanek,
.page-template-katarzyna_oleksinska {
height: 100%;
}
.page-template-anna_szymanek .stripe,
.page-template-katarzyna_oleksinska .stripe {
left: 0 !important;
height: 8vh !important;
}
.page-template-anna_szymanek .slider-text,
.page-template-katarzyna_oleksinska .slider-text {
margin-left: 10vw !important;
}
.page-template-anna_szymanek .slider-text section,
.page-template-katarzyna_oleksinska .slider-text section {
text-align: left !important;
}
.page-template-anna_szymanek .slider-text section h1,
.page-template-katarzyna_oleksinska .slider-text section h1 {
font-size: 2rem !important;
}
.page-template-anna_szymanek .slider-text section h3,
.page-template-katarzyna_oleksinska .slider-text section h3 {
font-size: 3rem !important;
}
}.page-template-news {
height: 100%;
padding: 0;
margin: 0;
}
.page-template-news .container-fluid {
padding: 0;
height: 100%;
}
.page-template-news .container-fluid .news-row {
height: auto;
margin: 10vh 0;
}
.page-template-news .container-fluid .news-row .news-header {
font-family: 'Oswald', sans-serif;
font-weight: 500;
color: #000;
text-transform: uppercase;
margin: 10vh 0;
text-align: center;
font-size: 2.5rem;
width: 100%;
}
.page-template-news .container-fluid .news-row .news-main-col {
height: auto;
}
.page-template-news .container-fluid .news-row .news-main-col article {
height: auto;
width: 100%;
margin-bottom: 10vh;
padding: 0 calc(100vw/12*4);
}
.page-template-news .container-fluid .news-row .news-main-col article header {
text-align: center;
font-family: 'Open Sans' !important;
font-weight: 500;
color: #c8ac48;
}
.page-template-news .container-fluid .news-row .news-main-col article header a {
color: #000;
text-decoration: none;
}
.page-template-news .container-fluid .news-row .news-main-col article header a:hover {
text-decoration: none;
color: #c8ac48;
}
.page-template-news .container-fluid .news-row .news-main-col article .news-stripe {
height: 2px;
width: 20%;
background: #c8ac48;
position: relative;
left: 50%;
transform: translateX(-50%);
margin: 25px 0;
}
.page-template-news .container-fluid .news-row .news-main-col article .short-content {
text-align: center;
font-family: 'Open Sans' !important;
font-weight: 500;
font-size: 1.25rem;
margin-bottom: 2rem;
}
.page-template-news .container-fluid .news-row .news-main-col article .short-content .btn-more {
text-align: center;
border: 1px solid #000;
padding: 10px 20px;
color: #000;
font-family: 'Open Sans' !important;
font-weight: 500;
border-radius: 2px;
}
.page-template-news .container-fluid .news-row .news-main-col article .short-content .btn-more:hover {
border: 1px solid #c8ac48;
background-color: #c8ac48;
text-decoration: none;
}
.page-template-news .container-fluid .news-row .news-main-col article .entry-content {
text-align: center;
}
.page-template-news .container-fluid .news-row .news-main-col article .entry-content p {
display: none;
}
.page-template-news .container-fluid .news-row .news-main-col article .entry-content a {
text-align: center;
}
.page-template-news .container-fluid .news-row .news-main-col article .entry-content a span {
display: none;
}