chore: synchronize project dependencies and update vendor directory files
This commit is contained in:
@@ -0,0 +1,836 @@
|
||||
.hero-2 {
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
position: relative;
|
||||
&.overlay {
|
||||
&:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background: rgba($black, .6);
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
& > .container {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
&, & > .container > .row {
|
||||
height: 100vh;
|
||||
min-height: 670px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 50px;
|
||||
color: $white;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
@include media-breakpoint-down(md) {
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
.intro-desc {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
@include media-breakpoint-down(md) {
|
||||
left: 20px;
|
||||
}
|
||||
max-width: 450px;
|
||||
p {
|
||||
color: rgba($white, .8);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.play-vid {
|
||||
.play {
|
||||
display: inline-block;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border-radius: 50%;
|
||||
border: 1px solid rgba($white, .2);
|
||||
position: relative;
|
||||
span {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 52%;
|
||||
transform: translate(-50%, -50%);
|
||||
color: $white;
|
||||
font-size: 18px;
|
||||
}
|
||||
&:hover {
|
||||
border: 1px solid rgba($white, .7);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.line {
|
||||
width: 50px;
|
||||
height: 1px;
|
||||
background: $white;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.sec-1 {
|
||||
.heading {
|
||||
margin-bottom: 70px;
|
||||
font-weight: bold;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
@include media-breakpoint-down(md) {
|
||||
font-size: 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
&:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 1px;
|
||||
width: 300%;
|
||||
background: $black;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
.img-r {
|
||||
position: relative;
|
||||
right: -100px;
|
||||
@include media-breakpoint-down(md) {
|
||||
right: auto!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.section {
|
||||
padding: 7rem 0;
|
||||
.heading {
|
||||
font-size: 40px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
@include media-breakpoint-down(md) {
|
||||
padding: 2rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
.sec-2 {
|
||||
.heading {
|
||||
margin-bottom: 60px;
|
||||
position: relative;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
padding-bottom: 5px;
|
||||
display: inline-block;
|
||||
@include media-breakpoint-down(md) {
|
||||
font-size: 24px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
&:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 1px;
|
||||
width: 300%;
|
||||
background: $black;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sec-3 {
|
||||
.heading {
|
||||
margin-bottom: 60px;
|
||||
position: relative;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
padding-bottom: 5px;
|
||||
display: inline-block;
|
||||
@include media-breakpoint-down(md) {
|
||||
font-size: 24px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
&:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 1px;
|
||||
width: 300%;
|
||||
background: $black;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.accordion-1 {
|
||||
.accordion-item {
|
||||
button {
|
||||
background-color: transparent!important;
|
||||
color: $black;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
border-color: rgba($black, .1);
|
||||
// border-color: $black;
|
||||
border-bottom: none;
|
||||
// border-top: none;
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
font-weight: bold;
|
||||
color: $primary;
|
||||
&:after {
|
||||
filter: brightness(0.5) sepia(1) hue-rotate(29deg) saturate(6);
|
||||
}
|
||||
&.collapsed {
|
||||
background-color: transparent!important;
|
||||
border-color: rgba($black, .1);
|
||||
// border: none;
|
||||
box-shadow: none;
|
||||
color: $black;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
.accordion-collapse {
|
||||
border-top: none;
|
||||
}
|
||||
.accordion-body {
|
||||
padding-left: 0;
|
||||
padding-top: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.more-2 {
|
||||
position: relative;
|
||||
padding-right: 30px;
|
||||
display: inline-block;
|
||||
span {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
font-size: 12px;
|
||||
transform: translateY(-50%);
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: transparent;
|
||||
color: $primary;
|
||||
line-height: 1.6;
|
||||
text-align: center;
|
||||
transition: .3s all ease;
|
||||
}
|
||||
&:hover {
|
||||
color: $primary;
|
||||
span {
|
||||
background: $primary;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
&.dark {
|
||||
color: $black;
|
||||
> span {
|
||||
color: $black;
|
||||
}
|
||||
&:hover {
|
||||
color: $primary;
|
||||
span {
|
||||
color: $white;
|
||||
background: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.sec-4, .sec-5, .sec-news {
|
||||
|
||||
.heading {
|
||||
margin-bottom: 70px;
|
||||
font-weight: bold;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
@include media-breakpoint-down(md) {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
&:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 1px;
|
||||
width: 300%;
|
||||
background: $black;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.testimonial-item {
|
||||
text-align: center;
|
||||
.testimonial-item-inner {
|
||||
padding: 50px 30px;
|
||||
background: $white;
|
||||
border-radius: 10px;
|
||||
transition: .3s all ease;
|
||||
}
|
||||
.testimonial-heading {
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
blockquote {
|
||||
font-size: 18px;
|
||||
font-style: italic;
|
||||
color: #777;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.testimonial-author {
|
||||
text-anchor: center;
|
||||
img {
|
||||
width: 80px;
|
||||
margin: 0 auto 20px auto;
|
||||
border-radius: 50%;
|
||||
}
|
||||
strong {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
color: $black;
|
||||
}
|
||||
span {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.testimonial-slide-center-wrap {
|
||||
position: relative;
|
||||
.tns-outer .tns-inner {
|
||||
padding-bottom: 100px!important;
|
||||
}
|
||||
|
||||
|
||||
.tns-item {
|
||||
opacity: .3;
|
||||
transition: .3s all ease;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active {
|
||||
opacity: 1;
|
||||
|
||||
.testimonial-item-inner {
|
||||
background: $black;
|
||||
|
||||
strong {
|
||||
color: $white;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.tns-item:not(.tns-slide-active) + .tns-slide-active {
|
||||
@include media-breakpoint-down(md) {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.tns-nav {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: 0px;
|
||||
z-index: 2;
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
display: inline-block;
|
||||
margin: 2px;
|
||||
position: relative;
|
||||
&:active, &:focus {
|
||||
outline: none;
|
||||
}
|
||||
&:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border-radius: 50%;
|
||||
background-color: rgba($black, .2);
|
||||
right: 0;
|
||||
transition: .3s all ease;
|
||||
}
|
||||
&.tns-nav-active {
|
||||
&:before {
|
||||
background-color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.custom-card {
|
||||
.img {
|
||||
flex: 0 0 50px;
|
||||
margin-right: 30px;
|
||||
[class^="flaticon-"] {
|
||||
font-size: 50px;
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.video-wrap {
|
||||
position: relative;
|
||||
display: block;
|
||||
[class^="icon-"] {
|
||||
position: absolute;
|
||||
z-index: 9;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
border-radius: 50%;
|
||||
background-color: rgba($white, 1);
|
||||
text-align: center;
|
||||
}
|
||||
img {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
&:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 2;
|
||||
background: rgba($black, .5);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.sec-news {
|
||||
|
||||
}
|
||||
|
||||
.post-entry-1 {
|
||||
.meta {
|
||||
color: #ccc;
|
||||
}
|
||||
.post-entry-1-contents {
|
||||
background: $white;
|
||||
padding: 30px;
|
||||
h2 {
|
||||
font-size: 20px;
|
||||
margin-bottom: 20px;
|
||||
font-weight: bold;
|
||||
a {
|
||||
color: $black;
|
||||
&:hover {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.person-1 {
|
||||
text-align: center;
|
||||
img {
|
||||
width: 90px;
|
||||
border-radius: 50%;
|
||||
margin: 0 auto -45px auto;
|
||||
}
|
||||
.post-entry-1-contents {
|
||||
padding-top: 4rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
// sidebar
|
||||
.sidebar-box {
|
||||
margin-bottom: 30px;
|
||||
padding: 25px;
|
||||
font-size: 15px;
|
||||
width: 100%;
|
||||
float: left;
|
||||
background: $white;
|
||||
*:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.categories,
|
||||
.sidelink {
|
||||
li {
|
||||
position: relative;
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px dotted gray('300');
|
||||
list-style: none;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
border-bottom: none;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
a {
|
||||
display: block;
|
||||
span {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
color: #ccc;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
a {
|
||||
color: $black;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.comment-form-wrap {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.comment-list {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
.children {
|
||||
padding: 50px 0 0 40px;
|
||||
margin: 0;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
li {
|
||||
padding: 0;
|
||||
margin: 0 0 30px 0;
|
||||
float: left;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
list-style: none;
|
||||
.vcard {
|
||||
width: 80px;
|
||||
float: left;
|
||||
img {
|
||||
width: 50px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
.comment-body {
|
||||
float: right;
|
||||
width: calc(100% - 80px);
|
||||
h3 {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: $black;
|
||||
}
|
||||
.meta {
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
letter-spacing: .1em;
|
||||
color: #ccc;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.reply {
|
||||
padding: 5px 10px;
|
||||
background: lighten($black, 90%);
|
||||
color: $black;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
&:hover {
|
||||
color: $black;
|
||||
background: lighten($black, 89%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search-form {
|
||||
background: lighten($black, 97%);
|
||||
padding: 10px;
|
||||
.form-group {
|
||||
position: relative;
|
||||
input {
|
||||
padding-right: 50px;
|
||||
}
|
||||
}
|
||||
.icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 20px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
font-size: 13px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .2em;
|
||||
a {
|
||||
color: $white;
|
||||
border-bottom: 1px solid rgba($white, .5);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.custom-pagination {
|
||||
a {
|
||||
display: inline-block;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
font-weight: 700;
|
||||
border-radius: 50%;
|
||||
background: rgba($primary, .1);
|
||||
color: $primary;
|
||||
text-align: center;
|
||||
&:hover, &.active {
|
||||
background: $primary;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
// sidebar
|
||||
.sidebar-box {
|
||||
margin-bottom: 30px;
|
||||
padding: 25px;
|
||||
font-size: 15px;
|
||||
width: 100%;
|
||||
float: left;
|
||||
background: $white;
|
||||
*:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.categories,
|
||||
.sidelink {
|
||||
li {
|
||||
position: relative;
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px dotted gray('300');
|
||||
list-style: none;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
border-bottom: none;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
a {
|
||||
display: block;
|
||||
span {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
color: #ccc;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
a {
|
||||
color: $black;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.comment-form-wrap {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.comment-list {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
.children {
|
||||
padding: 50px 0 0 40px;
|
||||
margin: 0;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
li {
|
||||
padding: 0;
|
||||
margin: 0 0 30px 0;
|
||||
float: left;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
list-style: none;
|
||||
.vcard {
|
||||
width: 80px;
|
||||
float: left;
|
||||
img {
|
||||
width: 50px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
.comment-body {
|
||||
float: right;
|
||||
width: calc(100% - 80px);
|
||||
h3 {
|
||||
font-size: 20px;
|
||||
color: $black;
|
||||
}
|
||||
.meta {
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
letter-spacing: .1em;
|
||||
color: #ccc;
|
||||
}
|
||||
.reply {
|
||||
padding: 5px 10px;
|
||||
background: lighten($black, 90%);
|
||||
color: $black;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
&:hover {
|
||||
color: $black;
|
||||
background: lighten($black, 89%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search-form {
|
||||
background: lighten($black, 97%);
|
||||
padding: 10px;
|
||||
.form-group {
|
||||
position: relative;
|
||||
input {
|
||||
padding-right: 50px;
|
||||
}
|
||||
}
|
||||
.icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 20px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
font-size: 13px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .2em;
|
||||
a {
|
||||
color: $white;
|
||||
border-bottom: 1px solid rgba($white, .5);
|
||||
}
|
||||
}
|
||||
|
||||
.single-portfolio{
|
||||
border-radius:5px;
|
||||
overflow: hidden;
|
||||
color: $white;
|
||||
> a {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
display: block;
|
||||
|
||||
&:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
height: 100%;
|
||||
z-index: 2;
|
||||
transition: .3s all ease;
|
||||
background: rgba($black,.5);
|
||||
}
|
||||
|
||||
.contents {
|
||||
|
||||
margin-top: 20px;
|
||||
visibility: visible;
|
||||
margin-top: 20px;
|
||||
z-index: 3;
|
||||
h3 {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: $white;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
transition: .3s all ease;
|
||||
transform: scale(1.0);
|
||||
}
|
||||
&:hover {
|
||||
&:before {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
img {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
.contents {
|
||||
margin-top: 0px;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.contents {
|
||||
|
||||
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 100%;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transform: translate(-50%, -50%);
|
||||
text-align: center;
|
||||
transition: .3s all ease;
|
||||
h3 {
|
||||
color: $white
|
||||
}
|
||||
.cat {
|
||||
color: rgba($white, .5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
html, body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
body {
|
||||
font-family: $font-family-sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
// color: #252837;
|
||||
color: #7a7a7a;
|
||||
line-height: 1.6;
|
||||
}
|
||||
h1, h2, h3, h4, h5, .logo {
|
||||
font-family: $font-family-sans-serif-secondary;
|
||||
}
|
||||
h1, h2, h3, h4, h5 {
|
||||
color: $black;
|
||||
}
|
||||
a {
|
||||
transition: .3s all ease;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn {
|
||||
padding: 12px 20px;
|
||||
border-radius: 0;
|
||||
&.btn-primary {
|
||||
background-color: $black;
|
||||
color: $white;
|
||||
border: 2px solid transparent;
|
||||
&:hover {
|
||||
border: 2px solid $black;
|
||||
background-color: transparent;
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// PRELOADER STYLE
|
||||
#overlayer {
|
||||
width:100%;
|
||||
height:100%;
|
||||
position:fixed;
|
||||
z-index:7100;
|
||||
background: $white;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.loader {
|
||||
z-index:7700;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
@@ -0,0 +1,877 @@
|
||||
.hero-2 {
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
position: relative;
|
||||
&.overlay {
|
||||
&:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background: rgba($black, .6);
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
& > .container {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
&, & > .container > .row {
|
||||
height: 100vh;
|
||||
min-height: 670px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 50px;
|
||||
color: $white;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
@include media-breakpoint-down(md) {
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
.intro-desc {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
@include media-breakpoint-down(md) {
|
||||
left: 20px;
|
||||
}
|
||||
max-width: 450px;
|
||||
p {
|
||||
color: rgba($white, .8);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.play-vid {
|
||||
.play {
|
||||
display: inline-block;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border-radius: 50%;
|
||||
border: 1px solid rgba($white, .2);
|
||||
position: relative;
|
||||
span {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 52%;
|
||||
transform: translate(-50%, -50%);
|
||||
color: $white;
|
||||
font-size: 18px;
|
||||
}
|
||||
&:hover {
|
||||
border: 1px solid rgba($white, .7);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.line {
|
||||
width: 50px;
|
||||
height: 1px;
|
||||
background: $white;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.sec-1 {
|
||||
.heading {
|
||||
margin-bottom: 70px;
|
||||
font-weight: bold;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
@include media-breakpoint-down(md) {
|
||||
font-size: 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
&:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 1px;
|
||||
width: 300%;
|
||||
background: $black;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
.img-r {
|
||||
position: relative;
|
||||
right: -100px;
|
||||
@include media-breakpoint-down(md) {
|
||||
right: auto!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.section {
|
||||
padding: 7rem 0;
|
||||
.heading {
|
||||
font-size: 40px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
@include media-breakpoint-down(md) {
|
||||
padding: 2rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
.sec-2 {
|
||||
.heading {
|
||||
margin-bottom: 60px;
|
||||
position: relative;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
padding-bottom: 5px;
|
||||
display: inline-block;
|
||||
@include media-breakpoint-down(md) {
|
||||
font-size: 24px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
&:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 1px;
|
||||
width: 300%;
|
||||
background: $black;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sec-3 {
|
||||
.heading {
|
||||
margin-bottom: 60px;
|
||||
position: relative;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
padding-bottom: 5px;
|
||||
display: inline-block;
|
||||
@include media-breakpoint-down(md) {
|
||||
font-size: 24px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
&:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 1px;
|
||||
width: 300%;
|
||||
background: $black;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.accordion-1 {
|
||||
.accordion-item {
|
||||
button {
|
||||
background-color: transparent!important;
|
||||
color: $black;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
border-color: rgba($black, .1);
|
||||
// border-color: $black;
|
||||
border-bottom: none;
|
||||
// border-top: none;
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
font-weight: bold;
|
||||
color: $primary;
|
||||
&:after {
|
||||
filter: brightness(0.5) sepia(1) hue-rotate(29deg) saturate(6);
|
||||
}
|
||||
&.collapsed {
|
||||
background-color: transparent!important;
|
||||
border-color: rgba($black, .1);
|
||||
// border: none;
|
||||
box-shadow: none;
|
||||
color: $black;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
.accordion-collapse {
|
||||
border-top: none;
|
||||
}
|
||||
.accordion-body {
|
||||
padding-left: 0;
|
||||
padding-top: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.more-2 {
|
||||
position: relative;
|
||||
padding-right: 30px;
|
||||
display: inline-block;
|
||||
span {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
font-size: 12px;
|
||||
transform: translateY(-50%);
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: transparent;
|
||||
color: $primary;
|
||||
line-height: 1.6;
|
||||
text-align: center;
|
||||
transition: .3s all ease;
|
||||
}
|
||||
&:hover {
|
||||
color: $primary;
|
||||
span {
|
||||
background: $primary;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
&.dark {
|
||||
color: $black;
|
||||
> span {
|
||||
color: $black;
|
||||
}
|
||||
&:hover {
|
||||
color: $primary;
|
||||
span {
|
||||
color: $white;
|
||||
background: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.sec-4, .sec-5, .sec-news {
|
||||
|
||||
.heading {
|
||||
margin-bottom: 70px;
|
||||
font-weight: bold;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
@include media-breakpoint-down(md) {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
&:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 1px;
|
||||
width: 300%;
|
||||
background: $black;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.testimonial-item {
|
||||
text-align: center;
|
||||
.testimonial-item-inner {
|
||||
padding: 50px 30px;
|
||||
background: $white;
|
||||
border-radius: 10px;
|
||||
transition: .3s all ease;
|
||||
}
|
||||
.testimonial-heading {
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
blockquote {
|
||||
font-size: 18px;
|
||||
font-style: italic;
|
||||
color: #777;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.testimonial-author {
|
||||
text-anchor: center;
|
||||
img {
|
||||
width: 80px;
|
||||
margin: 0 auto 20px auto;
|
||||
border-radius: 50%;
|
||||
}
|
||||
strong {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
color: $black;
|
||||
}
|
||||
span {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.testimonial-slide-center-wrap {
|
||||
position: relative;
|
||||
.tns-outer .tns-inner {
|
||||
padding-bottom: 100px!important;
|
||||
}
|
||||
|
||||
|
||||
.tns-item {
|
||||
opacity: .3;
|
||||
transition: .3s all ease;
|
||||
transform: scale(0.9);
|
||||
|
||||
}
|
||||
|
||||
|
||||
.tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active {
|
||||
opacity: 1;
|
||||
|
||||
transform: scale(1.0);
|
||||
.testimonial-item-inner {
|
||||
background: $black;
|
||||
|
||||
strong {
|
||||
color: $white;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.tns-item:not(.tns-slide-active) + .tns-slide-active {
|
||||
@include media-breakpoint-down(md) {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.tns-nav {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: 0px;
|
||||
z-index: 2;
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
display: inline-block;
|
||||
margin: 2px;
|
||||
position: relative;
|
||||
&:active, &:focus {
|
||||
outline: none;
|
||||
}
|
||||
&:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border-radius: 50%;
|
||||
background-color: rgba($black, .2);
|
||||
right: 0;
|
||||
transition: .3s all ease;
|
||||
}
|
||||
&.tns-nav-active {
|
||||
&:before {
|
||||
background-color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.custom-card {
|
||||
.img {
|
||||
flex: 0 0 50px;
|
||||
margin-right: 30px;
|
||||
[class^="flaticon-"] {
|
||||
font-size: 50px;
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.video-wrap {
|
||||
position: relative;
|
||||
display: block;
|
||||
[class^="icon-"] {
|
||||
position: absolute;
|
||||
z-index: 9;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
border-radius: 50%;
|
||||
background-color: rgba($white, 1);
|
||||
text-align: center;
|
||||
}
|
||||
img {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
&:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 2;
|
||||
background: rgba($black, .5);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.sec-news {
|
||||
|
||||
}
|
||||
|
||||
.post-entry-1 {
|
||||
.meta {
|
||||
color: #ccc;
|
||||
}
|
||||
.post-entry-1-contents {
|
||||
background: $white;
|
||||
padding: 30px;
|
||||
h2 {
|
||||
font-size: 20px;
|
||||
margin-bottom: 20px;
|
||||
font-weight: bold;
|
||||
a {
|
||||
color: $black;
|
||||
&:hover {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.person-1 {
|
||||
text-align: center;
|
||||
img {
|
||||
width: 90px;
|
||||
border-radius: 50%;
|
||||
margin: 0 auto -45px auto;
|
||||
}
|
||||
.post-entry-1-contents {
|
||||
padding-top: 4rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
// sidebar
|
||||
.sidebar-box {
|
||||
margin-bottom: 30px;
|
||||
padding: 25px;
|
||||
font-size: 15px;
|
||||
width: 100%;
|
||||
float: left;
|
||||
background: $white;
|
||||
*:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.categories,
|
||||
.sidelink {
|
||||
li {
|
||||
position: relative;
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px dotted gray('300');
|
||||
list-style: none;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
border-bottom: none;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
a {
|
||||
display: block;
|
||||
span {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
color: #ccc;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
a {
|
||||
color: $black;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.comment-form-wrap {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.comment-list {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
.children {
|
||||
padding: 50px 0 0 40px;
|
||||
margin: 0;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
li {
|
||||
padding: 0;
|
||||
margin: 0 0 30px 0;
|
||||
float: left;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
list-style: none;
|
||||
.vcard {
|
||||
width: 80px;
|
||||
float: left;
|
||||
img {
|
||||
width: 50px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
.comment-body {
|
||||
float: right;
|
||||
width: calc(100% - 80px);
|
||||
h3 {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: $black;
|
||||
}
|
||||
.meta {
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
letter-spacing: .1em;
|
||||
color: #ccc;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.reply {
|
||||
padding: 5px 10px;
|
||||
background: lighten($black, 90%);
|
||||
color: $black;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
&:hover {
|
||||
color: $black;
|
||||
background: lighten($black, 89%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search-form {
|
||||
background: lighten($black, 97%);
|
||||
padding: 10px;
|
||||
.form-group {
|
||||
position: relative;
|
||||
input {
|
||||
padding-right: 50px;
|
||||
}
|
||||
}
|
||||
.icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 20px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
font-size: 13px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .2em;
|
||||
a {
|
||||
color: $white;
|
||||
border-bottom: 1px solid rgba($white, .5);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.custom-pagination {
|
||||
a {
|
||||
display: inline-block;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
font-weight: 700;
|
||||
border-radius: 50%;
|
||||
background: rgba($primary, .1);
|
||||
color: $primary;
|
||||
text-align: center;
|
||||
&:hover, &.active {
|
||||
background: $primary;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
// sidebar
|
||||
.sidebar-box {
|
||||
margin-bottom: 30px;
|
||||
padding: 25px;
|
||||
font-size: 15px;
|
||||
width: 100%;
|
||||
float: left;
|
||||
background: $white;
|
||||
*:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.categories,
|
||||
.sidelink {
|
||||
li {
|
||||
position: relative;
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px dotted gray('300');
|
||||
list-style: none;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
border-bottom: none;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
a {
|
||||
display: block;
|
||||
span {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
color: #ccc;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
a {
|
||||
color: $black;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.comment-form-wrap {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.comment-list {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
.children {
|
||||
padding: 50px 0 0 40px;
|
||||
margin: 0;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
li {
|
||||
padding: 0;
|
||||
margin: 0 0 30px 0;
|
||||
float: left;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
list-style: none;
|
||||
.vcard {
|
||||
width: 80px;
|
||||
float: left;
|
||||
img {
|
||||
width: 50px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
.comment-body {
|
||||
float: right;
|
||||
width: calc(100% - 80px);
|
||||
h3 {
|
||||
font-size: 20px;
|
||||
color: $black;
|
||||
}
|
||||
.meta {
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
letter-spacing: .1em;
|
||||
color: #ccc;
|
||||
}
|
||||
.reply {
|
||||
padding: 5px 10px;
|
||||
background: lighten($black, 90%);
|
||||
color: $black;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
&:hover {
|
||||
color: $black;
|
||||
background: lighten($black, 89%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search-form {
|
||||
background: lighten($black, 97%);
|
||||
padding: 10px;
|
||||
.form-group {
|
||||
position: relative;
|
||||
input {
|
||||
padding-right: 50px;
|
||||
}
|
||||
}
|
||||
.icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 20px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
font-size: 13px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .2em;
|
||||
a {
|
||||
color: $white;
|
||||
border-bottom: 1px solid rgba($white, .5);
|
||||
}
|
||||
}
|
||||
|
||||
.single-portfolio{
|
||||
border-radius:5px;
|
||||
overflow: hidden;
|
||||
color: $white;
|
||||
> a {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
display: block;
|
||||
|
||||
&:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
height: 100%;
|
||||
z-index: 2;
|
||||
transition: .3s all ease;
|
||||
background: rgba($black,.5);
|
||||
}
|
||||
|
||||
.contents {
|
||||
|
||||
margin-top: 20px;
|
||||
visibility: visible;
|
||||
margin-top: 20px;
|
||||
z-index: 3;
|
||||
h3 {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: $white;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
transition: .3s all ease;
|
||||
transform: scale(1.0);
|
||||
}
|
||||
&:hover {
|
||||
&:before {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
img {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
.contents {
|
||||
margin-top: 0px;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.contents {
|
||||
|
||||
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 100%;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transform: translate(-50%, -50%);
|
||||
text-align: center;
|
||||
transition: .3s all ease;
|
||||
h3 {
|
||||
color: $white
|
||||
}
|
||||
.cat {
|
||||
color: rgba($white, .5);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.person {
|
||||
h3 {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
.social-2 {
|
||||
li {
|
||||
display: inline-block;
|
||||
a {
|
||||
display: inline-block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
background: rgba($black, .02);
|
||||
border-radius: 50%
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#testimonial-nav {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top: -80px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
> span {
|
||||
border: 1px solid rgba($black, .1);
|
||||
border-radius: 4px;
|
||||
}
|
||||
span {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
.site-footer {
|
||||
padding-top: 70px;
|
||||
padding-bottom: 30px;
|
||||
font-size: 14px;
|
||||
@include media-breakpoint-down(md) {
|
||||
padding-top: 30px;
|
||||
}
|
||||
a {
|
||||
color: $black;
|
||||
&:hover {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
.widget {
|
||||
margin-bottom: 30px;
|
||||
h3 {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.social {
|
||||
li {
|
||||
display: inline-block;
|
||||
a {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 50%;
|
||||
background: $light;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
color: lighten($black, 0%);
|
||||
span {
|
||||
font-size: 20px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
&:hover {
|
||||
background-color: $primary;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.links {
|
||||
li {
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
a {
|
||||
color: $black;
|
||||
&:hover {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.copyright {
|
||||
position: relative;
|
||||
padding-top: 40px;
|
||||
margin-top: 40px;
|
||||
&:before {
|
||||
top: 0;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
content: "";
|
||||
height: 1px;
|
||||
background: lighten($dark, 70%);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,529 @@
|
||||
// MENU
|
||||
.position-relative {
|
||||
position: relative;
|
||||
}
|
||||
.logo {
|
||||
font-size: 20px;
|
||||
color: $white;
|
||||
font-weight: 700;
|
||||
top: 6px;
|
||||
position: relative;
|
||||
&:hover {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
.site-nav {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 9;
|
||||
width: 100%;
|
||||
// background-color: $white;
|
||||
// box-shadow: 0 1px 2px 0 rgba($black, .2);
|
||||
}
|
||||
|
||||
.site-nav {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
h1 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 24px;
|
||||
}
|
||||
.site-navigation {
|
||||
|
||||
.site-menu {
|
||||
|
||||
margin-bottom: 0;
|
||||
> li {
|
||||
|
||||
display: inline-block;
|
||||
> a {
|
||||
font-size: 14px;
|
||||
padding: 10px 15px;
|
||||
display: inline-block;
|
||||
text-decoration: none!important;
|
||||
color: rgba($white, .7);
|
||||
&:hover {
|
||||
color: $white;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
&.cta-button {
|
||||
a {
|
||||
padding: 6px 20px;
|
||||
border: 2px solid rgba($white, .1);
|
||||
color: $white;
|
||||
border-radius: 30px;
|
||||
&:hover {
|
||||
color: $black;
|
||||
background: $primary;
|
||||
border-color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
> a {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
.has-children {
|
||||
position: relative;
|
||||
> a {
|
||||
position: relative;
|
||||
padding-right: 20px;
|
||||
&:before {
|
||||
position: absolute;
|
||||
content: "\e313";
|
||||
font-size: 14px;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
transform: translateY(-50%);
|
||||
font-family: 'icomoon';
|
||||
}
|
||||
}
|
||||
.dropdown {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
top: 100%;
|
||||
z-index: 999;
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
box-shadow: 0 2px 10px -2px rgba(0,0,0,.1);
|
||||
|
||||
padding: 20px 0;
|
||||
margin-top: 20px;
|
||||
margin-left: 0px;
|
||||
background: $white;
|
||||
transition: 0.2s 0s;
|
||||
|
||||
&.arrow-top {
|
||||
position: absolute;
|
||||
|
||||
&:before {
|
||||
display: none;
|
||||
bottom: 100%;
|
||||
left: 20%;
|
||||
border: solid transparent;
|
||||
content: " ";
|
||||
height: 0;
|
||||
width: 0;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
}
|
||||
&:before {
|
||||
display: none;
|
||||
border-color: rgba(136, 183, 213, 0);
|
||||
border-bottom-color: $white;
|
||||
border-width: 10px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
font-size: 14px;
|
||||
text-transform: none;
|
||||
letter-spacing: normal;
|
||||
transition: 0s all;
|
||||
color: $black;
|
||||
}
|
||||
.active {
|
||||
a {
|
||||
color: $white!important;
|
||||
}
|
||||
|
||||
}
|
||||
> li {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
min-width: 180px;
|
||||
> a {
|
||||
padding: 5px 20px;
|
||||
display: block;
|
||||
&:hover {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
|
||||
&.has-children {
|
||||
> a {
|
||||
&:before {
|
||||
content: "\e315";
|
||||
right: 20px;
|
||||
}
|
||||
}
|
||||
> .dropdown, > ul {
|
||||
left: 100%;
|
||||
top: 0;
|
||||
li {
|
||||
a {
|
||||
&:hover {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&:hover, &:active, &:focus {
|
||||
> a {
|
||||
color: $primary;
|
||||
// background: darken($light, 2%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:hover, &:focus, &:active {
|
||||
> a {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
&:hover, &:focus, &:active {
|
||||
cursor: pointer;
|
||||
> .dropdown {
|
||||
transition-delay: 0s;
|
||||
margin-top: 0px;
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.site-mobile-menu-close {
|
||||
display: block;
|
||||
position: relative;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
z-index: 99;
|
||||
cursor: pointer;
|
||||
top: -20px;
|
||||
|
||||
> span {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
&:before, &:after {
|
||||
position: absolute;
|
||||
content: "";
|
||||
width: 2px;
|
||||
height: 30px;
|
||||
background: $black;
|
||||
}
|
||||
&:before {
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
&:after {
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// mobile menu
|
||||
.site-mobile-menu {
|
||||
width: 300px;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
z-index: 2000;
|
||||
padding-top: 20px;
|
||||
background: $white;
|
||||
height: calc(100vh);
|
||||
|
||||
transform: translateX(100%);
|
||||
|
||||
transition: .8s all cubic-bezier(.23,1,.32,1);
|
||||
|
||||
.offcanvas-menu & {
|
||||
box-shadow: -10px 0 20px -10px rgba(0,0,0,.1);
|
||||
transform: translateX(0%);
|
||||
}
|
||||
|
||||
.site-mobile-menu-header {
|
||||
width: 100%;
|
||||
float: left;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
|
||||
.site-mobile-menu-close {
|
||||
float: right;
|
||||
margin-top: 8px;
|
||||
span {
|
||||
font-size: 30px;
|
||||
display: inline-block;
|
||||
padding-left: 10px;
|
||||
padding-right: 0px;
|
||||
line-height: 1;
|
||||
cursor: pointer;
|
||||
transition: .3s all ease;
|
||||
&:hover {
|
||||
// color: $gray-1;
|
||||
}
|
||||
}
|
||||
}
|
||||
.site-mobile-menu-logo {
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
margin-left: 0px;
|
||||
a {
|
||||
display: inline-block;
|
||||
text-transform: uppercase;
|
||||
img {
|
||||
max-width: 70px;
|
||||
}
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.site-mobile-menu-body {
|
||||
overflow-y: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
position: relative;
|
||||
padding: 0 20px 20px 20px;
|
||||
|
||||
height: calc(100vh - 52px);
|
||||
padding-bottom: 150px;
|
||||
|
||||
}
|
||||
.site-nav-wrap {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
// float: left;
|
||||
|
||||
// width: 100%;
|
||||
// height: 100%;
|
||||
position: relative;
|
||||
|
||||
a {
|
||||
padding: 5px 20px;
|
||||
display: block;
|
||||
position: relative;
|
||||
// color: $gray-00;
|
||||
color: $black;
|
||||
&:hover {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
li {
|
||||
position: relative;
|
||||
display: block;
|
||||
&.active {
|
||||
> a {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
.arrow-collapse {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
z-index: 20;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
border-radius: 50%;
|
||||
border: 1px solid $light;
|
||||
&:hover {
|
||||
// background: $gray-100;
|
||||
}
|
||||
&:before {
|
||||
font-size: 14px;
|
||||
z-index: 20;
|
||||
font-family: "icomoon";
|
||||
content: "\e313";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%) rotate(-180deg);
|
||||
transition: .3s all ease;
|
||||
}
|
||||
&.collapsed {
|
||||
&:before {
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
> li {
|
||||
display: block;
|
||||
position: relative;
|
||||
float: left;
|
||||
width: 100%;
|
||||
|
||||
> a {
|
||||
padding-left: 20px;
|
||||
font-size: 14px;
|
||||
}
|
||||
> ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
> li {
|
||||
display: block;
|
||||
> a {
|
||||
padding-left: 40px;
|
||||
font-size: 14px;
|
||||
}
|
||||
> ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
> li {
|
||||
display: block;
|
||||
> a {
|
||||
font-size: 14px;
|
||||
padding-left: 60px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.sticky-wrapper {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
width: 100%;
|
||||
.site-navbar {
|
||||
transition: .3s all ease;
|
||||
}
|
||||
.site-navbar {
|
||||
.site-menu-toggle {
|
||||
color: $black;
|
||||
}
|
||||
.site-logo {
|
||||
a {
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
.site-menu {
|
||||
> li {
|
||||
> a {
|
||||
color: rgba($black, .8)!important;
|
||||
&:hover, &.active {
|
||||
color: $black!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.is-sticky {
|
||||
.burger:before, .burger span, .burger:after {
|
||||
background: $black;
|
||||
transition: .0s all ease;
|
||||
}
|
||||
.site-navbar {
|
||||
background: $black;
|
||||
border-bottom: 1px solid transparent;
|
||||
box-shadow: 4px 0 20px -5px rgba(0,0,0,.1);
|
||||
.site-logo {
|
||||
a {
|
||||
color: $black!important;
|
||||
|
||||
}
|
||||
}
|
||||
.site-menu {
|
||||
> li {
|
||||
> a {
|
||||
color: $black!important;
|
||||
&:hover, &.active {
|
||||
color: $primary!important;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
a {
|
||||
color: $primary!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.shrink {
|
||||
padding-top: 0px!important;
|
||||
padding-bottom: 0px!important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Burger */
|
||||
.burger {
|
||||
width: 28px;
|
||||
height: 32px;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
&.light {
|
||||
&:before, span, &:after {
|
||||
background: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
.burger:before, .burger span, .burger:after {
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
display: block;
|
||||
background: #000;
|
||||
border-radius: 2px;
|
||||
position: absolute;
|
||||
opacity: 1;
|
||||
}
|
||||
.burger:before, .burger:after {
|
||||
transition: top .35s cubic-bezier(.23,1,.32,1),transform .35s cubic-bezier(.23,1,.32,1),opacity .35s cubic-bezier(.23,1,.32,1),background-color 1.15s cubic-bezier(.86,0,.07,1);
|
||||
-webkit-transition: top .35s cubic-bezier(.23,1,.32,1),-webkit-transform .35s cubic-bezier(.23,1,.32,1),opacity .35s cubic-bezier(.23,1,.32,1),background-color 1.15s cubic-bezier(.86,0,.07,1);
|
||||
content: "";
|
||||
}
|
||||
.burger:before {
|
||||
top: 4px;
|
||||
}
|
||||
.burger span {
|
||||
top: 15px;
|
||||
}
|
||||
.burger:after {
|
||||
top: 26px;
|
||||
}
|
||||
/* Hover */
|
||||
.burger:hover:before {
|
||||
top: 7px;
|
||||
}
|
||||
.burger:hover:after {
|
||||
top: 23px;
|
||||
}
|
||||
|
||||
/* Click */
|
||||
.burger.active span {
|
||||
opacity: 0;
|
||||
}
|
||||
.burger.active:before, .burger.active:after {
|
||||
top: 40%;
|
||||
}
|
||||
.burger.active:before {
|
||||
-webkit-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
|
||||
}
|
||||
.burger.active:after {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5); /*for IE*/
|
||||
}
|
||||
.burger:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user