$font-primary: 'Work Sans', Arial, sans-serif; // Overrides $grid-gutter-width: 40px !default; $border-radius-base: 4px !default; $padding-base-vertical: 14px !default; $brand-primary: #50CB86 !default; $brand-secondary: #005689 !default; $brand-white: #fff; $brand-black: #000; $brand-darker: #444; $brand-gray: #ccc; $brand-lighter: #e9e9e9; $brand-body-color: #818892; $brand-selection-color: #f9f6f0; $brand-overlay-color: #3b3d40; $brand-bg-color: $brand-white; $input-border-focus: $brand-primary !default; $form-group-margin-bottom: 30px !default; // Mixin @mixin translateX($translatex) { -moz-transform: translateX($translatex); -webkit-transform: translateX($translatex); -ms-transform: translateX($translatex); -o-transform: translateX($translatex); transform: translateX($translatex); } @mixin transition($transition) { -moz-transition: all $transition ease; -o-transition: all $transition ease; -webkit-transition: all $transition ease; -ms-transition: all $transition ease; transition: all $transition ease; } @mixin inline-block() { display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; } @mixin border-radius($radius) { -webkit-border-radius: $radius; -moz-border-radius: $radius; -ms-border-radius: $radius; border-radius: $radius; } @mixin flex() { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } @mixin flexwrap() { flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; } @font-face { font-family: 'icomoon'; src:url('../fonts/icomoon/icomoon.eot?srf3rx'); src:url('../fonts/icomoon/icomoon.eot?srf3rx#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?srf3rx') format('truetype'), url('../fonts/icomoon/icomoon.woff?srf3rx') format('woff'), url('../fonts/icomoon/icomoon.svg?srf3rx#icomoon') format('svg'); font-weight: normal; font-style: normal; } @mixin icomoon() { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } // Import @import 'bootstrap/mixins'; @import 'bootstrap/variables'; /* ======================================================= * * Template Style * * ======================================================= */ body { font-family: $font-primary; font-weight: 400; font-size: 16px; line-height: 1.7; color: #828282; background: #fff; } #page { position: relative; overflow-x: hidden; width: 100%; height: 100%; @include transition(.5s); .offcanvas & { overflow: hidden; position: absolute; &:after { @include transition(2s); position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; background: rgba(0,0,0,.7); content: ""; } } } a { color: $brand-primary; @include transition(.5s); &:hover, &:active, &:focus { color: $brand-primary; outline: none; text-decoration: none; } } p { margin-bottom: 20px; } h1, h2, h3, h4, h5, h6, figure { color: $brand-black; font-family: $font-primary; font-weight: 400; margin: 0 0 20px 0; } ::-webkit-selection { color: $brand-white; background: $brand-primary; } ::-moz-selection { color: $brand-white; background: $brand-primary; } ::selection { color: $brand-white; background: $brand-primary; } .fh5co-nav { position: absolute; top: 0; margin: 0; padding: 0; width: 100%; padding: 40px 0; z-index: 1001; @media screen and (max-width: $screen-sm) { padding: 20px 0; } #fh5co-logo { font-size: 20px; margin: 0; padding: 0; text-transform: uppercase; font-weight: bold; } a { padding: 5px 10px; color: $brand-white; } .menu-1 { @media screen and (max-width: $screen-sm ) { display: none; } } ul { padding: 0; margin: 2px 0 0 0; li { padding: 0; margin: 0; list-style: none; display: inline; a { font-size: 14px; padding: 30px 10px; text-transform: uppercase; color: rgba(255,255,255,.5); @include transition(.5s); &:hover,&:focus, &:active { color: rgba(255,255,255,1); } } &.has-dropdown { position: relative; .dropdown { width: 130px; -webkit-box-shadow: 0px 14px 33px -9px rgba(0,0,0,0.75); -moz-box-shadow: 0px 14px 33px -9px rgba(0,0,0,0.75); box-shadow: 0px 14px 33px -9px rgba(0,0,0,0.75); z-index: 1002; visibility: hidden; opacity: 0; position: absolute; top: 40px; left: 0; text-align: left; background: $brand-white; padding: 20px; @include border-radius(4px); @include transition(.0s); &:before { bottom: 100%; // left: 30%; left: 40px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-bottom-color: #fff; border-width: 8px; margin-left: -8px; } li { display: block; margin-bottom: 7px; &:last-child { margin-bottom: 0; } a { padding: 2px 0; display: block; color: lighten($brand-black, 60%); line-height: 1.2; text-transform: none; font-size: 15px; &:hover { color: $brand-black; } } } } &:hover, &:focus { a { color: $brand-white; } .dropdown { // visibility: visible; // opacity: 1; } } } &.btn-cta { a { color: $brand-primary; span { background: $brand-white; padding: 4px 20px; @include inline-block; @include transition(.3s); @include border-radius(100px); } &:hover { span { -webkit-box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.75); -moz-box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.75); box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.75); } } } } &.active { > a { color: $brand-white!important; } } } } } #fh5co-header, #fh5co-counter, .fh5co-bg { background-size: cover; background-position: top center; background-repeat: no-repeat; position: relative; } .fh5co-bg { background-size: cover; background-position: center center; position: relative; width: 100%; float: left; position: relative; } .fh5co-video { // height: 450px; overflow: hidden; // @include border-radius(7px); @media screen and (max-width: $screen-md){ height: 450px; } a { z-index: 1001; position: absolute; top: 50%; left: 50%; margin-top: -45px; margin-left: -45px; width: 90px; height: 90px; display: table; text-align: center; background: $brand-white; -webkit-box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.75); -moz-box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.75); box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.75); @include border-radius(50%); i { text-align: center; display: table-cell; vertical-align: middle; font-size: 40px; } } .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, .5); @include transition(.5s); } &:hover { .overlay { background: rgba(0, 0, 0, .7); } a { // position: relative; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } } } .fh5co-cover { height: 800px; background-size: cover; background-position: top center; background-repeat: no-repeat; position: relative; float: left; width: 100%; .overlay { z-index: 0; position: absolute; bottom: 0; top: 0; left: 0; right: 0; background: rgba(255,93,177,1); background: -moz-linear-gradient(-45deg, rgba(255,93,177,1) 0%, rgba(0,87,137,0.7) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,93,177,1)), color-stop(100%, rgba(0,87,137,0.7))); background: -webkit-linear-gradient(-45deg, rgba(255,93,177,1) 0%, rgba(0,87,137,0.7) 100%); background: -o-linear-gradient(-45deg, rgba(255,93,177,1) 0%, rgba(0,87,137,0.7) 100%); background: -ms-linear-gradient(-45deg, rgba(255,93,177,1) 0%, rgba(0,87,137,0.7) 100%); background: linear-gradient(135deg, rgba(255,93,177,1) 0%, rgba(0,87,137,0.7) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#005789', GradientType=1 ); } > .fh5co-container { position: relative; z-index: 10; } @media screen and (max-width: $screen-sm) { height: 600px; } .display-t, .display-tc { z-index: 9; height: 900px; display: table; width: 100%; @media screen and (max-width: $screen-sm) { height: 600px; } } &.fh5co-cover-sm { height: 600px; @media screen and (max-width: $screen-sm) { height: 400px; } .display-t, .display-tc { height: 600px; display: table; width: 100%; @media screen and (max-width: $screen-sm) { height: 400px; } } } } #fh5co-counter { width: 100%; .display-t, .display-tc { // height: 500px; display: table; width: 100%; } @media screen and (max-width: $screen-sm) { height: inherit; padding: 0; .display-t, .display-tc { height: inherit; } } } .about-content{ margin-bottom: 7em; .desc{ background: $brand-white; padding: 20px; } } .fh5co-staff { text-align: center; margin-bottom: 30px; img { width: 100px; margin-bottom: 20px; @include border-radius(50%); } h3 { font-size: 24px; margin-bottom: 5px; } p { margin-bottom: 30px; } .role { color: lighten($brand-black, 75%); margin-bottom: 30px; font-weight: normal; display: block; } } .fh5co-social-icons { margin: 0; padding: 0; li { margin: 0; padding: 0; list-style: none; @include inline-block; a { @include inline-block; color: $brand-primary; padding-left: 10px; padding-right: 10px; i { font-size: 20px; } } } } .fh5co-contact-info { ul { padding: 0; margin: 0; li { padding: 0 0 0 40px; margin: 0 0 30px 0; list-style: none; position: relative; &:before { color: $brand-primary; position: absolute; left: 0; top: .05em; @include icomoon; } &.address { &:before { font-size: 30px; content: "\e9d1"; } } &.phone { &:before { font-size: 23px; content: "\e9f4"; } } &.email { &:before { font-size: 23px; content: "\e9da"; } } &.url { &:before { font-size: 23px; content: "\e9af"; } } } } } form { label { font-weight: normal!important; } } #fh5co-header, #fh5co-counter, .fh5co-cover { .display-tc { display: table-cell!important; vertical-align: middle; h1, h2 { margin: 0; padding: 0; color: rgba(255,255,255,1); // text-transform: uppercase; } h1 { margin-bottom: 0px; font-size: 60px; line-height: 1.5; @media screen and (max-width: $screen-sm) { font-size: 40px; } } h2 { font-size: 20px; line-height: 1.5; margin-bottom: 30px; } .btn { padding: 15px 30px; background: $brand-primary!important; color: $brand-white; border: none!important; font-size: 18px; text-transform: uppercase; &:hover { background: $brand-primary!important; -webkit-box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.75)!important; -moz-box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.75)!important; box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.75)!important; } } } } #fh5co-counter { text-align: center; .counter { font-size: 50px; margin-bottom: 10px; color: $brand-white; font-weight: 100; display: block; } .counter-label { margin-bottom: 0; text-transform: uppercase; color: rgba(255,255,255,.5); letter-spacing: .1em; @media screen and (max-width: $screen-md) {; font-size: 13px; } } .feature-center { margin-bottom: 4em; @media screen and (max-width: $screen-md) {; margin-bottom: 3em; width: 25%; float: left; } @media screen and (max-width: $screen-sm) {; width: 100%; } } .icon { width: 70px; height: 70px; text-align: center; -webkit-box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.75); -moz-box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.75); box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.75); margin-bottom: 30px; i { height: 70px; &:before { display: block; text-align: center; margin-left: 3px; } } } } #fh5co-portfolio, #fh5co-testimonial, #fh5co-services-section, #fh5co-about-section, #fh5co-started, #fh5co-footer, .fh5co-section { padding: 7em 0; clear: both; @media screen and (max-width: $screen-sm) { padding: 3em 0; } } #fh5co-portfolio, #fh5co-testimonial, #fh5co-footer{ @media screen and (max-width: $screen-sm) { padding-left: 15px; padding-right: 15px; } } .fh5co-bg-section{ position: relative; background: rgba(0,90,143,1); background: -moz-linear-gradient(45deg, rgba(0,90,143,1) 0%, rgba(255,97,179,1) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,90,143,1)), color-stop(100%, rgba(255,97,179,1))); background: -webkit-linear-gradient(45deg, rgba(0,90,143,1) 0%, rgba(255,97,179,1) 100%); background: -o-linear-gradient(45deg, rgba(0,90,143,1) 0%, rgba(255,97,179,1) 100%); background: -ms-linear-gradient(45deg, rgba(0,90,143,1) 0%, rgba(255,97,179,1) 100%); background: linear-gradient(45deg, rgba(0,90,143,1) 0%, rgba(255,97,179,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a8f', endColorstr='#ff61b3', GradientType=1 ); .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, .5); @include transition(.5s); } } #fh5co-features, #fh5co-features-2{ @include flex(); @include flexwrap(); width: 100%; } #fh5co-section{ @include flex(); @include flexwrap(); width: 100%; @media screen and(max-width: $screen-sm){ // padding-left: 30px; // padding-right: 30px; } } .col-nineth{ width: 75%; float: left; padding: 60px 0; @media screen and (max-width: $screen-md){ width: 100%; text-align: center; } @media screen and (max-width: $screen-sm){ padding-left: 30px; padding-right: 30px; } .col-third{ width: 33.333%; float: left; @media screen and (max-width: $screen-sm){ width: 100%; margin-bottom: 30px; } .icon { width: 90px; height: 90px; background: #efefef; display: table; text-align: center; // margin: 0 auto 30px auto; margin-bottom: 30px; @include border-radius(50%); @media screen and (max-width: $screen-md){ margin: 0 auto 30px auto; } i { display: table-cell; vertical-align: middle; height: 90px; font-size: 40px; line-height: 40px; color: $brand-primary; } } .desc{ h3{ font-size: 16px; text-transform: uppercase; letter-spacing: 2px; } } } } .col-forth{ width: 25%; float: left; padding: 40px 0; position: relative; @media screen and (max-width: $screen-md){ width: 100%; } } // Services .feature-center { text-align: center; padding-left: 10px; padding-right: 10px; float: left; width: 100%; margin-bottom: 40px; @media screen and (max-width: $screen-sm) { margin-bottom: 50px; } .icon { width: 90px; height: 90px; background: #efefef; display: table; text-align: center; margin: 0 auto 30px auto; @include border-radius(50%); i { display: table-cell; vertical-align: middle; height: 90px; font-size: 40px; line-height: 40px; color: $brand-primary; } } p, h3 { margin-bottom: 30px; } h3 { text-transform: uppercase; font-size: 18px; color: #5d5d5d; } } #fh5co-features-2{ .fh5co-heading{ h2{ color: $brand-white; font-weight: 300; } p{ color: rgba(255,255,255,.5); } } } .col-feature-9, .col-feature-3{ float: left; padding: 6em 0; } .col-feature-9{ width: 75%; padding-right: 40px; @media screen and (max-width: $screen-md){ width: 100%; } @media screen and (max-width: $screen-sm){ padding-left: 30px; padding-right: 30px; } } .col-feature-3{ width: 25%; background: rgba($brand-black,.2); background-size: cover; background-position: center center; position: relative; @media screen and (max-width: $screen-md){ width: 100%; } } /////////////// .feature-image{ // bordeR: 1px solid red; width: 128%; @media screen and (max-width: $screen-sm){ width: 100%; margin-bottom: 30px; } img{ // border: 1px solid red; width: 100%; } } .feature-left { float: left; width: 100%; margin-bottom: 30px; position: relative; &:last-child { margin-bottom: 0; } .icon { i { float: left; // display: table-cell; // vertical-align: middle; font-size: 24px; color: $brand-white; } } .feature-copy { float: right; width: 89%; @media screen and (max-width: $screen-md) { width: 89%; float: right; } h3 { text-transform: uppercase; font-size: 16px; color: $brand-white; margin-bottom: 10px; letter-spacing: 2px; line-height: 28px; } p{ color: rgba($brand-white,.7); } } } .project{ width: 100%; float: left; margin-bottom: 5em; &:last-child{ margin-bottom: 0; } .mt{ margin-top: 80px; margin-bottom: 80px; h4{ position: relative; padding-left: 40px; font-size: 20px; i{ position: absolute; left: 0; top: 0; color: $brand-primary; } } > div{ margin-bottom: 40px; } .list-nav{ margin: 50px 0 0 0; padding: 0; li{ list-style: none; margin: 0; padding: 0; font-size: 16px; padding-left: 30px; margin-bottom: 10px; position: relative; i{ position: absolute; left: 0; top: 0; font-size: 18px; color: $brand-primary; } } } } } .work-grid{ background-size: cover; background-position: center center; position: relative; width: 100%; height: 350px; float: left; display: table; margin-bottom: 40px; .desc{ position: relative; display: table-cell; vertical-align: middle; width: 100%; height: 350px; background: rgba($brand-black,.5); opacity: 0; @include transition(.2s); @media screen and (max-width: $screen-sm){ opacity: 1; } h3{ margin-bottom: 10px; a{ color: $brand-white; &:hover, &:focus{ text-decoration: none; } } } .cat{ font-size: 12px; text-transform: uppercase; color: rgba($brand-white,.6); letter-spacing: 2px; margin-bottom: 20px; display: block; } p{ padding: 0; a{ padding: 0; color: $brand-white; &:hover, &:focus{ text-decoration: none; } } } .download, .love{ line-height: 0; font-size: 16px; a{ padding: 14px 15px; line-height: 0; @include border-radius(50%); background: $brand-white; -webkit-box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.75); -moz-box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.75); -moz-ms-shadow: 0px 14px 30px -15px rgba(0,0,0,0.75); -moz-o-shadow: 0px 14px 30px -15px rgba(0,0,0,0.75); box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.75); } } .download{ a{ background: $brand-primary; } } .love{ a{ background: #E04462; } } } &:hover{ .desc{ opacity: 1; } } } .fh5co-heading { margin-bottom: 5em; &.fh5co-heading-sm { margin-bottom: 2em; } h2 { font-size: 36px; margin-bottom: 20px; line-height: 1.5; font-weight: bold; color: $brand-black; } p { font-size: 18px; line-height: 1.5; color: #828282; } } #fh5co-testimonial { background: #efefef; float: left; width: 100%; color: #52565b; blockquote { border-left: none; padding: 30px; background: #fff; -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, .1); -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, .1); -ms-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, .1); -o-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, .1); box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, .1); position: relative; &:after { content: ''; position: absolute; border-style: solid; border-width: 12px 12px 0 12px; border-color: #fff transparent; display: block; width: 0; z-index: 1; bottom: -12px; left: 10%; } } .author { margin-bottom: 0; margin-left: 10px; } } #fh5co-started { background: rgba(255,97,179,1); background: -moz-linear-gradient(-45deg, rgba(255,97,179,1) 0%, rgba(0,90,143,1) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,97,179,1)), color-stop(100%, rgba(0,90,143,1))); background: -webkit-linear-gradient(-45deg, rgba(255,97,179,1) 0%, rgba(0,90,143,1) 100%); background: -o-linear-gradient(-45deg, rgba(255,97,179,1) 0%, rgba(0,90,143,1) 100%); background: -ms-linear-gradient(-45deg, rgba(255,97,179,1) 0%, rgba(0,90,143,1) 100%); background: linear-gradient(135deg, rgba(255,97,179,1) 0%, rgba(0,90,143,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff61b3', endColorstr='#005a8f', GradientType=1 ); .fh5co-heading { h2 { color: $brand-white; margin-bottom: 20px !important; } p{ color: rgba($brand-white,.5); } } .form-control { background: rgba(255,255,255,.2); border: none!important; color: $brand-white; font-size: 16px!important; width: 100%; &::-webkit-input-placeholder { color: $brand-white; } &:-moz-placeholder { /* Firefox 18- */ color: $brand-white; } &::-moz-placeholder { /* Firefox 19+ */ color: $brand-white; } &:-ms-input-placeholder { color: $brand-white; } @include transition(.5s); &:focus { background: rgba(255,255,255,.3); } } .btn { height: 54px; border: none!important; background: $brand-primary; color: $brand-white; font-size: 16px; text-transform: uppercase; font-weight: 400; padding-left: 50px; padding-right: 50px; } .form-inline { .form-group { width: 100%!important; margin-bottom: 10px; .form-control { width: 100%; } } } .fh5co-heading { margin-bottom: 30px; h2 { margin-bottom: 0; } } } #fh5co-footer { background: #efefef; .fh5co-footer-links { padding: 0; margin: 0; li { padding: 0; margin: 0; list-style: none; a { color: $brand-black; text-decoration: none; &:hover { text-decoration: underline; } } } } .fh5co-widget { text-align: right; margin-bottom: 30px; @media screen and (max-width: $screen-sm){ text-align: left; } h3 { margin-bottom: 15px; font-weight: bold; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; } } .copyright { .block { display: block; } } } // off canvas #fh5co-offcanvas { position: absolute; z-index: 1901; width: 270px; background: lighten($brand-black, 0%); top: 0; right: 0; top: 0; bottom: 0; padding: 45px 40px 40px 40px; overflow-y: auto; @include translateX(270px); @include transition(.5s); .offcanvas & { @include translateX(0px); } a { color: rgba(255,255,255,.5); &:hover { color: rgba(255,255,255,.8); } } ul { padding: 0; margin: 0; li { padding: 0; margin: 0; list-style: none; > ul { padding-left: 20px; display: none; } &.offcanvas-has-dropdown { > a { display: block; position: relative; &:after { position: absolute; right: 0px; @include icomoon; content: "\e921"; font-size: 20px; color: rgba(255,255,255,.2); @include transition(.5s); } } &.active { a { &:after { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } } } } } } } .uppercase { font-size: 14px; color: $brand-black; margin-bottom: 10px; font-weight: 700; text-transform: uppercase; } .gototop { position: fixed; bottom: 20px; right: 20px; z-index: 999; opacity: 0; visibility: hidden; @include transition(.5s); &.active { opacity: 1; visibility: visible; } a { width: 50px; height: 50px; display: table; background: rgba(0,0,0,.5); color: $brand-white; text-align: center; @include border-radius(4px); i { height: 50px; display: table-cell; vertical-align: middle; } &:hover, &:active, &:focus { text-decoration: none; outline: none; } } } // Burger Menu .fh5co-nav-toggle { width:25px; height:25px; cursor: pointer; text-decoration: none; &.active i { &::before, &::after { background: $brand-darker; } } &:hover, &:focus, &:active { outline: none; border-bottom: none!important; } i { position: relative; display: inline-block; width: 25px; height: 2px; color: #252525; font:bold 14px/.4 Helvetica; text-transform: uppercase; text-indent:-55px; background: #252525; transition: all .2s ease-out; &::before, &::after { content:''; width: 25px; height: 2px; background: #252525; position: absolute; left:0; transition:all .2s ease-out; } } &.fh5co-nav-white { > i { color:$brand-white; background: $brand-white; &::before, &::after { background: $brand-white; } } } } .fh5co-nav-toggle i::before { top: -7px; } .fh5co-nav-toggle i::after { bottom: -7px; } .fh5co-nav-toggle:hover i::before { top: -10px; } .fh5co-nav-toggle:hover i::after { bottom: -10px; } .fh5co-nav-toggle.active i { background: transparent; } .fh5co-nav-toggle.active i::before { top:0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); } .fh5co-nav-toggle.active i::after { bottom:0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); } .fh5co-nav-toggle { position: absolute; right: 0px; top: 10px; // top: 100px; // left: -100px;; z-index: 21; padding: 6px 0 0 0; display: block; margin: 0 auto; display: none; // background: #f86942; height: 44px; width: 44px; z-index: 2001; border-bottom: none!important; @media screen and (max-width: $screen-sm) { display: block; } } // Buttons .btn { margin-right: 4px; margin-bottom: 4px; font-family: $font-primary; font-size: 16px; font-weight: 400; @include border-radius(30px); @include transition(.5s); padding: 8px 20px; &.btn-md { padding: 8px 20px!important; } &.btn-lg { padding: 18px 36px!important; } &:hover, &:active, &:focus { box-shadow: none!important; outline: none!important; } } .btn-primary { background: $brand-primary; color: $brand-white; border: 2px solid $brand-primary; &:hover, &:focus, &:active { background: lighten($brand-primary, 5%)!important; border-color: lighten($brand-primary, 5%)!important; } &.btn-outline { background: transparent; color: $brand-primary; border: 2px solid $brand-primary; &:hover, &:focus, &:active { background: $brand-primary; color: $brand-white; } } } .btn-success { background: $brand-success; color: $brand-white; border: 2px solid $brand-success; &:hover, &:focus, &:active { background: darken($brand-success, 5%)!important; border-color: darken($brand-success, 5%)!important; } &.btn-outline { background: transparent; color: $brand-success; border: 2px solid $brand-success; &:hover, &:focus, &:active { background: $brand-success; color: $brand-white; } } } .btn-info { background: $brand-info; color: $brand-white; border: 2px solid $brand-info; &:hover, &:focus, &:active { background: darken($brand-info, 5%)!important; border-color: darken($brand-info, 5%)!important; } &.btn-outline { background: transparent; color: $brand-info; border: 2px solid $brand-info; &:hover, &:focus, &:active { background: $brand-info; color: $brand-white; } } } .btn-warning { background: $brand-warning; color: $brand-white; border: 2px solid $brand-warning; &:hover, &:focus, &:active { background: darken($brand-warning, 5%)!important; border-color: darken($brand-warning, 5%)!important; } &.btn-outline { background: transparent; color: $brand-warning; border: 2px solid $brand-warning; &:hover, &:focus, &:active { background: $brand-warning; color: $brand-white; } } } .btn-danger { background: $brand-danger; color: $brand-white; border: 2px solid $brand-danger; &:hover, &:focus, &:active { background: darken($brand-danger, 5%)!important; border-color: darken($brand-danger, 5%)!important; } &.btn-outline { background: transparent; color: $brand-danger; border: 2px solid $brand-danger; &:hover, &:focus, &:active { background: $brand-danger; color: $brand-white; } } } .btn-outline { background: none; border: 2px solid lighten($brand-black, 50%); font-size: 16px; @include transition(.3s); &:hover, &:focus, &:active { box-shadow: none; } } .btn.with-arrow { position: relative; @include transition(.3s); i { visibility: hidden; opacity: 0; position: absolute; right: 0px; top: 50%; margin-top: -8px; @include transition(.2s); } &:hover { padding-right: 50px; i { color: $brand-white; right: 18px; visibility: visible; opacity: 1; } } } // Form Input Field .form-control { box-shadow: none; background: transparent; border: 2px solid rgba(0, 0, 0, 0.1); height: 54px; font-size: 18px; font-weight: 300; &:active, &:focus { outline: none; box-shadow: none; border-color: $brand-primary; } } .row-pb-md { padding-bottom: 4em!important; } .row-pb-sm { padding-bottom: 2em!important; } .fh5co-loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url(../images/loader.gif) center no-repeat #fff; } .animate-box { .js & { opacity: 0; } }