@import url("https://fonts.googleapis.com/css?family=Poppins:200,400,500,600,700");   .btn-primary {
background-color: #81b926;
height: 60px;
width: auto;
padding: 23px 50px;
color: #fff;
font-size: 14px;
text-transform: uppercase;
font-weight: 400;
border-radius: 30px;
border: 0;
line-height: 14px;
} .btn-primary:hover {
background-color: #008fc3;
}  .navbar {
position: fixed;
top: 0;
left: 0;
z-index: 999;
height: 100px;
width: 100%;
background-color: #fff;
-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
padding: 0;
} .navbar .header-shape {
position: absolute;
width: 360px;
height: 180px;
top: 0;
left: 0;
z-index: 99;
background-image: url(//www.pharmavit.eu/wp-content/themes/pharmavit/images/header-shape.svg);
background-position: center center;
background-repeat: no-repeat;
} .navbar .logo {
position: relative;
margin-left: 5px;
width: 300px;
height: 100px;
background-image: url(//www.pharmavit.eu/wp-content/themes/pharmavit/images/pharmavit-logo.svg);
display: inline-block;
background-size: 80%;
background-position: center center;
background-repeat: no-repeat;
float: left;
z-index: 99;
} .navbar .navbar-collapse.show {
overflow: scroll;
height: auto;
} .navbar .navbar-collapse.show .navbar-nav {
background-color: #fff;
overflow: visible;
width: 100%;
} .navbar .navbar-collapse.show .navbar-nav .menu-item {
background-color: #fff;
} .navbar .navbar-collapse.show .navbar-nav .menu-item a {
padding: 20px 50px 20px 50px;
} .navbar .navbar-collapse.show .navbar-nav .menu-item a:hover {
border-bottom: 5px solid transparent;
color: rgba(75, 97, 105, 0.9);
} .navbar .navbar-collapse.show .navbar-nav .menu-item .sub-menu {
display: block !important;
position: relative;
width: 100%;
box-shadow: none;
} .navbar .navbar-collapse.show .navbar-nav .menu-item .sub-menu .menu-item a {
padding: 10px 70px 10px 70px;
} .navbar .navbar-collapse.show .navbar-nav .menu-item .sub-menu .menu-item a:hover {
border-bottom: 5px solid transparent;
color: rgba(75, 97, 105, 0.9);
} .navbar .navbar-collapse.show .navbar-nav .menu-item-has-children {
height: auto;
} .navbar .navbar-collapse {
height: 100%;
} .navbar .navbar-collapse .menu-main-menu-container {
height: 100%;
margin-left: auto;
margin-right: 0px;
} .navbar .navbar-collapse .navbar-nav {
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
float: right;
} .navbar .navbar-collapse .navbar-nav .menu-item {
height: 100%;
padding: 0;
} .navbar .navbar-collapse .navbar-nav .menu-item.active {
border-bottom: 5px solid #81b926;
} .navbar .navbar-collapse .navbar-nav .menu-item.active .nav-link {
color: #4b6169;
} .navbar .navbar-collapse .navbar-nav .menu-item:last-child .nav-link {
padding: 30px 15px 25px 15px;
} .navbar .navbar-collapse .navbar-nav .menu-item a {
padding: 41px 15px 36px 15px;
border-bottom: 5px solid transparent;
line-height: 18px;
font-weight: 400;
display: block;
color: rgba(75, 97, 105, 0.7);
} .navbar .navbar-collapse .navbar-nav .menu-item a:hover {
border-bottom: 5px solid #81b926;
color: rgba(75, 97, 105, 0.9);
} .navbar .navbar-collapse .navbar-nav .menu-item .sub-menu {
display: none;
margin: 0px;
padding: 0px;
min-width: 200px;
width: inherit;
margin: 0 !important;
background-color: #fff;
position: absolute;
width: 200px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
z-index: 2;
transition: all ease-in-out 0.3s;
} .navbar .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item {
width: 100%;
list-style: none;
} .navbar .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item a {
padding: 30px 30px;
height: auto;
display: inline-block;
width: 100%;
font-size: 16px;
} .navbar .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item a:hover {
border-bottom: 5px solid #81b926;
background-color: #fff;
} .navbar .navbar-collapse .search {
height: 100%;
width: 70px;
background-image: url(//www.pharmavit.eu/wp-content/themes/pharmavit/images/search.svg);
background-position: center center;
background-size: 35% 35%;
background-repeat: no-repeat;
transition: all ease-in-out 0.3s;
cursor: pointer;
border-bottom: 5px solid transparent;
color: rgba(75, 97, 105, 0.7);
} .navbar .navbar-collapse .search:hover {
border-bottom: 5px solid #81b926;
color: rgba(75, 97, 105, 0.9);
} .navbar .navbar-toggler {
margin-right: 30px;
} .search-box {
position: fixed;
display: none;
right: 0px;
width: 300px;
height: 80px;
background-color: #fff;
z-index: 1000;
font-size: 16px;
margin-top: -5px;
border-top: 5px solid #81b926;
-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
} .search-box::-webkit-input-placeholder {
font-size: 16px;
} .search-box input, .search-box .form textarea, .form .search-box textarea {
height: 76px;
width: 100%;
border: 0;
padding: 10px 20px;
} .search-box input::-webkit-input-placeholder, .search-box .form textarea::-webkit-input-placeholder, .form .search-box textarea::-webkit-input-placeholder {
font-size: 16px;
} .sb-active {
display: block;
} .homepage .header-image {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
height: 500px;
width: 100%;
background-image: url(//www.pharmavit.eu/wp-content/themes/pharmavit/images/pharmavit-raw-material-pills.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
z-index: 10;
} .homepage .header-image .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #008fc3;
opacity: .4;
} .homepage .header-image .caption {
margin: 0 30% 0 30%;
text-align: center;
z-index: 99;
height: auto;
width: 40%;
color: #fff;
} .homepage .header-image .caption .title {
font-size: 50px;
font-weight: 600;
line-height: 1;
margin-bottom: 30px;
} .homepage .header-image .caption p {
font-size: 22px;
font-weight: 200;
margin-bottom: 50px;
} .homepage .home-intro p:last-child {
margin-bottom: 10px;
} .homepage .process {
margin: 0;
margin-top: 100px;
padding: 0;
position: relative;
} .homepage .process .grey-shape {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-size: cover;
background-position: 100% 0%;
background-image: url(//www.pharmavit.eu/wp-content/themes/pharmavit/images/grey-background-shape.png);
} .homepage .process h1, .homepage .process h2 {
margin-top: 120px;
text-align: center;
} .homepage .process .process-wrapper {
margin-top: 100px;
margin-bottom: 120px;
} .homepage .process .process-wrapper .process-item {
width: 100px;
height: 100px;
border-radius: 50px;
background-color: #fff;
margin: 0 auto;
padding: 25px 25px 25px 25px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
} .homepage .process .process-wrapper .process-item .process-icon-1 {
background-image: url(//www.pharmavit.eu/wp-content/themes/pharmavit/images/order-wish.svg);
width: 50px;
height: 50px;
} .homepage .process .process-wrapper .process-item .process-icon-2 {
background-image: url(//www.pharmavit.eu/wp-content/themes/pharmavit/images/boxing.svg);
width: 50px;
height: 50px;
} .homepage .process .process-wrapper .process-item .process-icon-3 {
background-image: url(//www.pharmavit.eu/wp-content/themes/pharmavit/images/delivery.svg);
width: 50px;
height: 50px;
} .homepage .process .process-wrapper p {
text-align: center;
padding: 30px 20px 0 20px;
font-weight: 200;
font-size: 20px;
}
@media (max-width: 1200px) { .homepage .header-image .caption {
margin: 0 20%;
width: 60%;
} .homepage .navbar .header-shape {
background-image: url(//www.pharmavit.eu/wp-content/themes/pharmavit/images/header-shape-mobile.png);
background-position: 100% 0;
height: 100px;
}
}
@media (max-width: 992px) { .homepage .header-image .caption {
margin: 0 10%;
width: 80%;
}
}
@media (max-width: 768px) { .homepage .header-image .caption .title {
font-size: 40px;
margin-bottom: 20px;
} .homepage .header-image .caption p {
font-size: 18px;
margin-bottom: 30px;
} .homepage .process .grey-shape {
background-position: 80% 0%;
}
}
@media (max-width: 500px) { .navbar .header-shape {
width: 250px;
} .navbar .logo {
width: 200px;
}
} .content-page .header-image {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
height: 300px;
width: 100%;
margin-top: 100px;
background-image: url(//www.pharmavit.eu/wp-content/themes/pharmavit/images/pharmavit-raw-material-pills.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: cover;
background-size: 100%;
z-index: 10;
} .content-page .header-image .header-caption {
color: #fff;
font-size: 26px;
font-weight: 600;
display: inline-block;
padding: 20px;
background-color: #81b926;
} .content-page .contact-us .adres-block {
float: left;
margin-bottom: 20px;
} .content-page .contact-us .contact-block {
float: left;
margin-bottom: 20px;
} .content-page .contact-us .contact-info {
margin-top: 65px;
} .content-page .contact-us .contact-info p {
font-weight: 500;
} .content-page .contact-form {
padding: 0;
margin-top: 80px;
} .content-page .google-maps {
width: 100%;
} .content-page .google-maps iframe {
width: 100%;
height: 600px;
} .content-page .page-404 {
text-align: center;
} .content-page .vc_btn3-container a.vc_btn3 {
height: 60px;
font-size: 14px;
padding: 23px 50px;
line-height: 1;
background-color: #81b926;
border-radius: 30px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
border: 0;
} .content-page .vc_btn3-container a.vc_btn3:hover {
background-color: #008fc3;
color: #fff;
} .content-page .raw-materials h1, .content-page .raw-materials h2 {
text-align: left;
} .content-page .raw-materials .intro-text {
text-align: left;
} .content-page .raw-materials .products {
margin: 50px 0 100px 0;
} .content-page .raw-materials .products .product-item {
display: block;
border-top: 5px solid transparent;
position: relative;
color: #4b6169;
width: 100%;
height: 150px;
margin-bottom: 60px;
background-color: #fff;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
} .content-page .raw-materials .products .product-item:hover {
border-top: 5px solid #81b926;
} .content-page .raw-materials .products .product-item:hover .more-info {
width: 180px;
background-color: #81b926;
} .content-page .raw-materials .products .product-item:hover .more-info span {
visibility: visible;
color: #fff;
text-transform: uppercase;
font-size: 16px;
line-height: 16px;
font-weight: 500;
padding: 22px 0 22px 0;
opacity: 1;
z-index: 1;
} .content-page .raw-materials .products .product-item:hover .more-info i {
display: none;
} .content-page .raw-materials .products .product-item .product-title {
font-weight: 500;
text-align: center;
padding: 30px 15px 0px 15px;
word-break: break-word;
} .content-page .raw-materials .products .product-item .img-wrapper {
margin-top: 15px;
width: 100%;
height: 218px;
overflow: hidden;
} .content-page .raw-materials .products .product-item .img-wrapper img {
width: 100%;
height: auto;
} .content-page .raw-materials .products .product-item .more-info {
position: absolute;
width: 60px;
height: 60px;
background-color: #008fc3;
border-radius: 30px;
bottom: -30px;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
cursor: pointer;
transition: width 0.3s;
} .content-page .raw-materials .products .product-item .more-info i {
font-size: 30px;
color: #fff;
padding: 15px 0 15px 0;
line-height: 28px;
z-index: 10;
} .content-page .raw-materials .products .product-item .more-info span {
position: absolute;
color: #008fc3;
text-transform: uppercase;
font-size: 16px;
line-height: 16px;
font-weight: 500;
padding: 22px 0 22px 0;
top: 0;
left: 0;
width: 100%;
visibility: hidden;
opacity: 0;
z-index: -1;
-webkit-transition: opacity 0.3s, visibility 0.3s;
transition: opacity 0.3s, visibility 0.3s;
} .content-page .raw-materials .product-nav {
width: 100%;
max-width: 100%;
margin-right: 0;
margin-left: auto;
text-align: right;
margin-bottom: 100px;
font-weight: 500;
} .content-page .raw-materials .product-nav .nav-prev {
padding: 10px 20px 10px 10px;
} .content-page .raw-materials .product-nav .nav-prev a {
color: #008fc3;
} .content-page .raw-materials .product-nav .nav-prev a:hover {
color: #81b926;
} .content-page .raw-materials .product-nav .nav-next {
padding: 10px 10px 10px 20px;
} .content-page .raw-materials .product-nav .nav-next a {
color: #008fc3;
} .content-page .raw-materials .product-nav .nav-next a:hover {
color: #81b926;
} .content-page .product-filter {
text-align: center;
margin-top: 50px;
} .content-page .product-filter .btn {
margin: 0px 5px 30px 5px;
max-width: 200px;
padding: 23px 25px;
color: #fff;
cursor: pointer;
} .content-page .product-filter .btn:hover {
color: #fff;
} .content-page .product {
padding-bottom: 100px;
} .content-page .product .requests {
margin-top: 70px;
} .content-page .product .requests a {
margin-right: 30px;
padding: 23px 30px;
} .content-page .product .divider {
width: 100%;
height: 1px;
background-color: #edeff0;
margin: 100px 0 100px 0;
} .content-page .content .content-wrapper {
margin-bottom: 100px;
} .content-page .article {
margin-bottom: 50px;
} .content-page .article .img-wrapper {
width: 100%;
height: 300px;
margin-bottom: 20px;
overflow: hidden;
} .content-page .article .img-wrapper img {
width: 100%;
height: auto;
} .content-page .article p {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
} .content-page .article h2 {
margin-bottom: 10px;
} .content-page .article .date {
margin-bottom: 20px;
font-size: 14px;
line-height: 1;
font-weight: 400;
} .content-page .blog-post h1, .content-page .blog-post h2 {
margin-bottom: 10px;
} .content-page .blog-post .date {
margin-bottom: 20px;
font-weight: 400;
font-size: 14px;
line-height: 1;
}
@media (max-width: 1200px) { .content-page .raw-materials .products .product-item .product-title {
padding: 20px 15px 0px 15px;
font-size: 16px;
}
}
@media (max-width: 992px) { .content-page .raw-materials .products .product-item .product-title {
font-size: 14px;
padding: 15px 15px 0px 15px;
}
}
@media (max-width: 768px) { .contact-us .contact-info {
margin-top: 20px !important;
text-align: left;
margin-bottom: 50px;
}
} .search h1, .search h2 {
margin-bottom: 50px;
} .search .search-title {
font-size: 20px;
margin-bottom: 20px;
font-weight: 600;
color: #000;
} .search .excerpt {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
margin-bottom: 20px;
} .search .search-item {
margin-bottom: 50px;
} .search .search-item .btn-primary {
padding: 20px 25px;
height: auto;
} footer {
width: 100%;
height: auto;
padding: 120px 0 0 0 !important;
} footer .footer-title {
font-weight: 400;
color: #008fc3;
} footer ul {
list-style: none;
} footer ul li {
margin-bottom: 10px;
} footer ul li a {
color: #4b6169;
} footer .line {
height: 1px;
background-color: #4b6169;
opacity: .1;
margin: 120px 50px 50px 50px;
} footer .terms {
font-size: 12px;
} footer .footer-bottom {
font-size: 14px;
width: auto;
position: relative;
margin-bottom: 30px;
text-align: center;
} footer .footer-bottom li {
display: inline-block;
margin: 0 40px 20px 40px;
}
@media (max-width: 768px) { footer {
text-align: center;
} footer .footer-block {
margin-bottom: 30px;
} footer .line {
margin: 50px 50px 50px 50px;
}
}  html, body, div, span, applet, object, iframe,
h1,
h2, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ul {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: inherit;
} ::-moz-selection {
color: #fff;
background-color: #000;
} ::selection {
color: #fff;
background-color: #000;
} :focus {
outline: -webkit-focus-ring-color auto 2px;
outline-color: #81b926;
} html, body {
font-family: 'Poppins', sans-serif;
font-size: 18px;
line-height: 32px;
color: #4b6169;
letter-spacing: 1px;
font-weight: 200;
} .wrapper {
margin-top: 100px;
} ::-webkit-input-placeholder {
color: #c4c9cc;
text-transform: uppercase;
} :-moz-placeholder {
color: #c4c9cc;
text-transform: uppercase;
} ::-moz-placeholder {
color: #c4c9cc;
text-transform: uppercase;
} :-ms-input-placeholder {
color: #c4c9cc;
text-transform: uppercase;
} .content ul {
padding-left: 40px;
} p {
margin-bottom: 30px;
} p a {
color: #008fc3;
} a:link, a:visited, a:hover {
text-decoration: none;
transition: all ease-in-out 0.3s;
} a:hover {
color: #81b926;
} h1, h2 {
color: #008fc3;
font-size: 30px;
font-weight: 400;
margin-bottom: 30px;
} h2 {
font-size: 24px;
} .content {
padding: 120px 0 0 0;
width: 100%;
height: auto;
} .content .image-block {
width: 100%;
height: auto;
margin-top: 65px;
} .form input, .form textarea {
height: 60px;
width: 100%;
border: 0;
margin-bottom: 30px;
padding: 0 0 0 20px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
} .form textarea {
height: 100px;
max-height: 150px;
min-height: 60px;
padding: 13px 0 0 20px;
} .form .btn-primary {
width: auto;
font-size: 16px;
padding: 23px 50px;
line-height: 16px;
cursor: pointer;
} .cta-image {
position: relative;
width: 100%;
height: 500px;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
z-index: 10;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
} .cta-image.small {
height: 350px;
} .cta-image .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #008fc3;
opacity: .4;
} .cta-image .caption {
position: relative;
font-size: 26px;
color: #fff;
font-weight: 500;
width: 40%;
margin: 0 auto;
text-align: center;
line-height: 36px;
z-index: 99;
height: auto;
} .cta-image .caption p {
margin-bottom: 50px;
} .cta-image .btn-primary {
margin: 0 15px 20px 15px;
} .single-divider {
width: 100%;
border-bottom: 2px solid #81b926;
} .full {
width: 100%;
} .contact-box.hide {
display: none;
} .contact-box {
position: fixed;
z-index: 99;
top: 150px;
right: 30px;
border-radius: 5px;
max-width: 300px;
} .contact-box .wrapper {
margin: 0;
padding: 30px;
background-color: #fff;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
} .contact-box .wrapper i {
position: absolute;
top: 20px;
right: 20px;
cursor: pointer;
} .contact-box .wrapper .title {
font-size: 20px;
color: #008fc3;
font-weight: 400;
margin-bottom: 20px;
} .contact-box .wrapper .send-form {
line-height: 1px;
margin: 0;
} .contact-box .wrapper .form {
max-width: 250px;
} .contact-box .wrapper .form p {
margin: 0;
} .contact-box .wrapper .form input, .contact-box .wrapper .form textarea, .contact-box .wrapper .form textarea {
height: 40px;
font-size: 14px;
margin-bottom: 15px;
} .contact-box .wrapper .form textarea {
height: 120px;
max-height: 200px;
} .contact-box .wrapper .form .send-form {
margin-bottom: 0;
} .contact-box .wrapper-tel {
margin: 0;
margin-top: 10px;
padding: 20px;
text-align: center;
background-color: #fff;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
} .contact-box .wrapper-tel .call-us {
font-size: 14px;
margin-bottom: 10px;
} .contact-box .wrapper-tel .tel {
padding: 24px 30px;
height: 40px;
font-size: 14px;
line-height: 1px;
} .overflow-hidden {
overflow: hidden;
}  .container-fluid {
padding: 0px;
}
@media (max-width: 1200px) { .contact-box {
display: none;
} .cta-image .btn-primary {
margin: 0 15px 20px 15px;
}
}
@media (max-width: 768px) { .cta-image .caption {
width: 80%;
} .cta-image .btn-primary {
margin: 0 15px 20px 15px;
}
}