You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

243 lines
6.6 KiB

@charset "UTF-8";
/*
Theme Name: Kolarix - BizTime
Author: Kolarix
Version: 1.1.0
*/
@import url(css/variables.css);
@import url(css/min_reset.css);
@import url(css/animations.css);
.header {
padding: var(--gap) 0;
z-index: 1; }
.header-wrapper {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.logo-wrapper {
font-size: 40px;
letter-spacing: 10px;
/*@media screen and (max-width: 990px) {
font-size: 0;
.tag {
font-size: 40px;
}
}*/ }
.logo-wrapper:hover {
text-decoration: none; }
@media screen and (max-width: 990px) {
.menu {
display: none;
position: absolute;
top: calc(var(--gap) * 2);
left: var(--gap);
width: calc(100% - var(--gap) * 2);
background: #ffffff;
padding: var(--gap);
text-align: center;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2); } }
.menu-item {
display: block; }
@media screen and (min-width: 991px) {
.menu-item {
display: inline-block; } }
@media screen and (max-width: 990px) {
.menu-item:not(:last-child) {
margin-bottom: var(--gap); } }
@media screen and (min-width: 991px) {
.menu-item:not(:last-child) {
margin-right: var(--gap); } }
@media screen and (max-width: 990px) {
.menu-item:last-child {
padding-top: var(--gap);
border-top: 1px solid var(--primary__hover); } }
@media screen and (min-width: 991px) {
.menu-item:last-child:before {
content: '●';
color: var(--primary__hover);
padding-right: var(--gap); } }
.menu-item:last-child a {
color: var(--primary);
padding: 10px 20px;
border: 2px solid var(--primary); }
.menu-item:last-child a:hover {
text-decoration: none;
background: var(--primary);
color: #ffffff; }
.menu-item a {
font-family: "BarlowCondensed-Bold", sans-serif;
letter-spacing: 2px; }
.mobile-nav {
width: 32px;
height: 32px;
background-image: url("images/icon-hamburger.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
cursor: pointer;
-webkit-transition: background-image 0.3s ease;
-o-transition: background-image 0.3s ease;
transition: background-image 0.3s ease; }
.mobile-nav.active {
background-image: url("images/icon-close.svg");
background-size: contain;
-webkit-transition: background-image 0.3s ease;
-o-transition: background-image 0.3s ease;
transition: background-image 0.3s ease; }
@media screen and (min-width: 991px) {
.mobile-nav {
display: none; } }
#main {
min-height: 100vh; }
.section {
text-align: center;
height: 100%; }
@media screen and (min-width: 991px) {
.section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100vh;
text-align: left; } }
.section .article {
width: 100%; }
@media screen and (min-width: 991px) {
.section .article {
height: 100%; } }
@media screen and (min-width: 991px) {
.section .article.content h1 {
display: flex;
align-items: center;
height: 100%;
max-height: calc(50% - 50px); } }
.section .article.content .wp-block-pullquote {
padding-bottom: 20px;
margin-right: var(--gap); }
.section .article.content .table-availability {
margin-bottom: 30px; }
.section .article.content .table-availability caption {
font-size: 24px; }
.section .media {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
@media screen and (max-width: 990px) {
.section .media {
margin-top: 60px; } }
.section .media .availability-checker {
position: relative; }
@media screen and (min-width: 991px) {
.section .media .availability-checker {
margin-left: var(--gap);
letter-spacing: 2px; } }
.section .media .availability-checker .wp-tag {
position: absolute;
top: 0;
left: 0; }
.section .media .availability-checker h2 {
padding: var(--gap) 0; }
@media screen and (min-width: 991px) {
.section .media .availability-checker h2 {
display: flex;
align-items: center;
padding: 0;
height: 100%;
max-height: calc(50% - 50px); } }
.section .media .availability-checker .checker-demo {
text-align: center; }
.section .media .availability-checker .checker-demo .primary {
margin-right: 10px; }
@media screen and (max-width: 990px) {
.section .media .availability-checker .checker-demo .primary {
padding: 10px 15px; } }
.section .media .availability-checker .checker-demo .sm-grey {
display: inline-block; }
.section .media .availability-checker .wp-block-image {
margin: 30px auto 0; }
@media screen and (min-width: 768px) and (max-width: 990px) {
.section .media .availability-checker > *:not(figure) {
max-width: calc(50% - 30px);
width: 100%; }
.section .media .availability-checker > .wp-block-image {
float: right;
margin-top: -25%; } }
.footer {
padding: var(--gap) 0;
margin-top: 30px;
background: #fff; }
@media screen and (min-width: 991px) {
.footer {
margin-top: 200px;
margin-bottom: -200px; } }
.footer-credits {
text-align: center; }
.footer-credits p + p {
margin-top: 5px; }
.wrapper {
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 var(--gap); }
.sm-grey {
color: var(--grey-blue);
letter-spacing: 2px; }
.tag {
font-family: "BarlowCondensed-Bold", sans-serif;
background: var(--dark-blue);
color: #ffffff;
letter-spacing: 0;
padding: 5px 10px;
border-radius: 20px;
margin-right: 20px; }
.primary {
-webkit-text-fill-color: #ffffff;
color: #ffffff;
background-color: var(--primary);
padding: 20px; }
.primary:hover {
background-color: var(--primary__hover); }
body:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 50%;
z-index: -1;
background: var(--light-grey-blue);
border-bottom-left-radius: 100px; }
body:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50%;
top: 50%;
z-index: -1;
background: var(--light-grey-blue);
border-top-right-radius: 100px; }
/*# sourceMappingURL=style.css.map */