This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media screen and ( max-width: 991px ) { | |
.main-bar .module-search-form .module-container, | |
.main-bar .module-nav-trigger, | |
.main-bar { | |
height: auto; | |
} | |
.main-bar .navbar-brand { | |
max-width: none; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
please notice where we're using % basis value | |
we should use % in both from and to. e.g. check slideDownLong | |
======================== | |
*/ | |
// Default Values | |
Parallax.defaults = { | |
time: 1, | |
duration: '100%', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$font-secondary: 'Poppins'; | |
$font-tertiary: 'Karla'; | |
$font-fourth: 'Roboto'; | |
/* | |
SECONDARY FONTS ( Inherit the font from body ) | |
================= | |
*/ | |
.author-heading, | |
.banner-half-bg .icon-box h3, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* jQuery alterClass plugin | |
* | |
* Remove element classes with wildcard matching. Optionally add classes: | |
* $( '#foo' ).alterClass( 'foo-* bar-*', 'foobar' ) | |
* | |
* Copyright (c) 2011 Pete Boere (the-echoplex.net) | |
* Free under terms of the MIT license: http://www.opensource.org/licenses/mit-license.php | |
* | |
*/ |