Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 55 additions & 52 deletions assets/css/templatemo-lava.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ hgroup {

html,
body {
font-family: 'Poppins', sans-serif;
font-family: "Poppins", sans-serif;
font-weight: 400;
background-color: #fff;
font-size: 16px;
Expand Down Expand Up @@ -182,7 +182,7 @@ global styles
html,
body {
background: #fff;
font-family: 'Poppins', sans-serif;
font-family: "Poppins", sans-serif;
}

::selection {
Expand All @@ -196,7 +196,6 @@ body {
}

@media (max-width: 991px) {

html,
body {
overflow-x: hidden;
Expand All @@ -216,12 +215,14 @@ body {
}
}

a.main-button-slider {
button.main-button-slider {
outline: none;

font-size: 14px;
border-radius: 25px;
padding: 15px 25px;
margin: 10px;
background-color: #ff8800;
background-color: #ff7300;
text-transform: uppercase;
color: #fff;
font-weight: 600;
Expand All @@ -232,15 +233,16 @@ a.main-button-slider {
transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
background-color: #f1556a;
button.main-button-slider:hover {
background-color: #fd7250;
box-shadow: black;
}

a.main-button {
font-size: 14px;
border-radius: 25px;
padding: 15px 25px;
background-color: #f4813f;
background-color: #f87021;
text-transform: uppercase;
color: #fff;
font-weight: 600;
Expand Down Expand Up @@ -277,7 +279,6 @@ button.main-button:hover {
background-color: #f1556a;
}


.center-heading {
margin-bottom: 70px;
}
Expand All @@ -293,7 +294,7 @@ button.main-button:hover {

.center-heading h2 em {
font-style: normal;
color: #f4813f;
color: #ff6e19;
}

.center-heading p {
Expand All @@ -302,7 +303,6 @@ button.main-button:hover {
text-align: center;
}


/*
---------------------------------------------
header
Expand Down Expand Up @@ -339,10 +339,10 @@ header
right: 0px;
z-index: 100;
height: 100px;
-webkit-transition: all .5s ease 0s;
-moz-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}

.header-area .main-nav {
Expand All @@ -364,7 +364,6 @@ header
transition: all 0.3s ease 0s;
}


.header-area .main-nav .nav {
float: left;
margin-top: 27px;
Expand Down Expand Up @@ -434,7 +433,8 @@ header
transform: translateY(-2em);
visibility: hidden;
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
Expand All @@ -460,7 +460,7 @@ header
}

.header-area .main-nav .nav li.submenu ul li a:before {
content: '';
content: "";
position: absolute;
width: 0px;
height: 40px;
Expand Down Expand Up @@ -721,7 +721,7 @@ header
}

.header-area .main-nav .nav li.submenu:after {
color: #3B566E;
color: #3b566e;
right: 25px;
font-size: 14px;
top: 15px;
Expand All @@ -739,7 +739,6 @@ header
}
}


/*
---------------------------------------------
welcome
Expand Down Expand Up @@ -772,7 +771,8 @@ welcome

.welcome-area .header-text h1 em {
font-style: normal;
color: #fba70b;
color: #fb6b0b;
font-weight: 900;
}

.welcome-area .header-text p {
Expand Down Expand Up @@ -889,8 +889,6 @@ about
display: inline-block;
}



/*
--------------------------------------------
Tracks
Expand All @@ -908,39 +906,37 @@ Tracks
align-items: center;
height: 200px;
margin-bottom: 30px;

}

.track-card a.track-button {
padding: 25px 40px;
border-radius: 25px;
margin: 0px;
background-color: #f4813f;
background-image: linear-gradient(to right, rgb(245, 62, 62), rgb(246, 90, 18));


background-image: linear-gradient(
to right,
rgb(245, 62, 62),
rgb(246, 90, 18)
);
}

a.track-button:hover {
background-color: #191a20;
background-image: linear-gradient(to right, rgb(12, 11, 11), rgb(0, 0, 0));
color: #fff !important;
border-radius: 2px;

}

/* MODAL */

.parallax-window {
height: 400px;

}

.w3-modal {
z-index: 1000;
}


.track-modal {
margin: 30px 0px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
Expand Down Expand Up @@ -990,7 +986,7 @@ Timeline
}

.timeline:before {
content: '';
content: "";
position: absolute;
left: 50%;
width: 2px;
Expand Down Expand Up @@ -1028,7 +1024,7 @@ Timeline
}

.timeline ul li:nth-child(odd):before {
content: '';
content: "";
position: absolute;
width: 10px;
height: 10px;
Expand All @@ -1040,7 +1036,7 @@ Timeline
}

.timeline ul li:nth-child(even):before {
content: '';
content: "";
position: absolute;
width: 10px;
height: 10px;
Expand Down Expand Up @@ -1100,13 +1096,13 @@ Timeline
box-shadow: 0 0 0 3px rgba(19, 1, 7, 0.335);
}

@media(max-width:1000px) {
@media (max-width: 1000px) {
.timeline {
width: 100%;
}
}

@media(max-width:767px) {
@media (max-width: 767px) {
.timeline {
width: 100%;
padding-bottom: 0;
Expand Down Expand Up @@ -1172,7 +1168,11 @@ testimonials

#workshops .item .testimonial-content {
background: rgb(244, 129, 63);
background: linear-gradient(145deg, rgba(244, 129, 63, 1) 0%, rgba(241, 85, 106, 1) 100%);
background: linear-gradient(
145deg,
rgba(244, 129, 63, 1) 0%,
rgba(241, 85, 106, 1) 100%
);
margin-left: 60px;
padding: 40px 30px;
text-align: center;
Expand Down Expand Up @@ -1226,7 +1226,11 @@ testimonials
text-align: center;
display: inline-block;
background: rgb(244, 129, 63);
background: linear-gradient(145deg, rgba(244, 129, 63, 1) 0%, rgba(241, 85, 106, 1) 100%);
background: linear-gradient(
145deg,
rgba(244, 129, 63, 1) 0%,
rgba(241, 85, 106, 1) 100%
);
position: absolute;
}

Expand All @@ -1243,7 +1247,11 @@ testimonials
text-align: center;
display: inline-block;
background: rgb(244, 129, 63);
background: linear-gradient(145deg, rgba(244, 129, 63, 1) 0%, rgba(241, 85, 106, 1) 100%);
background: linear-gradient(
145deg,
rgba(244, 129, 63, 1) 0%,
rgba(241, 85, 106, 1) 100%
);
position: absolute;
}

Expand Down Expand Up @@ -1273,18 +1281,14 @@ footer
/* border-radius: 10px;*/
background: rgba(255, 255, 255, 0);
box-shadow: 10px 10px 8px #1f1f1f;

}



.slack-url button:hover {
color: #ffffff !important;
/* border: 5px solid #000000;
border-radius: 10px;
background: rgb(248, 115, 38); */
box-shadow: 5px 8px 8px #1f1f1f;

}

@media (max-width: 992px) {
Expand Down Expand Up @@ -1339,7 +1343,6 @@ footer .footer-content {
border-radius: 5px;
background-color: #fff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}

footer .right-content {
Expand Down Expand Up @@ -1407,15 +1410,15 @@ footer .right-content {
}

.footer-content .right-content p {
color: #FFF;
color: #fff;
}

.footer-content .right-content a {
color: #FFF;
color: #fff;
}

.footer-content .right-content a:hover {
color: #FC3;
color: #fc3;
}

footer .social {
Expand Down Expand Up @@ -1471,11 +1474,11 @@ footer .sub-footer {
}

footer .sub-footer a {
color: #FFF;
color: #fff;
}

footer .sub-footer a:hover {
color: #FC3;
color: #fc3;
}

footer .sub-footer p {
Expand Down Expand Up @@ -1524,7 +1527,7 @@ preloader
height: 50px;
}

#preloader .jumper>div {
#preloader .jumper > div {
background-color: #fff;
width: 10px;
height: 10px;
Expand All @@ -1539,12 +1542,12 @@ preloader
animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
#preloader .jumper > div:nth-child(2) {
-webkit-animation-delay: 0.33333s;
animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
#preloader .jumper > div:nth-child(3) {
-webkit-animation-delay: 0.66666s;
animation-delay: 0.66666s;
}
Expand Down Expand Up @@ -1581,4 +1584,4 @@ preloader
100% {
opacity: 0;
}
}
}
Loading