body { overscroll-behavior: none; }
.jelicic * {
font-family: 'Source Sans Pro', sans-serif;
outline: none !important;
text-decoration: none !important;
}
.jelicic a {
color: #000;
transition: all .3s linear;
}
.jelicic .btn {
border-radius: 0;
padding: 10px 30px;
font-weight: 700;
}
.jelicic .btn-lg {
padding: 20px 50px;
}
.jelicic .btn-default {
border-color: #eee;
}
.jelicic .btn-default:hover {
border-color: #999;
}
.jelicic .form-control {
border-radius: 0;
}
.jelicic .form-control:focus {
border-color: #FDCD87;
box-shadow: none;
}
.basic-text p,
.basic-text li,
.basic-text td {
font-size: 22px;
line-height: 32px;
font-weight: 300;
}
.basic-text a {
border-bottom: 1px dashed #FDCD87;
}
.basic-text a:hover {
border-bottom: 1px dashed #999;
}
.padded {
margin: 80px 0;
}
.jelicic h1 {
font-weight: 700;
letter-spacing: -2px;
font-size: 50px;
}
.transition {
transition: all .3s linear;
}
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10;
}
header .logo {
position: absolute;
top: 0;
left: calc((100vw - 1140px) / 2);
background: #000 url(//www.jelicic-revizija.hr/wp-content/themes/jelicic/images/jr-logo.svg) no-repeat center center;
color: #fff;
width: 100px;
height: 100px;
text-indent: -999999px;
display: block;
z-index: 10;
}
header .logo:after {
content: '';
background: url(//www.jelicic-revizija.hr/wp-content/themes/jelicic/images/jelicicrevizija.svg) no-repeat 25px 25px;
width: 160px;
height: 100px;
position: absolute;
display: block;
right: -160px;
top: 0;
transition: all .3s linear;
}
header .logo:before {
content: '';
background: #000;
width: 100vw;
position: absolute;
left: -100vw;
top: 0;
height: 100px;
}
.jelicic.scrolled header .logo {
left: 0;
}
.jelicic.scrolled header .logo:after {
right: 100px;
}
header .main-nav {
position: absolute;
top: 0;
right: calc((100vw - 1140px) / 2);
z-index: 9;
transition: all .3s linear;
}
header .main-nav > div {
position: absolute;
top: 0;
right: 6px;
width: 1140px;
height: 100px;
overflow: hidden;
border-right: 5px solid #000;
transition: all .3s linear;
background-color: #fff;
}
header .main-nav > div > span {
position: absolute;
right: -5px;
top: 0;
display: block;
overflow: hidden;
width: 0;
height: 100px;
background-color: #000;
color: #fff;
text-align: center;
line-height: 100px;
font-size: 50px;
transition: all .3s linear;
cursor: pointer;
}
header .menu {
position: absolute;
right: 0;
top: 0;
width: auto;
white-space: nowrap;
transition: all .3s linear;
}
header .menu .menu-item {
display: inline-block;
line-height: 100px;
}
header .menu .menu-item a {
display: inline-block;
padding: 0 24px;
font-size: 17px;
text-transform: uppercase;
font-weight: 700;
}
header .menu .sub-menu {
display: none;
}
.jelicic.scrolled header .main-nav {
right: 0;
}
.jelicic.scrolled header .main-nav > div {
width: 100px;
right: 0;
}
.jelicic.scrolled header .main-nav > div > span {
width: 100px;
}
.jelicic.scrolled header .menu {
right: 120px;
}
.jelicic.scrolled.navclicked header .main-nav > div {
width: 100vw;
}
.jelicic > .page-wrapper {
position: relative;
min-height: 100vh;
height: auto;
padding: 200px 0 400px 0;
}
.jelicic .slick-arrow {
position: absolute;
height: 50px;
width: 50px;
z-index: 8;
border: none;
overflow: hidden;
cursor: pointer;
}
.jelicic .slick-arrow:after {
content: '';
background-color: #000;
color: #fff;
text-align: center;
width: 50px;
height: 50px;
line-height: 44px;
position: absolute;
top: 0;
left: 0;
font-size: 30px;
}
.jelicic .slick-prev:after {
content: '‹';
}
.jelicic .slick-next:after {
content: '›';
}
section.home-testimonials {
margin-bottom: 100px;
}
section.home-testimonials .testimonial-text {
font-size: 24px;
font-weight: 200;
line-height: 34px;
}
section.home-testimonials .testimonial-sig {
margin-top: 20px;
font-size: 16px;
line-height: 19px;
font-weight: 400;
}
section.home-testimonials .slick-arrow {
bottom: 0;
}
section.home-testimonials .slick-prev {
right: calc(1140px / 2 - 30px - 50px);
}
section.home-testimonials .slick-next {
right: calc(1140px / 2 - 30px - 50px - 50px);
}
section.wide-testimonials {
padding: 30px 0;
}
section.wide-testimonials .slick-arrow {
left: -100px;
border: 1px solid #fff;
}
section.wide-testimonials .slick-prev {
top: 30px;
}
section.wide-testimonials .slick-next {
bottom: 30px;
}
section.home-testimonials .slick-dots {
list-style-type: none;
position: absolute;
left: 0;
bottom: -20px;
margin: 0;
padding: 0;
}
section.home-testimonials .slick-dots li {
display: inline-block;
margin: 0 5px 0 0;
}
section.home-testimonials .slick-dots li button {
height: 5px;
width: 100px;
border: none;
overflow: hidden;
text-indent: -999999px;
cursor: pointer;
background-color: #eee;
}
section.home-testimonials .slick-dots li.slick-active button {
background-color: #000;
}
section.leads {
height: 400px;
}
section.leads .lead-text {
padding: 30px;
position: absolute;
top: 80px;
left: 100px;
}
section.leads .lead-text h3 {
font-weight: 600;
font-size: 40px;
}
section.leads .lead-text p {
font: 18px/28px 'Merriweather', serif;
}
.jelicic section.leads .btn-default {
font: 13px/13px 'Merriweather', serif;
color: #ccc;
}
.post-type-archive-usluge section.leads {
height: auto;
}
.post-type-archive-usluge section.leads .row {
height: 350px;
overflow: hidden;
}
.jelicic .black {
background-color: #000;
color: #fff;
}
section.services {
padding: 30px 0;
}
section.services .slider a {
display: inline-block;
color: #fff;
margin: 0 30px;
font-size: 40px;
font-weight: 200;
}
section.services form {
margin-top: 30px;
}
section.services input {
background-color: #000;
color: #fff;
border: 1px solid #fff;
margin: 0;
padding: 10px 20px;
}
section.brags {
margin-top: 60px;
margin-bottom: 60px;
}
section.brags .graybox {
background-color: #E7E7E7;
padding: 10px 20px 30px 20px;
height: 150px;
overflow: hidden;
}
section.brags .grayboxsm {
height: 80px;
}
section.brags h3 {
font: bold 18px/28px 'Merriweather', serif;
margin: 0 0 -14px 20px;
}
section.brags h4 {
font-weight: 800;
font-size: 50px;
letter-spacing: -2px;
}
.j-sidebar section.brags h4 {
font-size: 36px;
}
section.brags a {
display: block;
padding: 10px 20px;
text-transform: uppercase;
font-weight: 600;
font-size: 11px;
border-top: 2px solid #FDCD87;
}
section.brags a:hover {
border-top-color: #000;
}
section.eunews {
margin-top: 60px;
margin-bottom: 60px;
}
section.eunews h2 {
font-weight: bold;
font-size: 40px;
letter-spacing: -2px;
}
section.eunews a {
display: block;
border: 1px solid #e7e7e7;
height: 100%;
}
section.eunews a h3 {
padding: 0 20px;
margin: 10px 0;
}
section.eunews a .datum {
padding: 10px 20px;
text-transform: uppercase;
display: block;
font-size: 11px;
}
section.eunews a .excerpt {
padding: 0 20px;
margin: 10px 0;
display: block;
color: #999;
}
section.eunews a .btn {
padding: 10px 20px;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
}
section.eunews a:hover {
border-color: #999;
}
section.reference {
margin-top: 60px;
margin-bottom: 60px;
}
section.reference h2 {
font-weight: bold;
font-size: 40px;
letter-spacing: -2px;
}
section.reference img {
padding: 0;
margin: 15px 0;
border: 1px solid #ccc;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.2;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
-ms-transition: all .3s linear;
transition: all .3s linear;
}
section.reference img:hover {
-webkit-filter: none;
filter: none;
opacity: 1;
}
.jelicic footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background-color: #000;
color: #fff;
padding: 40px 0;
margin-top: 80px;
}
.jelicic footer a {
color: #fff;
}
.jelicic footer a:hover {
color: #FDCD87;
}
.jelicic footer .contact {
border-right: 1px solid #333;
margin-right: 50px;
}
.jelicic footer .contact p,
.jelicic footer .hours h4,
.jelicic footer .mission h4 {
text-transform: uppercase;
font-weight: 600;
font-size: 20px;
}
.jelicic footer .contact p span {
display: block;
text-transform: initial;
font-weight: 400;
}
.jelicic footer .hours {
border-right: 1px solid #333;
margin-right: 50px;
}
.jelicic footer .hours h5 {
font-weight: 600;
font-size: 16px;
}
.jelicic footer .hours p {
font-weight: 400;
font-size: 14px;
}
.jelicic footer .hours p span {
font-weight: 600;
}
.single-eu-novosti .page-wrapper .main-image {
margin-top: -132px;
width: 100%;
height: auto;
}
.single-eu-novosti .single-novost .kategorija {
font-size: 14px;
font-weight: 600;
display: block;
line-height: 18px;
}
.single-eu-novosti .single-novost .datum {
font-size: 13px;
text-transform: uppercase;
font-weight: 400;
display: block;
line-height: 18px;
}
.basic-text hr {
margin: 50px 0;
width: 30%;
border-top: 1px solid #FDCD87;
}
.page .basic-text p,
.page .basic-text p a,
.page .basic-text li,
.page .basic-text li a,
.page .basic-text label,
.single-eu-novosti .single-novost p,
.single-eu-novosti .single-novost li,
.single-usluge .single-usluga p,
.single-usluge .single-usluga li {
font: 16px/28px 'Merriweather', serif;
color: #666;
}
.single-eu-novosti .single-novost,
.single-usluge .single-usluga p {
margin-top: 26px;
margin-bottom: 26px;
}
.breadcrumbs {
list-style-type: none;
margin: 40px 0;
padding: 0;
}
.breadcrumbs li {
margin: 0;
padding: 0;
display: inline-block;
font: 400 11px/11px 'Open Sans', sans-serif !important;
text-transform: uppercase;
}
.breadcrumbs li:after {
content: '/';
display: inline-block;
padding: 0 10px;
}
.breadcrumbs li:last-child:after {
content: '';
}
.distance-only {
border-top-color: transparent;
}
.distance-small {
padding: 40px 0;
}
.archive h2 {
font-weight: 200;
}
.eu {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #fff;
transition: all 1s linear;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
padding: 20px 0 5px 0;
z-index: 10;
}
.eu.scrolled {
bottom: -100vh;
}
.eu p {
font-size: 11px;
line-height: 10px;
}
.grecaptcha-badge {
display: none;
}
#cmplz-cookies-overview {
margin-bottom: 1rem;
}
#cmplz-cookies-overview a {
color: #212529;
font-weight: bold;
}
#cmplz-cookies-overview h3 {
font-size: 1.4rem;
}
#cmplz-cookies-overview h4 {
font-size: 1.2rem;
font-weight: bold;
}
#cmplz-cookies-overview p,
#cmplz-cookies-overview h5 {
font-size: 1rem;
}
#cmplz-cookies-overview .cmplz-service-header h3:before {
content: '› ';
}
#cmplz-cookies-overview .cmplz-service-header.cmplz-service-open h3:before {
content: '» ';
}
.cmplz-service-desc {
margin: 1rem 0 3rem 0;
}
.cookies-per-purpose {
margin-top: 1rem;
}
.name-header,
.retention-header,
.function-header {
background-color: #E5E5E5;
padding: .75rem;
}
.name-header h5,
.retention-header h5,
.function-header h5 {
margin: 0;
}
.name,
.retention,
.function {
padding: .75rem;
}
@media (max-width: 1139px) {
header .main-nav {
right: calc((100vw - 1024px) / 2);
}
header .logo {
left: calc((100vw - 1024px) / 2);
}
header .main-nav > div {
right: 0;
}
section.home-testimonials .testimonial-text {
font-size: 24px;
line-height: 28px;
}
section.home-testimonials .slick-prev {
right: calc(1024px / 2 - 62px - 50px);
}
section.home-testimonials .slick-next {
right: calc(1024px / 2 - 62px - 50px - 50px);
}
section.leads {
height: auto;
}
section.leads img {
width: 63%;
}
section.leads .lead-text {
position: relative;
top: auto;
left: auto;
margin-top: -42%;
padding-left: 33%;
}
section.leads .lead-text h3 {
font-size: 30px;
}
section.leads .lead-text p {
font: 16px/26px 'Merriweather', serif;
}
}
@media (max-width: 1023px) {
.jelicic > .page-wrapper {
padding-top: 140px;
padding-bottom: 0;
}
.jelicic footer {
position: relative;
bottom: auto;
left: auto;
}
header .main-nav {
right: calc((100vw - 768px) / 2);
}
header .logo {
left: calc((100vw - 768px) / 2);
}
section.home-testimonials .slick-prev {
right: 0;
}
section.home-testimonials .slick-next {
right: 50px;
}
section.home-testimonials .testimonial-text {
font-size: 20px;
line-height: 24px;
}
section.home-testimonials .testimonial-sig {
margin-bottom: 20px;
}
section.home-testimonials .slick-slide img {
margin-bottom: 55px;
}
section.home-testimonials .slick-dots li button {
width: 50px;
}
section.wide-testimonials * {
text-align: center;
}
section.wide-testimonials img {
margin: 0 auto;
}
section.wide-testimonials .testimonial-text {
margin: 20px 0;
}
}
@media (max-width: 767px) {
header .logo {
left: 0;
transform: scale(0.8);
transform-origin: 0 0;
}
header .main-nav {
right: 0;
}
header .main-nav > div {
width: 80px;
right: 0;
height: 80px;
border-right: none;
}
header .main-nav > div > span {
width: 100px;
transform: scale(0.8);
transform-origin: 100px 0;
right: 0;
}
header .menu {
right: 0;
top: 80px;
margin: 0;
padding: 0;
width: 100%;
border-top: 1px solid #eee;
}
header .menu .menu-item {
display: block;
text-align: center;
line-height: 60px;
border-bottom: 1px solid #eee;
}
header .main-nav > div {
width: 100vw;
}
.jelicic.scrolled header .logo {
left: 0;
transform: scale(0.5);
}
.jelicic.scrolled header .main-nav > div > span {
transform: scale(0.5);
}
.jelicic.scrolled header .main-nav > div {
width: 50px;
right: 0;
height: 50px;
}
.jelicic.scrolled header .menu {
right: 0;
top: 50px;
}
.jelicic.navclicked header .main-nav > div {
height: 100vh !important;
}
section.services {
display: none;
}
.eunews-item {
margin-bottom: 20px;
}
.jelicic footer .row {
display: block;
padding: 0 30px;
}
.jelicic footer .col {
width: 100%;
margin: initial !important;
border: none !important;
}
.jelicic > .page-wrapper .col:first-child > * {
margin-top: 0;
padding-top: 0;
}
}