Prepare migration to Tailwind
This commit is contained in:
12
static/assets/css/bundle.min.css
vendored
12
static/assets/css/bundle.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1,412 +0,0 @@
|
||||
/*------------------------------------------------
|
||||
*
|
||||
* Theme Color - Aqua
|
||||
*
|
||||
-------------------------------------------------*/
|
||||
.theme-color-aqua a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover,
|
||||
.theme-color-aqua [class*='bg-color'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-aqua .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):hover, .theme-color-aqua .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):focus {
|
||||
color: #03D4D8;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-aqua .bg-color-theme {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-color-theme-09 {
|
||||
background: rgba(3, 212, 216, 0.9);
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-color-theme-08 {
|
||||
background: rgba(3, 212, 216, 0.8);
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-color-theme-07 {
|
||||
background: rgba(3, 212, 216, 0.7);
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-color-theme-06 {
|
||||
background: rgba(3, 212, 216, 0.6);
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-color-theme-05 {
|
||||
background: rgba(3, 212, 216, 0.5);
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-color-theme-04 {
|
||||
background: rgba(3, 212, 216, 0.4);
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-color-theme-03 {
|
||||
background: rgba(3, 212, 216, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-color-theme-02 {
|
||||
background: rgba(3, 212, 216, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-color-theme-01 {
|
||||
background: rgba(3, 212, 216, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-light-theme {
|
||||
background: #CEF6F7;
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-theme {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-outline-theme {
|
||||
border-color: #03D4D8;
|
||||
color: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-outline-theme:hover, .theme-color-aqua .button-outline-theme:focus {
|
||||
background: #03D4D8;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-circle-theme {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-circle-outline-theme {
|
||||
border-color: #03D4D8;
|
||||
color: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-circle-outline-theme:hover, .theme-color-aqua .button-circle-outline-theme:focus {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-backdrop-color-theme {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-text-theme.button-text-1, .theme-color-aqua .button-text-theme.button-text-2, .theme-color-aqua .button-text-theme.button-text-3 {
|
||||
color: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-text-theme.button-text-1:hover, .theme-color-aqua .button-text-theme.button-text-2:hover, .theme-color-aqua .button-text-theme.button-text-3:hover {
|
||||
color: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-text-theme.button-text-1:before {
|
||||
background: rgba(3, 212, 216, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-text-theme.button-text-1:after {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-text-theme.button-text-2:before {
|
||||
background: rgba(3, 212, 216, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-text-theme.button-text-2:after {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-text-theme.button-text-3:before {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .button-text-theme.button-text-3:hover:before {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .button-text-theme.button-text-1, .theme-color-aqua .bg-black .button-text-theme.button-text-2, .theme-color-aqua .bg-black .button-text-theme.button-text-3,
|
||||
.theme-color-aqua [class*='bg-dark'] .button-text-theme.button-text-1,
|
||||
.theme-color-aqua [class*='bg-dark'] .button-text-theme.button-text-2,
|
||||
.theme-color-aqua [class*='bg-dark'] .button-text-theme.button-text-3 {
|
||||
color: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .button-text-theme.button-text-1:hover, .theme-color-aqua .bg-black .button-text-theme.button-text-2:hover, .theme-color-aqua .bg-black .button-text-theme.button-text-3:hover,
|
||||
.theme-color-aqua [class*='bg-dark'] .button-text-theme.button-text-1:hover,
|
||||
.theme-color-aqua [class*='bg-dark'] .button-text-theme.button-text-2:hover,
|
||||
.theme-color-aqua [class*='bg-dark'] .button-text-theme.button-text-3:hover {
|
||||
color: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .button-text-theme.button-text-1:before,
|
||||
.theme-color-aqua [class*='bg-dark'] .button-text-theme.button-text-1:before {
|
||||
background: rgba(3, 212, 216, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .button-text-theme.button-text-1:after,
|
||||
.theme-color-aqua [class*='bg-dark'] .button-text-theme.button-text-1:after {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .button-text-theme.button-text-2:before,
|
||||
.theme-color-aqua [class*='bg-dark'] .button-text-theme.button-text-2:before {
|
||||
background: rgba(3, 212, 216, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .button-text-theme.button-text-2:after,
|
||||
.theme-color-aqua [class*='bg-dark'] .button-text-theme.button-text-2:after {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .button-text-theme.button-text-3:before,
|
||||
.theme-color-aqua [class*='bg-dark'] .button-text-theme.button-text-3:before {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .button-text-theme.button-text-3:hover:before,
|
||||
.theme-color-aqua [class*='bg-dark'] .button-text-theme.button-text-3:hover:before {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .text-color-theme {
|
||||
color: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .progress-box.progress-theme .animated-progress div {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] .progress-box.progress-theme .animated-progress div,
|
||||
.theme-color-aqua [class*='bg-color'] .progress-box.progress-theme .animated-progress div {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua.preloader-theme .preloader-1 div .loader-path {
|
||||
stroke: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua.preloader-theme .preloader-2 div span {
|
||||
background: #03D4D8;
|
||||
background: linear-gradient(to right, #03D4D8 10%, transparent 40%);
|
||||
}
|
||||
|
||||
.theme-color-aqua.preloader-theme .preloader-2 div span:before {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua.preloader-theme .preloader-3 div span:before, .theme-color-aqua.preloader-theme .preloader-3 div span:after {
|
||||
background: rgba(3, 212, 216, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-aqua .accordion li .accordion-title {
|
||||
border-color: rgba(3, 212, 216, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-aqua .accordion li .accordion-title:before, .theme-color-aqua .accordion li .accordion-title:after {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .accordion li .accordion-title h1, .theme-color-aqua .accordion li .accordion-title h2, .theme-color-aqua .accordion li .accordion-title h3, .theme-color-aqua .accordion li .accordion-title h4, .theme-color-aqua .accordion li .accordion-title h5, .theme-color-aqua .accordion li .accordion-title h6 {
|
||||
color: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .accordion li.active .accordion-title {
|
||||
border-color: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .accordion.style-3 li .accordion-title {
|
||||
background: #CEF6F7;
|
||||
}
|
||||
|
||||
.theme-color-aqua .accordion.style-3 li.active .accordion-title {
|
||||
background: #03D4D8;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua .accordion.style-3 li.active .accordion-title:before, .theme-color-aqua .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua .accordion.style-3 li.active .accordion-title h1, .theme-color-aqua .accordion.style-3 li.active .accordion-title h2, .theme-color-aqua .accordion.style-3 li.active .accordion-title h3, .theme-color-aqua .accordion.style-3 li.active .accordion-title h4, .theme-color-aqua .accordion.style-3 li.active .accordion-title h5, .theme-color-aqua .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .accordion li .accordion-title,
|
||||
.theme-color-aqua [class*='bg-dark'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .accordion li .accordion-title:before, .theme-color-aqua .bg-black .accordion li .accordion-title:after,
|
||||
.theme-color-aqua [class*='bg-dark'] .accordion li .accordion-title:before,
|
||||
.theme-color-aqua [class*='bg-dark'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .accordion li.active .accordion-title,
|
||||
.theme-color-aqua [class*='bg-dark'] .accordion li.active .accordion-title {
|
||||
border-color: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .accordion.style-3 li .accordion-title,
|
||||
.theme-color-aqua [class*='bg-dark'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-aqua [class*='bg-dark'] .accordion.style-3 li.active .accordion-title {
|
||||
background: #03D4D8;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .accordion.style-3 li.active .accordion-title:before, .theme-color-aqua .bg-black .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-aqua [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-aqua [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .accordion.style-3 li.active .accordion-title h1, .theme-color-aqua .bg-black .accordion.style-3 li.active .accordion-title h2, .theme-color-aqua .bg-black .accordion.style-3 li.active .accordion-title h3, .theme-color-aqua .bg-black .accordion.style-3 li.active .accordion-title h4, .theme-color-aqua .bg-black .accordion.style-3 li.active .accordion-title h5, .theme-color-aqua .bg-black .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-aqua [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-aqua [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-aqua [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-aqua [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-aqua [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-aqua [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] .accordion li .accordion-title,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] .accordion li .accordion-title h1, .theme-color-aqua [class*='bg-gradient'] .accordion li .accordion-title h2, .theme-color-aqua [class*='bg-gradient'] .accordion li .accordion-title h3, .theme-color-aqua [class*='bg-gradient'] .accordion li .accordion-title h4, .theme-color-aqua [class*='bg-gradient'] .accordion li .accordion-title h5, .theme-color-aqua [class*='bg-gradient'] .accordion li .accordion-title h6,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion li .accordion-title h1,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion li .accordion-title h2,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion li .accordion-title h3,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion li .accordion-title h4,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion li .accordion-title h5,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] .accordion li .accordion-title:before, .theme-color-aqua [class*='bg-gradient'] .accordion li .accordion-title:after,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion li .accordion-title:before,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] .accordion li.active .accordion-title,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion li.active .accordion-title {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li .accordion-title,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li .accordion-title h1, .theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li .accordion-title h2, .theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li .accordion-title h3, .theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li .accordion-title h4, .theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li .accordion-title h5, .theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li .accordion-title h6,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li .accordion-title h1,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li .accordion-title h2,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li .accordion-title h3,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li .accordion-title h4,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li .accordion-title h5,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li.active .accordion-title {
|
||||
background: white;
|
||||
color: #7C7C7C;
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:before, .theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h1, .theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h2, .theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h3, .theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h4, .theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h5, .theme-color-aqua [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-aqua [class*='bg-color'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.theme-color-aqua .text-link-2:before,
|
||||
.theme-color-aqua .text-link-3:before,
|
||||
.theme-color-aqua .text-link-4:before {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .text-link-5:after,
|
||||
.theme-color-aqua .text-link-6:after,
|
||||
.theme-color-aqua .text-link-7:after {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .text-link-8:before {
|
||||
background: rgba(3, 212, 216, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .text-link-2:before,
|
||||
.theme-color-aqua .bg-black .text-link-3:before,
|
||||
.theme-color-aqua .bg-black .text-link-4:before,
|
||||
.theme-color-aqua [class*='bg-dark'] .text-link-2:before,
|
||||
.theme-color-aqua [class*='bg-dark'] .text-link-3:before,
|
||||
.theme-color-aqua [class*='bg-dark'] .text-link-4:before {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .text-link-5:after,
|
||||
.theme-color-aqua .bg-black .text-link-6:after,
|
||||
.theme-color-aqua .bg-black .text-link-7:after,
|
||||
.theme-color-aqua [class*='bg-dark'] .text-link-5:after,
|
||||
.theme-color-aqua [class*='bg-dark'] .text-link-6:after,
|
||||
.theme-color-aqua [class*='bg-dark'] .text-link-7:after {
|
||||
background: #03D4D8;
|
||||
}
|
||||
|
||||
.theme-color-aqua .bg-black .text-link-8:before,
|
||||
.theme-color-aqua [class*='bg-dark'] .text-link-8:before {
|
||||
background: rgba(3, 212, 216, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] .text-link-2:before, .theme-color-aqua [class*='bg-gradient'] .text-link-3:before, .theme-color-aqua [class*='bg-gradient'] .text-link-4:before,
|
||||
.theme-color-aqua [class*='bg-color'] .text-link-2:before,
|
||||
.theme-color-aqua [class*='bg-color'] .text-link-3:before,
|
||||
.theme-color-aqua [class*='bg-color'] .text-link-4:before {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] .text-link-5:before, .theme-color-aqua [class*='bg-gradient'] .text-link-6:before, .theme-color-aqua [class*='bg-gradient'] .text-link-7:before,
|
||||
.theme-color-aqua [class*='bg-color'] .text-link-5:before,
|
||||
.theme-color-aqua [class*='bg-color'] .text-link-6:before,
|
||||
.theme-color-aqua [class*='bg-color'] .text-link-7:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] .text-link-5:after, .theme-color-aqua [class*='bg-gradient'] .text-link-6:after, .theme-color-aqua [class*='bg-gradient'] .text-link-7:after,
|
||||
.theme-color-aqua [class*='bg-color'] .text-link-5:after,
|
||||
.theme-color-aqua [class*='bg-color'] .text-link-6:after,
|
||||
.theme-color-aqua [class*='bg-color'] .text-link-7:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-aqua [class*='bg-gradient'] .text-link-8:before,
|
||||
.theme-color-aqua [class*='bg-color'] .text-link-8:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-aqua .form-style-2 input:focus, .theme-color-aqua .form-style-2 textarea:focus, .theme-color-aqua .form-style-2 .custom-select:focus, .theme-color-aqua .form-style-2 .form-control:focus,
|
||||
.theme-color-aqua .form-style-4 input:focus,
|
||||
.theme-color-aqua .form-style-4 textarea:focus,
|
||||
.theme-color-aqua .form-style-4 .custom-select:focus,
|
||||
.theme-color-aqua .form-style-4 .form-control:focus {
|
||||
border-color: #03D4D8;
|
||||
}
|
||||
@@ -1,412 +0,0 @@
|
||||
/*------------------------------------------------
|
||||
*
|
||||
* Theme Color - Blue
|
||||
*
|
||||
-------------------------------------------------*/
|
||||
.theme-color-blue a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover,
|
||||
.theme-color-blue [class*='bg-color'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-blue .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):hover, .theme-color-blue .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):focus {
|
||||
color: #0093E9;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-blue .bg-color-theme {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-color-theme-09 {
|
||||
background: rgba(0, 147, 233, 0.9);
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-color-theme-08 {
|
||||
background: rgba(0, 147, 233, 0.8);
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-color-theme-07 {
|
||||
background: rgba(0, 147, 233, 0.7);
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-color-theme-06 {
|
||||
background: rgba(0, 147, 233, 0.6);
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-color-theme-05 {
|
||||
background: rgba(0, 147, 233, 0.5);
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-color-theme-04 {
|
||||
background: rgba(0, 147, 233, 0.4);
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-color-theme-03 {
|
||||
background: rgba(0, 147, 233, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-color-theme-02 {
|
||||
background: rgba(0, 147, 233, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-color-theme-01 {
|
||||
background: rgba(0, 147, 233, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-light-theme {
|
||||
background: #e2f2fb;
|
||||
}
|
||||
|
||||
.theme-color-blue .button-theme {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .button-outline-theme {
|
||||
border-color: #0093E9;
|
||||
color: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .button-outline-theme:hover, .theme-color-blue .button-outline-theme:focus {
|
||||
background: #0093E9;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-blue .button-circle-theme {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .button-circle-outline-theme {
|
||||
border-color: #0093E9;
|
||||
color: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .button-circle-outline-theme:hover, .theme-color-blue .button-circle-outline-theme:focus {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .button-backdrop-color-theme {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .button-text-theme.button-text-1, .theme-color-blue .button-text-theme.button-text-2, .theme-color-blue .button-text-theme.button-text-3 {
|
||||
color: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .button-text-theme.button-text-1:hover, .theme-color-blue .button-text-theme.button-text-2:hover, .theme-color-blue .button-text-theme.button-text-3:hover {
|
||||
color: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .button-text-theme.button-text-1:before {
|
||||
background: rgba(0, 147, 233, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-blue .button-text-theme.button-text-1:after {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .button-text-theme.button-text-2:before {
|
||||
background: rgba(0, 147, 233, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-blue .button-text-theme.button-text-2:after {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .button-text-theme.button-text-3:before {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .button-text-theme.button-text-3:hover:before {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .button-text-theme.button-text-1, .theme-color-blue .bg-black .button-text-theme.button-text-2, .theme-color-blue .bg-black .button-text-theme.button-text-3,
|
||||
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-1,
|
||||
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-2,
|
||||
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-3 {
|
||||
color: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .button-text-theme.button-text-1:hover, .theme-color-blue .bg-black .button-text-theme.button-text-2:hover, .theme-color-blue .bg-black .button-text-theme.button-text-3:hover,
|
||||
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-1:hover,
|
||||
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-2:hover,
|
||||
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-3:hover {
|
||||
color: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .button-text-theme.button-text-1:before,
|
||||
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-1:before {
|
||||
background: rgba(0, 147, 233, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .button-text-theme.button-text-1:after,
|
||||
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-1:after {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .button-text-theme.button-text-2:before,
|
||||
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-2:before {
|
||||
background: rgba(0, 147, 233, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .button-text-theme.button-text-2:after,
|
||||
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-2:after {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .button-text-theme.button-text-3:before,
|
||||
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-3:before {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .button-text-theme.button-text-3:hover:before,
|
||||
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-3:hover:before {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .text-color-theme {
|
||||
color: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .progress-box.progress-theme .animated-progress div {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] .progress-box.progress-theme .animated-progress div,
|
||||
.theme-color-blue [class*='bg-color'] .progress-box.progress-theme .animated-progress div {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-blue.preloader-theme .preloader-1 div .loader-path {
|
||||
stroke: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue.preloader-theme .preloader-2 div span {
|
||||
background: #0093E9;
|
||||
background: linear-gradient(to right, #0093E9 10%, transparent 40%);
|
||||
}
|
||||
|
||||
.theme-color-blue.preloader-theme .preloader-2 div span:before {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue.preloader-theme .preloader-3 div span:before, .theme-color-blue.preloader-theme .preloader-3 div span:after {
|
||||
background: rgba(0, 147, 233, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-blue .accordion li .accordion-title {
|
||||
border-color: rgba(0, 147, 233, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-blue .accordion li .accordion-title:before, .theme-color-blue .accordion li .accordion-title:after {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .accordion li .accordion-title h1, .theme-color-blue .accordion li .accordion-title h2, .theme-color-blue .accordion li .accordion-title h3, .theme-color-blue .accordion li .accordion-title h4, .theme-color-blue .accordion li .accordion-title h5, .theme-color-blue .accordion li .accordion-title h6 {
|
||||
color: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .accordion li.active .accordion-title {
|
||||
border-color: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .accordion.style-3 li .accordion-title {
|
||||
background: #e2f2fb;
|
||||
}
|
||||
|
||||
.theme-color-blue .accordion.style-3 li.active .accordion-title {
|
||||
background: #0093E9;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-blue .accordion.style-3 li.active .accordion-title:before, .theme-color-blue .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-blue .accordion.style-3 li.active .accordion-title h1, .theme-color-blue .accordion.style-3 li.active .accordion-title h2, .theme-color-blue .accordion.style-3 li.active .accordion-title h3, .theme-color-blue .accordion.style-3 li.active .accordion-title h4, .theme-color-blue .accordion.style-3 li.active .accordion-title h5, .theme-color-blue .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .accordion li .accordion-title,
|
||||
.theme-color-blue [class*='bg-dark'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .accordion li .accordion-title:before, .theme-color-blue .bg-black .accordion li .accordion-title:after,
|
||||
.theme-color-blue [class*='bg-dark'] .accordion li .accordion-title:before,
|
||||
.theme-color-blue [class*='bg-dark'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .accordion li.active .accordion-title,
|
||||
.theme-color-blue [class*='bg-dark'] .accordion li.active .accordion-title {
|
||||
border-color: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .accordion.style-3 li .accordion-title,
|
||||
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title {
|
||||
background: #0093E9;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title:before, .theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title h1, .theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title h2, .theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title h3, .theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title h4, .theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title h5, .theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title,
|
||||
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title h1, .theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title h2, .theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title h3, .theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title h4, .theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title h5, .theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title h6,
|
||||
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title h1,
|
||||
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title h2,
|
||||
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title h3,
|
||||
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title h4,
|
||||
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title h5,
|
||||
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title:before, .theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title:after,
|
||||
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title:before,
|
||||
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] .accordion li.active .accordion-title,
|
||||
.theme-color-blue [class*='bg-color'] .accordion li.active .accordion-title {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] .accordion.style-3 li .accordion-title,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] .accordion.style-3 li .accordion-title h1, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li .accordion-title h2, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li .accordion-title h3, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li .accordion-title h4, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li .accordion-title h5, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li .accordion-title h6,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li .accordion-title h1,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li .accordion-title h2,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li .accordion-title h3,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li .accordion-title h4,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li .accordion-title h5,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title {
|
||||
background: white;
|
||||
color: #7C7C7C;
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:before, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h1, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h2, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h3, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h4, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h5, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.theme-color-blue .text-link-2:before,
|
||||
.theme-color-blue .text-link-3:before,
|
||||
.theme-color-blue .text-link-4:before {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .text-link-5:after,
|
||||
.theme-color-blue .text-link-6:after,
|
||||
.theme-color-blue .text-link-7:after {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .text-link-8:before {
|
||||
background: rgba(0, 147, 233, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .text-link-2:before,
|
||||
.theme-color-blue .bg-black .text-link-3:before,
|
||||
.theme-color-blue .bg-black .text-link-4:before,
|
||||
.theme-color-blue [class*='bg-dark'] .text-link-2:before,
|
||||
.theme-color-blue [class*='bg-dark'] .text-link-3:before,
|
||||
.theme-color-blue [class*='bg-dark'] .text-link-4:before {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .text-link-5:after,
|
||||
.theme-color-blue .bg-black .text-link-6:after,
|
||||
.theme-color-blue .bg-black .text-link-7:after,
|
||||
.theme-color-blue [class*='bg-dark'] .text-link-5:after,
|
||||
.theme-color-blue [class*='bg-dark'] .text-link-6:after,
|
||||
.theme-color-blue [class*='bg-dark'] .text-link-7:after {
|
||||
background: #0093E9;
|
||||
}
|
||||
|
||||
.theme-color-blue .bg-black .text-link-8:before,
|
||||
.theme-color-blue [class*='bg-dark'] .text-link-8:before {
|
||||
background: rgba(0, 147, 233, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] .text-link-2:before, .theme-color-blue [class*='bg-gradient'] .text-link-3:before, .theme-color-blue [class*='bg-gradient'] .text-link-4:before,
|
||||
.theme-color-blue [class*='bg-color'] .text-link-2:before,
|
||||
.theme-color-blue [class*='bg-color'] .text-link-3:before,
|
||||
.theme-color-blue [class*='bg-color'] .text-link-4:before {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] .text-link-5:before, .theme-color-blue [class*='bg-gradient'] .text-link-6:before, .theme-color-blue [class*='bg-gradient'] .text-link-7:before,
|
||||
.theme-color-blue [class*='bg-color'] .text-link-5:before,
|
||||
.theme-color-blue [class*='bg-color'] .text-link-6:before,
|
||||
.theme-color-blue [class*='bg-color'] .text-link-7:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] .text-link-5:after, .theme-color-blue [class*='bg-gradient'] .text-link-6:after, .theme-color-blue [class*='bg-gradient'] .text-link-7:after,
|
||||
.theme-color-blue [class*='bg-color'] .text-link-5:after,
|
||||
.theme-color-blue [class*='bg-color'] .text-link-6:after,
|
||||
.theme-color-blue [class*='bg-color'] .text-link-7:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-blue [class*='bg-gradient'] .text-link-8:before,
|
||||
.theme-color-blue [class*='bg-color'] .text-link-8:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-blue .form-style-2 input:focus, .theme-color-blue .form-style-2 textarea:focus, .theme-color-blue .form-style-2 .custom-select:focus, .theme-color-blue .form-style-2 .form-control:focus,
|
||||
.theme-color-blue .form-style-4 input:focus,
|
||||
.theme-color-blue .form-style-4 textarea:focus,
|
||||
.theme-color-blue .form-style-4 .custom-select:focus,
|
||||
.theme-color-blue .form-style-4 .form-control:focus {
|
||||
border-color: #0093E9;
|
||||
}
|
||||
@@ -1,412 +0,0 @@
|
||||
/*------------------------------------------------
|
||||
*
|
||||
* Theme Color - Golden Yellow
|
||||
*
|
||||
-------------------------------------------------*/
|
||||
.theme-color-golden-yellow a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover,
|
||||
.theme-color-golden-yellow [class*='bg-color'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-golden-yellow .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):hover, .theme-color-golden-yellow .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):focus {
|
||||
color: #FFB657;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-golden-yellow .bg-color-theme {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-color-theme-09 {
|
||||
background: rgba(255, 182, 87, 0.9);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-color-theme-08 {
|
||||
background: rgba(255, 182, 87, 0.8);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-color-theme-07 {
|
||||
background: rgba(255, 182, 87, 0.7);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-color-theme-06 {
|
||||
background: rgba(255, 182, 87, 0.6);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-color-theme-05 {
|
||||
background: rgba(255, 182, 87, 0.5);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-color-theme-04 {
|
||||
background: rgba(255, 182, 87, 0.4);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-color-theme-03 {
|
||||
background: rgba(255, 182, 87, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-color-theme-02 {
|
||||
background: rgba(255, 182, 87, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-color-theme-01 {
|
||||
background: rgba(255, 182, 87, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-light-theme {
|
||||
background: #FFEFDB;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-theme {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-outline-theme {
|
||||
border-color: #FFB657;
|
||||
color: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-outline-theme:hover, .theme-color-golden-yellow .button-outline-theme:focus {
|
||||
background: #FFB657;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-circle-theme {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-circle-outline-theme {
|
||||
border-color: #FFB657;
|
||||
color: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-circle-outline-theme:hover, .theme-color-golden-yellow .button-circle-outline-theme:focus {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-backdrop-color-theme {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-text-theme.button-text-1, .theme-color-golden-yellow .button-text-theme.button-text-2, .theme-color-golden-yellow .button-text-theme.button-text-3 {
|
||||
color: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-text-theme.button-text-1:hover, .theme-color-golden-yellow .button-text-theme.button-text-2:hover, .theme-color-golden-yellow .button-text-theme.button-text-3:hover {
|
||||
color: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-text-theme.button-text-1:before {
|
||||
background: rgba(255, 182, 87, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-text-theme.button-text-1:after {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-text-theme.button-text-2:before {
|
||||
background: rgba(255, 182, 87, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-text-theme.button-text-2:after {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-text-theme.button-text-3:before {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .button-text-theme.button-text-3:hover:before {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .button-text-theme.button-text-1, .theme-color-golden-yellow .bg-black .button-text-theme.button-text-2, .theme-color-golden-yellow .bg-black .button-text-theme.button-text-3,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .button-text-theme.button-text-1,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .button-text-theme.button-text-2,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .button-text-theme.button-text-3 {
|
||||
color: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .button-text-theme.button-text-1:hover, .theme-color-golden-yellow .bg-black .button-text-theme.button-text-2:hover, .theme-color-golden-yellow .bg-black .button-text-theme.button-text-3:hover,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .button-text-theme.button-text-1:hover,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .button-text-theme.button-text-2:hover,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .button-text-theme.button-text-3:hover {
|
||||
color: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .button-text-theme.button-text-1:before,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .button-text-theme.button-text-1:before {
|
||||
background: rgba(255, 182, 87, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .button-text-theme.button-text-1:after,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .button-text-theme.button-text-1:after {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .button-text-theme.button-text-2:before,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .button-text-theme.button-text-2:before {
|
||||
background: rgba(255, 182, 87, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .button-text-theme.button-text-2:after,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .button-text-theme.button-text-2:after {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .button-text-theme.button-text-3:before,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .button-text-theme.button-text-3:before {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .button-text-theme.button-text-3:hover:before,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .button-text-theme.button-text-3:hover:before {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .text-color-theme {
|
||||
color: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .progress-box.progress-theme .animated-progress div {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] .progress-box.progress-theme .animated-progress div,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .progress-box.progress-theme .animated-progress div {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow.preloader-theme .preloader-1 div .loader-path {
|
||||
stroke: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow.preloader-theme .preloader-2 div span {
|
||||
background: #FFB657;
|
||||
background: linear-gradient(to right, #FFB657 10%, transparent 40%);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow.preloader-theme .preloader-2 div span:before {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow.preloader-theme .preloader-3 div span:before, .theme-color-golden-yellow.preloader-theme .preloader-3 div span:after {
|
||||
background: rgba(255, 182, 87, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .accordion li .accordion-title {
|
||||
border-color: rgba(255, 182, 87, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .accordion li .accordion-title:before, .theme-color-golden-yellow .accordion li .accordion-title:after {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .accordion li .accordion-title h1, .theme-color-golden-yellow .accordion li .accordion-title h2, .theme-color-golden-yellow .accordion li .accordion-title h3, .theme-color-golden-yellow .accordion li .accordion-title h4, .theme-color-golden-yellow .accordion li .accordion-title h5, .theme-color-golden-yellow .accordion li .accordion-title h6 {
|
||||
color: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .accordion li.active .accordion-title {
|
||||
border-color: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .accordion.style-3 li .accordion-title {
|
||||
background: #FFEFDB;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .accordion.style-3 li.active .accordion-title {
|
||||
background: #FFB657;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .accordion.style-3 li.active .accordion-title:before, .theme-color-golden-yellow .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .accordion.style-3 li.active .accordion-title h1, .theme-color-golden-yellow .accordion.style-3 li.active .accordion-title h2, .theme-color-golden-yellow .accordion.style-3 li.active .accordion-title h3, .theme-color-golden-yellow .accordion.style-3 li.active .accordion-title h4, .theme-color-golden-yellow .accordion.style-3 li.active .accordion-title h5, .theme-color-golden-yellow .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .accordion li .accordion-title,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .accordion li .accordion-title:before, .theme-color-golden-yellow .bg-black .accordion li .accordion-title:after,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .accordion li .accordion-title:before,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .accordion li.active .accordion-title,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .accordion li.active .accordion-title {
|
||||
border-color: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .accordion.style-3 li .accordion-title,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .accordion.style-3 li.active .accordion-title {
|
||||
background: #FFB657;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .accordion.style-3 li.active .accordion-title:before, .theme-color-golden-yellow .bg-black .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .accordion.style-3 li.active .accordion-title h1, .theme-color-golden-yellow .bg-black .accordion.style-3 li.active .accordion-title h2, .theme-color-golden-yellow .bg-black .accordion.style-3 li.active .accordion-title h3, .theme-color-golden-yellow .bg-black .accordion.style-3 li.active .accordion-title h4, .theme-color-golden-yellow .bg-black .accordion.style-3 li.active .accordion-title h5, .theme-color-golden-yellow .bg-black .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] .accordion li .accordion-title,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] .accordion li .accordion-title h1, .theme-color-golden-yellow [class*='bg-gradient'] .accordion li .accordion-title h2, .theme-color-golden-yellow [class*='bg-gradient'] .accordion li .accordion-title h3, .theme-color-golden-yellow [class*='bg-gradient'] .accordion li .accordion-title h4, .theme-color-golden-yellow [class*='bg-gradient'] .accordion li .accordion-title h5, .theme-color-golden-yellow [class*='bg-gradient'] .accordion li .accordion-title h6,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion li .accordion-title h1,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion li .accordion-title h2,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion li .accordion-title h3,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion li .accordion-title h4,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion li .accordion-title h5,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] .accordion li .accordion-title:before, .theme-color-golden-yellow [class*='bg-gradient'] .accordion li .accordion-title:after,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion li .accordion-title:before,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] .accordion li.active .accordion-title,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion li.active .accordion-title {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li .accordion-title,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li .accordion-title h1, .theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li .accordion-title h2, .theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li .accordion-title h3, .theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li .accordion-title h4, .theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li .accordion-title h5, .theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li .accordion-title h6,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li .accordion-title h1,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li .accordion-title h2,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li .accordion-title h3,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li .accordion-title h4,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li .accordion-title h5,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li.active .accordion-title {
|
||||
background: white;
|
||||
color: #7C7C7C;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:before, .theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h1, .theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h2, .theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h3, .theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h4, .theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h5, .theme-color-golden-yellow [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .text-link-2:before,
|
||||
.theme-color-golden-yellow .text-link-3:before,
|
||||
.theme-color-golden-yellow .text-link-4:before {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .text-link-5:after,
|
||||
.theme-color-golden-yellow .text-link-6:after,
|
||||
.theme-color-golden-yellow .text-link-7:after {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .text-link-8:before {
|
||||
background: rgba(255, 182, 87, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .text-link-2:before,
|
||||
.theme-color-golden-yellow .bg-black .text-link-3:before,
|
||||
.theme-color-golden-yellow .bg-black .text-link-4:before,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .text-link-2:before,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .text-link-3:before,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .text-link-4:before {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .text-link-5:after,
|
||||
.theme-color-golden-yellow .bg-black .text-link-6:after,
|
||||
.theme-color-golden-yellow .bg-black .text-link-7:after,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .text-link-5:after,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .text-link-6:after,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .text-link-7:after {
|
||||
background: #FFB657;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .bg-black .text-link-8:before,
|
||||
.theme-color-golden-yellow [class*='bg-dark'] .text-link-8:before {
|
||||
background: rgba(255, 182, 87, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] .text-link-2:before, .theme-color-golden-yellow [class*='bg-gradient'] .text-link-3:before, .theme-color-golden-yellow [class*='bg-gradient'] .text-link-4:before,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .text-link-2:before,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .text-link-3:before,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .text-link-4:before {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] .text-link-5:before, .theme-color-golden-yellow [class*='bg-gradient'] .text-link-6:before, .theme-color-golden-yellow [class*='bg-gradient'] .text-link-7:before,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .text-link-5:before,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .text-link-6:before,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .text-link-7:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] .text-link-5:after, .theme-color-golden-yellow [class*='bg-gradient'] .text-link-6:after, .theme-color-golden-yellow [class*='bg-gradient'] .text-link-7:after,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .text-link-5:after,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .text-link-6:after,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .text-link-7:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow [class*='bg-gradient'] .text-link-8:before,
|
||||
.theme-color-golden-yellow [class*='bg-color'] .text-link-8:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-golden-yellow .form-style-2 input:focus, .theme-color-golden-yellow .form-style-2 textarea:focus, .theme-color-golden-yellow .form-style-2 .custom-select:focus, .theme-color-golden-yellow .form-style-2 .form-control:focus,
|
||||
.theme-color-golden-yellow .form-style-4 input:focus,
|
||||
.theme-color-golden-yellow .form-style-4 textarea:focus,
|
||||
.theme-color-golden-yellow .form-style-4 .custom-select:focus,
|
||||
.theme-color-golden-yellow .form-style-4 .form-control:focus {
|
||||
border-color: #FFB657;
|
||||
}
|
||||
@@ -1,412 +0,0 @@
|
||||
/*------------------------------------------------
|
||||
*
|
||||
* Theme Color - Pink Edge
|
||||
*
|
||||
-------------------------------------------------*/
|
||||
.theme-color-pink-edge a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover,
|
||||
.theme-color-pink-edge [class*='bg-color'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-pink-edge .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):hover, .theme-color-pink-edge .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):focus {
|
||||
color: #FE9AB6;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-pink-edge .bg-color-theme {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-color-theme-09 {
|
||||
background: rgba(254, 154, 182, 0.9);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-color-theme-08 {
|
||||
background: rgba(254, 154, 182, 0.8);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-color-theme-07 {
|
||||
background: rgba(254, 154, 182, 0.7);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-color-theme-06 {
|
||||
background: rgba(254, 154, 182, 0.6);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-color-theme-05 {
|
||||
background: rgba(254, 154, 182, 0.5);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-color-theme-04 {
|
||||
background: rgba(254, 154, 182, 0.4);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-color-theme-03 {
|
||||
background: rgba(254, 154, 182, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-color-theme-02 {
|
||||
background: rgba(254, 154, 182, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-color-theme-01 {
|
||||
background: rgba(254, 154, 182, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-light-theme {
|
||||
background: #FEE6ED;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-theme {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-outline-theme {
|
||||
border-color: #FE9AB6;
|
||||
color: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-outline-theme:hover, .theme-color-pink-edge .button-outline-theme:focus {
|
||||
background: #FE9AB6;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-circle-theme {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-circle-outline-theme {
|
||||
border-color: #FE9AB6;
|
||||
color: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-circle-outline-theme:hover, .theme-color-pink-edge .button-circle-outline-theme:focus {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-backdrop-color-theme {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-text-theme.button-text-1, .theme-color-pink-edge .button-text-theme.button-text-2, .theme-color-pink-edge .button-text-theme.button-text-3 {
|
||||
color: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-text-theme.button-text-1:hover, .theme-color-pink-edge .button-text-theme.button-text-2:hover, .theme-color-pink-edge .button-text-theme.button-text-3:hover {
|
||||
color: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-text-theme.button-text-1:before {
|
||||
background: rgba(254, 154, 182, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-text-theme.button-text-1:after {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-text-theme.button-text-2:before {
|
||||
background: rgba(254, 154, 182, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-text-theme.button-text-2:after {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-text-theme.button-text-3:before {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .button-text-theme.button-text-3:hover:before {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .button-text-theme.button-text-1, .theme-color-pink-edge .bg-black .button-text-theme.button-text-2, .theme-color-pink-edge .bg-black .button-text-theme.button-text-3,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .button-text-theme.button-text-1,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .button-text-theme.button-text-2,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .button-text-theme.button-text-3 {
|
||||
color: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .button-text-theme.button-text-1:hover, .theme-color-pink-edge .bg-black .button-text-theme.button-text-2:hover, .theme-color-pink-edge .bg-black .button-text-theme.button-text-3:hover,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .button-text-theme.button-text-1:hover,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .button-text-theme.button-text-2:hover,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .button-text-theme.button-text-3:hover {
|
||||
color: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .button-text-theme.button-text-1:before,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .button-text-theme.button-text-1:before {
|
||||
background: rgba(254, 154, 182, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .button-text-theme.button-text-1:after,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .button-text-theme.button-text-1:after {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .button-text-theme.button-text-2:before,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .button-text-theme.button-text-2:before {
|
||||
background: rgba(254, 154, 182, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .button-text-theme.button-text-2:after,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .button-text-theme.button-text-2:after {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .button-text-theme.button-text-3:before,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .button-text-theme.button-text-3:before {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .button-text-theme.button-text-3:hover:before,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .button-text-theme.button-text-3:hover:before {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .text-color-theme {
|
||||
color: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .progress-box.progress-theme .animated-progress div {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] .progress-box.progress-theme .animated-progress div,
|
||||
.theme-color-pink-edge [class*='bg-color'] .progress-box.progress-theme .animated-progress div {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge.preloader-theme .preloader-1 div .loader-path {
|
||||
stroke: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge.preloader-theme .preloader-2 div span {
|
||||
background: #FE9AB6;
|
||||
background: linear-gradient(to right, #FE9AB6 10%, transparent 40%);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge.preloader-theme .preloader-2 div span:before {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge.preloader-theme .preloader-3 div span:before, .theme-color-pink-edge.preloader-theme .preloader-3 div span:after {
|
||||
background: rgba(254, 154, 182, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .accordion li .accordion-title {
|
||||
border-color: rgba(254, 154, 182, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .accordion li .accordion-title:before, .theme-color-pink-edge .accordion li .accordion-title:after {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .accordion li .accordion-title h1, .theme-color-pink-edge .accordion li .accordion-title h2, .theme-color-pink-edge .accordion li .accordion-title h3, .theme-color-pink-edge .accordion li .accordion-title h4, .theme-color-pink-edge .accordion li .accordion-title h5, .theme-color-pink-edge .accordion li .accordion-title h6 {
|
||||
color: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .accordion li.active .accordion-title {
|
||||
border-color: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .accordion.style-3 li .accordion-title {
|
||||
background: #FEE6ED;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .accordion.style-3 li.active .accordion-title {
|
||||
background: #FE9AB6;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .accordion.style-3 li.active .accordion-title:before, .theme-color-pink-edge .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .accordion.style-3 li.active .accordion-title h1, .theme-color-pink-edge .accordion.style-3 li.active .accordion-title h2, .theme-color-pink-edge .accordion.style-3 li.active .accordion-title h3, .theme-color-pink-edge .accordion.style-3 li.active .accordion-title h4, .theme-color-pink-edge .accordion.style-3 li.active .accordion-title h5, .theme-color-pink-edge .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .accordion li .accordion-title,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .accordion li .accordion-title:before, .theme-color-pink-edge .bg-black .accordion li .accordion-title:after,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .accordion li .accordion-title:before,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .accordion li.active .accordion-title,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .accordion li.active .accordion-title {
|
||||
border-color: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .accordion.style-3 li .accordion-title,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .accordion.style-3 li.active .accordion-title {
|
||||
background: #FE9AB6;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .accordion.style-3 li.active .accordion-title:before, .theme-color-pink-edge .bg-black .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .accordion.style-3 li.active .accordion-title h1, .theme-color-pink-edge .bg-black .accordion.style-3 li.active .accordion-title h2, .theme-color-pink-edge .bg-black .accordion.style-3 li.active .accordion-title h3, .theme-color-pink-edge .bg-black .accordion.style-3 li.active .accordion-title h4, .theme-color-pink-edge .bg-black .accordion.style-3 li.active .accordion-title h5, .theme-color-pink-edge .bg-black .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] .accordion li .accordion-title,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] .accordion li .accordion-title h1, .theme-color-pink-edge [class*='bg-gradient'] .accordion li .accordion-title h2, .theme-color-pink-edge [class*='bg-gradient'] .accordion li .accordion-title h3, .theme-color-pink-edge [class*='bg-gradient'] .accordion li .accordion-title h4, .theme-color-pink-edge [class*='bg-gradient'] .accordion li .accordion-title h5, .theme-color-pink-edge [class*='bg-gradient'] .accordion li .accordion-title h6,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion li .accordion-title h1,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion li .accordion-title h2,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion li .accordion-title h3,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion li .accordion-title h4,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion li .accordion-title h5,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] .accordion li .accordion-title:before, .theme-color-pink-edge [class*='bg-gradient'] .accordion li .accordion-title:after,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion li .accordion-title:before,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] .accordion li.active .accordion-title,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion li.active .accordion-title {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li .accordion-title,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li .accordion-title h1, .theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li .accordion-title h2, .theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li .accordion-title h3, .theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li .accordion-title h4, .theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li .accordion-title h5, .theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li .accordion-title h6,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li .accordion-title h1,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li .accordion-title h2,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li .accordion-title h3,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li .accordion-title h4,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li .accordion-title h5,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li.active .accordion-title {
|
||||
background: white;
|
||||
color: #7C7C7C;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:before, .theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h1, .theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h2, .theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h3, .theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h4, .theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h5, .theme-color-pink-edge [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-pink-edge [class*='bg-color'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .text-link-2:before,
|
||||
.theme-color-pink-edge .text-link-3:before,
|
||||
.theme-color-pink-edge .text-link-4:before {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .text-link-5:after,
|
||||
.theme-color-pink-edge .text-link-6:after,
|
||||
.theme-color-pink-edge .text-link-7:after {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .text-link-8:before {
|
||||
background: rgba(254, 154, 182, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .text-link-2:before,
|
||||
.theme-color-pink-edge .bg-black .text-link-3:before,
|
||||
.theme-color-pink-edge .bg-black .text-link-4:before,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .text-link-2:before,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .text-link-3:before,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .text-link-4:before {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .text-link-5:after,
|
||||
.theme-color-pink-edge .bg-black .text-link-6:after,
|
||||
.theme-color-pink-edge .bg-black .text-link-7:after,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .text-link-5:after,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .text-link-6:after,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .text-link-7:after {
|
||||
background: #FE9AB6;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .bg-black .text-link-8:before,
|
||||
.theme-color-pink-edge [class*='bg-dark'] .text-link-8:before {
|
||||
background: rgba(254, 154, 182, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] .text-link-2:before, .theme-color-pink-edge [class*='bg-gradient'] .text-link-3:before, .theme-color-pink-edge [class*='bg-gradient'] .text-link-4:before,
|
||||
.theme-color-pink-edge [class*='bg-color'] .text-link-2:before,
|
||||
.theme-color-pink-edge [class*='bg-color'] .text-link-3:before,
|
||||
.theme-color-pink-edge [class*='bg-color'] .text-link-4:before {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] .text-link-5:before, .theme-color-pink-edge [class*='bg-gradient'] .text-link-6:before, .theme-color-pink-edge [class*='bg-gradient'] .text-link-7:before,
|
||||
.theme-color-pink-edge [class*='bg-color'] .text-link-5:before,
|
||||
.theme-color-pink-edge [class*='bg-color'] .text-link-6:before,
|
||||
.theme-color-pink-edge [class*='bg-color'] .text-link-7:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] .text-link-5:after, .theme-color-pink-edge [class*='bg-gradient'] .text-link-6:after, .theme-color-pink-edge [class*='bg-gradient'] .text-link-7:after,
|
||||
.theme-color-pink-edge [class*='bg-color'] .text-link-5:after,
|
||||
.theme-color-pink-edge [class*='bg-color'] .text-link-6:after,
|
||||
.theme-color-pink-edge [class*='bg-color'] .text-link-7:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-pink-edge [class*='bg-gradient'] .text-link-8:before,
|
||||
.theme-color-pink-edge [class*='bg-color'] .text-link-8:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-pink-edge .form-style-2 input:focus, .theme-color-pink-edge .form-style-2 textarea:focus, .theme-color-pink-edge .form-style-2 .custom-select:focus, .theme-color-pink-edge .form-style-2 .form-control:focus,
|
||||
.theme-color-pink-edge .form-style-4 input:focus,
|
||||
.theme-color-pink-edge .form-style-4 textarea:focus,
|
||||
.theme-color-pink-edge .form-style-4 .custom-select:focus,
|
||||
.theme-color-pink-edge .form-style-4 .form-control:focus {
|
||||
border-color: #FE9AB6;
|
||||
}
|
||||
@@ -1,412 +0,0 @@
|
||||
/*------------------------------------------------
|
||||
*
|
||||
* Theme Color - Purple
|
||||
*
|
||||
-------------------------------------------------*/
|
||||
.theme-color-purple a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover,
|
||||
.theme-color-purple [class*='bg-color'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-purple .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):hover, .theme-color-purple .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):focus {
|
||||
color: #B721FF;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-purple .bg-color-theme {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-color-theme-09 {
|
||||
background: rgba(183, 33, 255, 0.9);
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-color-theme-08 {
|
||||
background: rgba(183, 33, 255, 0.8);
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-color-theme-07 {
|
||||
background: rgba(183, 33, 255, 0.7);
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-color-theme-06 {
|
||||
background: rgba(183, 33, 255, 0.6);
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-color-theme-05 {
|
||||
background: rgba(183, 33, 255, 0.5);
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-color-theme-04 {
|
||||
background: rgba(183, 33, 255, 0.4);
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-color-theme-03 {
|
||||
background: rgba(183, 33, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-color-theme-02 {
|
||||
background: rgba(183, 33, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-color-theme-01 {
|
||||
background: rgba(183, 33, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-light-theme {
|
||||
background: #F5E4FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .button-theme {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .button-outline-theme {
|
||||
border-color: #B721FF;
|
||||
color: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .button-outline-theme:hover, .theme-color-purple .button-outline-theme:focus {
|
||||
background: #B721FF;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-purple .button-circle-theme {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .button-circle-outline-theme {
|
||||
border-color: #B721FF;
|
||||
color: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .button-circle-outline-theme:hover, .theme-color-purple .button-circle-outline-theme:focus {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .button-backdrop-color-theme {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .button-text-theme.button-text-1, .theme-color-purple .button-text-theme.button-text-2, .theme-color-purple .button-text-theme.button-text-3 {
|
||||
color: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .button-text-theme.button-text-1:hover, .theme-color-purple .button-text-theme.button-text-2:hover, .theme-color-purple .button-text-theme.button-text-3:hover {
|
||||
color: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .button-text-theme.button-text-1:before {
|
||||
background: rgba(183, 33, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-purple .button-text-theme.button-text-1:after {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .button-text-theme.button-text-2:before {
|
||||
background: rgba(183, 33, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-purple .button-text-theme.button-text-2:after {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .button-text-theme.button-text-3:before {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .button-text-theme.button-text-3:hover:before {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .button-text-theme.button-text-1, .theme-color-purple .bg-black .button-text-theme.button-text-2, .theme-color-purple .bg-black .button-text-theme.button-text-3,
|
||||
.theme-color-purple [class*='bg-dark'] .button-text-theme.button-text-1,
|
||||
.theme-color-purple [class*='bg-dark'] .button-text-theme.button-text-2,
|
||||
.theme-color-purple [class*='bg-dark'] .button-text-theme.button-text-3 {
|
||||
color: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .button-text-theme.button-text-1:hover, .theme-color-purple .bg-black .button-text-theme.button-text-2:hover, .theme-color-purple .bg-black .button-text-theme.button-text-3:hover,
|
||||
.theme-color-purple [class*='bg-dark'] .button-text-theme.button-text-1:hover,
|
||||
.theme-color-purple [class*='bg-dark'] .button-text-theme.button-text-2:hover,
|
||||
.theme-color-purple [class*='bg-dark'] .button-text-theme.button-text-3:hover {
|
||||
color: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .button-text-theme.button-text-1:before,
|
||||
.theme-color-purple [class*='bg-dark'] .button-text-theme.button-text-1:before {
|
||||
background: rgba(183, 33, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .button-text-theme.button-text-1:after,
|
||||
.theme-color-purple [class*='bg-dark'] .button-text-theme.button-text-1:after {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .button-text-theme.button-text-2:before,
|
||||
.theme-color-purple [class*='bg-dark'] .button-text-theme.button-text-2:before {
|
||||
background: rgba(183, 33, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .button-text-theme.button-text-2:after,
|
||||
.theme-color-purple [class*='bg-dark'] .button-text-theme.button-text-2:after {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .button-text-theme.button-text-3:before,
|
||||
.theme-color-purple [class*='bg-dark'] .button-text-theme.button-text-3:before {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .button-text-theme.button-text-3:hover:before,
|
||||
.theme-color-purple [class*='bg-dark'] .button-text-theme.button-text-3:hover:before {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .text-color-theme {
|
||||
color: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .progress-box.progress-theme .animated-progress div {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] .progress-box.progress-theme .animated-progress div,
|
||||
.theme-color-purple [class*='bg-color'] .progress-box.progress-theme .animated-progress div {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-purple.preloader-theme .preloader-1 div .loader-path {
|
||||
stroke: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple.preloader-theme .preloader-2 div span {
|
||||
background: #B721FF;
|
||||
background: linear-gradient(to right, #B721FF 10%, transparent 40%);
|
||||
}
|
||||
|
||||
.theme-color-purple.preloader-theme .preloader-2 div span:before {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple.preloader-theme .preloader-3 div span:before, .theme-color-purple.preloader-theme .preloader-3 div span:after {
|
||||
background: rgba(183, 33, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-purple .accordion li .accordion-title {
|
||||
border-color: rgba(183, 33, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-purple .accordion li .accordion-title:before, .theme-color-purple .accordion li .accordion-title:after {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .accordion li .accordion-title h1, .theme-color-purple .accordion li .accordion-title h2, .theme-color-purple .accordion li .accordion-title h3, .theme-color-purple .accordion li .accordion-title h4, .theme-color-purple .accordion li .accordion-title h5, .theme-color-purple .accordion li .accordion-title h6 {
|
||||
color: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .accordion li.active .accordion-title {
|
||||
border-color: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .accordion.style-3 li .accordion-title {
|
||||
background: #F5E4FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .accordion.style-3 li.active .accordion-title {
|
||||
background: #B721FF;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-purple .accordion.style-3 li.active .accordion-title:before, .theme-color-purple .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-purple .accordion.style-3 li.active .accordion-title h1, .theme-color-purple .accordion.style-3 li.active .accordion-title h2, .theme-color-purple .accordion.style-3 li.active .accordion-title h3, .theme-color-purple .accordion.style-3 li.active .accordion-title h4, .theme-color-purple .accordion.style-3 li.active .accordion-title h5, .theme-color-purple .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .accordion li .accordion-title,
|
||||
.theme-color-purple [class*='bg-dark'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .accordion li .accordion-title:before, .theme-color-purple .bg-black .accordion li .accordion-title:after,
|
||||
.theme-color-purple [class*='bg-dark'] .accordion li .accordion-title:before,
|
||||
.theme-color-purple [class*='bg-dark'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .accordion li.active .accordion-title,
|
||||
.theme-color-purple [class*='bg-dark'] .accordion li.active .accordion-title {
|
||||
border-color: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .accordion.style-3 li .accordion-title,
|
||||
.theme-color-purple [class*='bg-dark'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-purple [class*='bg-dark'] .accordion.style-3 li.active .accordion-title {
|
||||
background: #B721FF;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .accordion.style-3 li.active .accordion-title:before, .theme-color-purple .bg-black .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-purple [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-purple [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .accordion.style-3 li.active .accordion-title h1, .theme-color-purple .bg-black .accordion.style-3 li.active .accordion-title h2, .theme-color-purple .bg-black .accordion.style-3 li.active .accordion-title h3, .theme-color-purple .bg-black .accordion.style-3 li.active .accordion-title h4, .theme-color-purple .bg-black .accordion.style-3 li.active .accordion-title h5, .theme-color-purple .bg-black .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-purple [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-purple [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-purple [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-purple [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-purple [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-purple [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] .accordion li .accordion-title,
|
||||
.theme-color-purple [class*='bg-color'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] .accordion li .accordion-title h1, .theme-color-purple [class*='bg-gradient'] .accordion li .accordion-title h2, .theme-color-purple [class*='bg-gradient'] .accordion li .accordion-title h3, .theme-color-purple [class*='bg-gradient'] .accordion li .accordion-title h4, .theme-color-purple [class*='bg-gradient'] .accordion li .accordion-title h5, .theme-color-purple [class*='bg-gradient'] .accordion li .accordion-title h6,
|
||||
.theme-color-purple [class*='bg-color'] .accordion li .accordion-title h1,
|
||||
.theme-color-purple [class*='bg-color'] .accordion li .accordion-title h2,
|
||||
.theme-color-purple [class*='bg-color'] .accordion li .accordion-title h3,
|
||||
.theme-color-purple [class*='bg-color'] .accordion li .accordion-title h4,
|
||||
.theme-color-purple [class*='bg-color'] .accordion li .accordion-title h5,
|
||||
.theme-color-purple [class*='bg-color'] .accordion li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] .accordion li .accordion-title:before, .theme-color-purple [class*='bg-gradient'] .accordion li .accordion-title:after,
|
||||
.theme-color-purple [class*='bg-color'] .accordion li .accordion-title:before,
|
||||
.theme-color-purple [class*='bg-color'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] .accordion li.active .accordion-title,
|
||||
.theme-color-purple [class*='bg-color'] .accordion li.active .accordion-title {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] .accordion.style-3 li .accordion-title,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] .accordion.style-3 li .accordion-title h1, .theme-color-purple [class*='bg-gradient'] .accordion.style-3 li .accordion-title h2, .theme-color-purple [class*='bg-gradient'] .accordion.style-3 li .accordion-title h3, .theme-color-purple [class*='bg-gradient'] .accordion.style-3 li .accordion-title h4, .theme-color-purple [class*='bg-gradient'] .accordion.style-3 li .accordion-title h5, .theme-color-purple [class*='bg-gradient'] .accordion.style-3 li .accordion-title h6,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li .accordion-title h1,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li .accordion-title h2,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li .accordion-title h3,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li .accordion-title h4,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li .accordion-title h5,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li.active .accordion-title {
|
||||
background: white;
|
||||
color: #7C7C7C;
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:before, .theme-color-purple [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h1, .theme-color-purple [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h2, .theme-color-purple [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h3, .theme-color-purple [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h4, .theme-color-purple [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h5, .theme-color-purple [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-purple [class*='bg-color'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.theme-color-purple .text-link-2:before,
|
||||
.theme-color-purple .text-link-3:before,
|
||||
.theme-color-purple .text-link-4:before {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .text-link-5:after,
|
||||
.theme-color-purple .text-link-6:after,
|
||||
.theme-color-purple .text-link-7:after {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .text-link-8:before {
|
||||
background: rgba(183, 33, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .text-link-2:before,
|
||||
.theme-color-purple .bg-black .text-link-3:before,
|
||||
.theme-color-purple .bg-black .text-link-4:before,
|
||||
.theme-color-purple [class*='bg-dark'] .text-link-2:before,
|
||||
.theme-color-purple [class*='bg-dark'] .text-link-3:before,
|
||||
.theme-color-purple [class*='bg-dark'] .text-link-4:before {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .text-link-5:after,
|
||||
.theme-color-purple .bg-black .text-link-6:after,
|
||||
.theme-color-purple .bg-black .text-link-7:after,
|
||||
.theme-color-purple [class*='bg-dark'] .text-link-5:after,
|
||||
.theme-color-purple [class*='bg-dark'] .text-link-6:after,
|
||||
.theme-color-purple [class*='bg-dark'] .text-link-7:after {
|
||||
background: #B721FF;
|
||||
}
|
||||
|
||||
.theme-color-purple .bg-black .text-link-8:before,
|
||||
.theme-color-purple [class*='bg-dark'] .text-link-8:before {
|
||||
background: rgba(183, 33, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] .text-link-2:before, .theme-color-purple [class*='bg-gradient'] .text-link-3:before, .theme-color-purple [class*='bg-gradient'] .text-link-4:before,
|
||||
.theme-color-purple [class*='bg-color'] .text-link-2:before,
|
||||
.theme-color-purple [class*='bg-color'] .text-link-3:before,
|
||||
.theme-color-purple [class*='bg-color'] .text-link-4:before {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] .text-link-5:before, .theme-color-purple [class*='bg-gradient'] .text-link-6:before, .theme-color-purple [class*='bg-gradient'] .text-link-7:before,
|
||||
.theme-color-purple [class*='bg-color'] .text-link-5:before,
|
||||
.theme-color-purple [class*='bg-color'] .text-link-6:before,
|
||||
.theme-color-purple [class*='bg-color'] .text-link-7:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] .text-link-5:after, .theme-color-purple [class*='bg-gradient'] .text-link-6:after, .theme-color-purple [class*='bg-gradient'] .text-link-7:after,
|
||||
.theme-color-purple [class*='bg-color'] .text-link-5:after,
|
||||
.theme-color-purple [class*='bg-color'] .text-link-6:after,
|
||||
.theme-color-purple [class*='bg-color'] .text-link-7:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-purple [class*='bg-gradient'] .text-link-8:before,
|
||||
.theme-color-purple [class*='bg-color'] .text-link-8:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-purple .form-style-2 input:focus, .theme-color-purple .form-style-2 textarea:focus, .theme-color-purple .form-style-2 .custom-select:focus, .theme-color-purple .form-style-2 .form-control:focus,
|
||||
.theme-color-purple .form-style-4 input:focus,
|
||||
.theme-color-purple .form-style-4 textarea:focus,
|
||||
.theme-color-purple .form-style-4 .custom-select:focus,
|
||||
.theme-color-purple .form-style-4 .form-control:focus {
|
||||
border-color: #B721FF;
|
||||
}
|
||||
@@ -1,412 +0,0 @@
|
||||
/*------------------------------------------------
|
||||
*
|
||||
* Theme Color - Spring Red
|
||||
*
|
||||
-------------------------------------------------*/
|
||||
.theme-color-spring-red a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover,
|
||||
.theme-color-spring-red [class*='bg-color'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-spring-red .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):hover, .theme-color-spring-red .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):focus {
|
||||
color: #BE1F35;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-spring-red .bg-color-theme {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-color-theme-09 {
|
||||
background: rgba(190, 31, 53, 0.9);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-color-theme-08 {
|
||||
background: rgba(190, 31, 53, 0.8);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-color-theme-07 {
|
||||
background: rgba(190, 31, 53, 0.7);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-color-theme-06 {
|
||||
background: rgba(190, 31, 53, 0.6);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-color-theme-05 {
|
||||
background: rgba(190, 31, 53, 0.5);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-color-theme-04 {
|
||||
background: rgba(190, 31, 53, 0.4);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-color-theme-03 {
|
||||
background: rgba(190, 31, 53, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-color-theme-02 {
|
||||
background: rgba(190, 31, 53, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-color-theme-01 {
|
||||
background: rgba(190, 31, 53, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-light-theme {
|
||||
background: #F7E5E7;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-theme {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-outline-theme {
|
||||
border-color: #BE1F35;
|
||||
color: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-outline-theme:hover, .theme-color-spring-red .button-outline-theme:focus {
|
||||
background: #BE1F35;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-circle-theme {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-circle-outline-theme {
|
||||
border-color: #BE1F35;
|
||||
color: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-circle-outline-theme:hover, .theme-color-spring-red .button-circle-outline-theme:focus {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-backdrop-color-theme {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-text-theme.button-text-1, .theme-color-spring-red .button-text-theme.button-text-2, .theme-color-spring-red .button-text-theme.button-text-3 {
|
||||
color: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-text-theme.button-text-1:hover, .theme-color-spring-red .button-text-theme.button-text-2:hover, .theme-color-spring-red .button-text-theme.button-text-3:hover {
|
||||
color: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-text-theme.button-text-1:before {
|
||||
background: rgba(190, 31, 53, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-text-theme.button-text-1:after {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-text-theme.button-text-2:before {
|
||||
background: rgba(190, 31, 53, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-text-theme.button-text-2:after {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-text-theme.button-text-3:before {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .button-text-theme.button-text-3:hover:before {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .button-text-theme.button-text-1, .theme-color-spring-red .bg-black .button-text-theme.button-text-2, .theme-color-spring-red .bg-black .button-text-theme.button-text-3,
|
||||
.theme-color-spring-red [class*='bg-dark'] .button-text-theme.button-text-1,
|
||||
.theme-color-spring-red [class*='bg-dark'] .button-text-theme.button-text-2,
|
||||
.theme-color-spring-red [class*='bg-dark'] .button-text-theme.button-text-3 {
|
||||
color: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .button-text-theme.button-text-1:hover, .theme-color-spring-red .bg-black .button-text-theme.button-text-2:hover, .theme-color-spring-red .bg-black .button-text-theme.button-text-3:hover,
|
||||
.theme-color-spring-red [class*='bg-dark'] .button-text-theme.button-text-1:hover,
|
||||
.theme-color-spring-red [class*='bg-dark'] .button-text-theme.button-text-2:hover,
|
||||
.theme-color-spring-red [class*='bg-dark'] .button-text-theme.button-text-3:hover {
|
||||
color: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .button-text-theme.button-text-1:before,
|
||||
.theme-color-spring-red [class*='bg-dark'] .button-text-theme.button-text-1:before {
|
||||
background: rgba(190, 31, 53, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .button-text-theme.button-text-1:after,
|
||||
.theme-color-spring-red [class*='bg-dark'] .button-text-theme.button-text-1:after {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .button-text-theme.button-text-2:before,
|
||||
.theme-color-spring-red [class*='bg-dark'] .button-text-theme.button-text-2:before {
|
||||
background: rgba(190, 31, 53, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .button-text-theme.button-text-2:after,
|
||||
.theme-color-spring-red [class*='bg-dark'] .button-text-theme.button-text-2:after {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .button-text-theme.button-text-3:before,
|
||||
.theme-color-spring-red [class*='bg-dark'] .button-text-theme.button-text-3:before {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .button-text-theme.button-text-3:hover:before,
|
||||
.theme-color-spring-red [class*='bg-dark'] .button-text-theme.button-text-3:hover:before {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .text-color-theme {
|
||||
color: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .progress-box.progress-theme .animated-progress div {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] .progress-box.progress-theme .animated-progress div,
|
||||
.theme-color-spring-red [class*='bg-color'] .progress-box.progress-theme .animated-progress div {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red.preloader-theme .preloader-1 div .loader-path {
|
||||
stroke: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red.preloader-theme .preloader-2 div span {
|
||||
background: #BE1F35;
|
||||
background: linear-gradient(to right, #BE1F35 10%, transparent 40%);
|
||||
}
|
||||
|
||||
.theme-color-spring-red.preloader-theme .preloader-2 div span:before {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red.preloader-theme .preloader-3 div span:before, .theme-color-spring-red.preloader-theme .preloader-3 div span:after {
|
||||
background: rgba(190, 31, 53, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .accordion li .accordion-title {
|
||||
border-color: rgba(190, 31, 53, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .accordion li .accordion-title:before, .theme-color-spring-red .accordion li .accordion-title:after {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .accordion li .accordion-title h1, .theme-color-spring-red .accordion li .accordion-title h2, .theme-color-spring-red .accordion li .accordion-title h3, .theme-color-spring-red .accordion li .accordion-title h4, .theme-color-spring-red .accordion li .accordion-title h5, .theme-color-spring-red .accordion li .accordion-title h6 {
|
||||
color: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .accordion li.active .accordion-title {
|
||||
border-color: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .accordion.style-3 li .accordion-title {
|
||||
background: #F7E5E7;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .accordion.style-3 li.active .accordion-title {
|
||||
background: #BE1F35;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .accordion.style-3 li.active .accordion-title:before, .theme-color-spring-red .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .accordion.style-3 li.active .accordion-title h1, .theme-color-spring-red .accordion.style-3 li.active .accordion-title h2, .theme-color-spring-red .accordion.style-3 li.active .accordion-title h3, .theme-color-spring-red .accordion.style-3 li.active .accordion-title h4, .theme-color-spring-red .accordion.style-3 li.active .accordion-title h5, .theme-color-spring-red .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .accordion li .accordion-title,
|
||||
.theme-color-spring-red [class*='bg-dark'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .accordion li .accordion-title:before, .theme-color-spring-red .bg-black .accordion li .accordion-title:after,
|
||||
.theme-color-spring-red [class*='bg-dark'] .accordion li .accordion-title:before,
|
||||
.theme-color-spring-red [class*='bg-dark'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .accordion li.active .accordion-title,
|
||||
.theme-color-spring-red [class*='bg-dark'] .accordion li.active .accordion-title {
|
||||
border-color: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .accordion.style-3 li .accordion-title,
|
||||
.theme-color-spring-red [class*='bg-dark'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-spring-red [class*='bg-dark'] .accordion.style-3 li.active .accordion-title {
|
||||
background: #BE1F35;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .accordion.style-3 li.active .accordion-title:before, .theme-color-spring-red .bg-black .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-spring-red [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-spring-red [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .accordion.style-3 li.active .accordion-title h1, .theme-color-spring-red .bg-black .accordion.style-3 li.active .accordion-title h2, .theme-color-spring-red .bg-black .accordion.style-3 li.active .accordion-title h3, .theme-color-spring-red .bg-black .accordion.style-3 li.active .accordion-title h4, .theme-color-spring-red .bg-black .accordion.style-3 li.active .accordion-title h5, .theme-color-spring-red .bg-black .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-spring-red [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-spring-red [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-spring-red [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-spring-red [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-spring-red [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-spring-red [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] .accordion li .accordion-title,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] .accordion li .accordion-title h1, .theme-color-spring-red [class*='bg-gradient'] .accordion li .accordion-title h2, .theme-color-spring-red [class*='bg-gradient'] .accordion li .accordion-title h3, .theme-color-spring-red [class*='bg-gradient'] .accordion li .accordion-title h4, .theme-color-spring-red [class*='bg-gradient'] .accordion li .accordion-title h5, .theme-color-spring-red [class*='bg-gradient'] .accordion li .accordion-title h6,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion li .accordion-title h1,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion li .accordion-title h2,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion li .accordion-title h3,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion li .accordion-title h4,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion li .accordion-title h5,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] .accordion li .accordion-title:before, .theme-color-spring-red [class*='bg-gradient'] .accordion li .accordion-title:after,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion li .accordion-title:before,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] .accordion li.active .accordion-title,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion li.active .accordion-title {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li .accordion-title,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li .accordion-title h1, .theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li .accordion-title h2, .theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li .accordion-title h3, .theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li .accordion-title h4, .theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li .accordion-title h5, .theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li .accordion-title h6,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li .accordion-title h1,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li .accordion-title h2,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li .accordion-title h3,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li .accordion-title h4,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li .accordion-title h5,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li.active .accordion-title {
|
||||
background: white;
|
||||
color: #7C7C7C;
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:before, .theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h1, .theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h2, .theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h3, .theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h4, .theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h5, .theme-color-spring-red [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-spring-red [class*='bg-color'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .text-link-2:before,
|
||||
.theme-color-spring-red .text-link-3:before,
|
||||
.theme-color-spring-red .text-link-4:before {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .text-link-5:after,
|
||||
.theme-color-spring-red .text-link-6:after,
|
||||
.theme-color-spring-red .text-link-7:after {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .text-link-8:before {
|
||||
background: rgba(190, 31, 53, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .text-link-2:before,
|
||||
.theme-color-spring-red .bg-black .text-link-3:before,
|
||||
.theme-color-spring-red .bg-black .text-link-4:before,
|
||||
.theme-color-spring-red [class*='bg-dark'] .text-link-2:before,
|
||||
.theme-color-spring-red [class*='bg-dark'] .text-link-3:before,
|
||||
.theme-color-spring-red [class*='bg-dark'] .text-link-4:before {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .text-link-5:after,
|
||||
.theme-color-spring-red .bg-black .text-link-6:after,
|
||||
.theme-color-spring-red .bg-black .text-link-7:after,
|
||||
.theme-color-spring-red [class*='bg-dark'] .text-link-5:after,
|
||||
.theme-color-spring-red [class*='bg-dark'] .text-link-6:after,
|
||||
.theme-color-spring-red [class*='bg-dark'] .text-link-7:after {
|
||||
background: #BE1F35;
|
||||
}
|
||||
|
||||
.theme-color-spring-red .bg-black .text-link-8:before,
|
||||
.theme-color-spring-red [class*='bg-dark'] .text-link-8:before {
|
||||
background: rgba(190, 31, 53, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] .text-link-2:before, .theme-color-spring-red [class*='bg-gradient'] .text-link-3:before, .theme-color-spring-red [class*='bg-gradient'] .text-link-4:before,
|
||||
.theme-color-spring-red [class*='bg-color'] .text-link-2:before,
|
||||
.theme-color-spring-red [class*='bg-color'] .text-link-3:before,
|
||||
.theme-color-spring-red [class*='bg-color'] .text-link-4:before {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] .text-link-5:before, .theme-color-spring-red [class*='bg-gradient'] .text-link-6:before, .theme-color-spring-red [class*='bg-gradient'] .text-link-7:before,
|
||||
.theme-color-spring-red [class*='bg-color'] .text-link-5:before,
|
||||
.theme-color-spring-red [class*='bg-color'] .text-link-6:before,
|
||||
.theme-color-spring-red [class*='bg-color'] .text-link-7:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] .text-link-5:after, .theme-color-spring-red [class*='bg-gradient'] .text-link-6:after, .theme-color-spring-red [class*='bg-gradient'] .text-link-7:after,
|
||||
.theme-color-spring-red [class*='bg-color'] .text-link-5:after,
|
||||
.theme-color-spring-red [class*='bg-color'] .text-link-6:after,
|
||||
.theme-color-spring-red [class*='bg-color'] .text-link-7:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-spring-red [class*='bg-gradient'] .text-link-8:before,
|
||||
.theme-color-spring-red [class*='bg-color'] .text-link-8:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-spring-red .form-style-2 input:focus, .theme-color-spring-red .form-style-2 textarea:focus, .theme-color-spring-red .form-style-2 .custom-select:focus, .theme-color-spring-red .form-style-2 .form-control:focus,
|
||||
.theme-color-spring-red .form-style-4 input:focus,
|
||||
.theme-color-spring-red .form-style-4 textarea:focus,
|
||||
.theme-color-spring-red .form-style-4 .custom-select:focus,
|
||||
.theme-color-spring-red .form-style-4 .form-control:focus {
|
||||
border-color: #BE1F35;
|
||||
}
|
||||
@@ -1,412 +0,0 @@
|
||||
/*------------------------------------------------
|
||||
*
|
||||
* Theme Color - Tan
|
||||
*
|
||||
-------------------------------------------------*/
|
||||
.theme-color-tan a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover,
|
||||
.theme-color-tan [class*='bg-color'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-tan .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):hover, .theme-color-tan .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):focus {
|
||||
color: #d2b48c;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-tan .bg-color-theme {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-color-theme-09 {
|
||||
background: rgba(210, 180, 140, 0.9);
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-color-theme-08 {
|
||||
background: rgba(210, 180, 140, 0.8);
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-color-theme-07 {
|
||||
background: rgba(210, 180, 140, 0.7);
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-color-theme-06 {
|
||||
background: rgba(210, 180, 140, 0.6);
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-color-theme-05 {
|
||||
background: rgba(210, 180, 140, 0.5);
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-color-theme-04 {
|
||||
background: rgba(210, 180, 140, 0.4);
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-color-theme-03 {
|
||||
background: rgba(210, 180, 140, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-color-theme-02 {
|
||||
background: rgba(210, 180, 140, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-color-theme-01 {
|
||||
background: rgba(210, 180, 140, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-light-theme {
|
||||
background: #f6f0e8;
|
||||
}
|
||||
|
||||
.theme-color-tan .button-theme {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .button-outline-theme {
|
||||
border-color: #d2b48c;
|
||||
color: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .button-outline-theme:hover, .theme-color-tan .button-outline-theme:focus {
|
||||
background: #d2b48c;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-tan .button-circle-theme {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .button-circle-outline-theme {
|
||||
border-color: #d2b48c;
|
||||
color: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .button-circle-outline-theme:hover, .theme-color-tan .button-circle-outline-theme:focus {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .button-backdrop-color-theme {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .button-text-theme.button-text-1, .theme-color-tan .button-text-theme.button-text-2, .theme-color-tan .button-text-theme.button-text-3 {
|
||||
color: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .button-text-theme.button-text-1:hover, .theme-color-tan .button-text-theme.button-text-2:hover, .theme-color-tan .button-text-theme.button-text-3:hover {
|
||||
color: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .button-text-theme.button-text-1:before {
|
||||
background: rgba(210, 180, 140, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-tan .button-text-theme.button-text-1:after {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .button-text-theme.button-text-2:before {
|
||||
background: rgba(210, 180, 140, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-tan .button-text-theme.button-text-2:after {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .button-text-theme.button-text-3:before {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .button-text-theme.button-text-3:hover:before {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .button-text-theme.button-text-1, .theme-color-tan .bg-black .button-text-theme.button-text-2, .theme-color-tan .bg-black .button-text-theme.button-text-3,
|
||||
.theme-color-tan [class*='bg-dark'] .button-text-theme.button-text-1,
|
||||
.theme-color-tan [class*='bg-dark'] .button-text-theme.button-text-2,
|
||||
.theme-color-tan [class*='bg-dark'] .button-text-theme.button-text-3 {
|
||||
color: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .button-text-theme.button-text-1:hover, .theme-color-tan .bg-black .button-text-theme.button-text-2:hover, .theme-color-tan .bg-black .button-text-theme.button-text-3:hover,
|
||||
.theme-color-tan [class*='bg-dark'] .button-text-theme.button-text-1:hover,
|
||||
.theme-color-tan [class*='bg-dark'] .button-text-theme.button-text-2:hover,
|
||||
.theme-color-tan [class*='bg-dark'] .button-text-theme.button-text-3:hover {
|
||||
color: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .button-text-theme.button-text-1:before,
|
||||
.theme-color-tan [class*='bg-dark'] .button-text-theme.button-text-1:before {
|
||||
background: rgba(210, 180, 140, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .button-text-theme.button-text-1:after,
|
||||
.theme-color-tan [class*='bg-dark'] .button-text-theme.button-text-1:after {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .button-text-theme.button-text-2:before,
|
||||
.theme-color-tan [class*='bg-dark'] .button-text-theme.button-text-2:before {
|
||||
background: rgba(210, 180, 140, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .button-text-theme.button-text-2:after,
|
||||
.theme-color-tan [class*='bg-dark'] .button-text-theme.button-text-2:after {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .button-text-theme.button-text-3:before,
|
||||
.theme-color-tan [class*='bg-dark'] .button-text-theme.button-text-3:before {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .button-text-theme.button-text-3:hover:before,
|
||||
.theme-color-tan [class*='bg-dark'] .button-text-theme.button-text-3:hover:before {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .text-color-theme {
|
||||
color: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .progress-box.progress-theme .animated-progress div {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] .progress-box.progress-theme .animated-progress div,
|
||||
.theme-color-tan [class*='bg-color'] .progress-box.progress-theme .animated-progress div {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-tan.preloader-theme .preloader-1 div .loader-path {
|
||||
stroke: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan.preloader-theme .preloader-2 div span {
|
||||
background: #d2b48c;
|
||||
background: linear-gradient(to right, #d2b48c 10%, transparent 40%);
|
||||
}
|
||||
|
||||
.theme-color-tan.preloader-theme .preloader-2 div span:before {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan.preloader-theme .preloader-3 div span:before, .theme-color-tan.preloader-theme .preloader-3 div span:after {
|
||||
background: rgba(210, 180, 140, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-tan .accordion li .accordion-title {
|
||||
border-color: rgba(210, 180, 140, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-tan .accordion li .accordion-title:before, .theme-color-tan .accordion li .accordion-title:after {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .accordion li .accordion-title h1, .theme-color-tan .accordion li .accordion-title h2, .theme-color-tan .accordion li .accordion-title h3, .theme-color-tan .accordion li .accordion-title h4, .theme-color-tan .accordion li .accordion-title h5, .theme-color-tan .accordion li .accordion-title h6 {
|
||||
color: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .accordion li.active .accordion-title {
|
||||
border-color: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .accordion.style-3 li .accordion-title {
|
||||
background: #f6f0e8;
|
||||
}
|
||||
|
||||
.theme-color-tan .accordion.style-3 li.active .accordion-title {
|
||||
background: #d2b48c;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-tan .accordion.style-3 li.active .accordion-title:before, .theme-color-tan .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-tan .accordion.style-3 li.active .accordion-title h1, .theme-color-tan .accordion.style-3 li.active .accordion-title h2, .theme-color-tan .accordion.style-3 li.active .accordion-title h3, .theme-color-tan .accordion.style-3 li.active .accordion-title h4, .theme-color-tan .accordion.style-3 li.active .accordion-title h5, .theme-color-tan .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .accordion li .accordion-title,
|
||||
.theme-color-tan [class*='bg-dark'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .accordion li .accordion-title:before, .theme-color-tan .bg-black .accordion li .accordion-title:after,
|
||||
.theme-color-tan [class*='bg-dark'] .accordion li .accordion-title:before,
|
||||
.theme-color-tan [class*='bg-dark'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .accordion li.active .accordion-title,
|
||||
.theme-color-tan [class*='bg-dark'] .accordion li.active .accordion-title {
|
||||
border-color: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .accordion.style-3 li .accordion-title,
|
||||
.theme-color-tan [class*='bg-dark'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-tan [class*='bg-dark'] .accordion.style-3 li.active .accordion-title {
|
||||
background: #d2b48c;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .accordion.style-3 li.active .accordion-title:before, .theme-color-tan .bg-black .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-tan [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-tan [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .accordion.style-3 li.active .accordion-title h1, .theme-color-tan .bg-black .accordion.style-3 li.active .accordion-title h2, .theme-color-tan .bg-black .accordion.style-3 li.active .accordion-title h3, .theme-color-tan .bg-black .accordion.style-3 li.active .accordion-title h4, .theme-color-tan .bg-black .accordion.style-3 li.active .accordion-title h5, .theme-color-tan .bg-black .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-tan [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-tan [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-tan [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-tan [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-tan [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-tan [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] .accordion li .accordion-title,
|
||||
.theme-color-tan [class*='bg-color'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] .accordion li .accordion-title h1, .theme-color-tan [class*='bg-gradient'] .accordion li .accordion-title h2, .theme-color-tan [class*='bg-gradient'] .accordion li .accordion-title h3, .theme-color-tan [class*='bg-gradient'] .accordion li .accordion-title h4, .theme-color-tan [class*='bg-gradient'] .accordion li .accordion-title h5, .theme-color-tan [class*='bg-gradient'] .accordion li .accordion-title h6,
|
||||
.theme-color-tan [class*='bg-color'] .accordion li .accordion-title h1,
|
||||
.theme-color-tan [class*='bg-color'] .accordion li .accordion-title h2,
|
||||
.theme-color-tan [class*='bg-color'] .accordion li .accordion-title h3,
|
||||
.theme-color-tan [class*='bg-color'] .accordion li .accordion-title h4,
|
||||
.theme-color-tan [class*='bg-color'] .accordion li .accordion-title h5,
|
||||
.theme-color-tan [class*='bg-color'] .accordion li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] .accordion li .accordion-title:before, .theme-color-tan [class*='bg-gradient'] .accordion li .accordion-title:after,
|
||||
.theme-color-tan [class*='bg-color'] .accordion li .accordion-title:before,
|
||||
.theme-color-tan [class*='bg-color'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] .accordion li.active .accordion-title,
|
||||
.theme-color-tan [class*='bg-color'] .accordion li.active .accordion-title {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] .accordion.style-3 li .accordion-title,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] .accordion.style-3 li .accordion-title h1, .theme-color-tan [class*='bg-gradient'] .accordion.style-3 li .accordion-title h2, .theme-color-tan [class*='bg-gradient'] .accordion.style-3 li .accordion-title h3, .theme-color-tan [class*='bg-gradient'] .accordion.style-3 li .accordion-title h4, .theme-color-tan [class*='bg-gradient'] .accordion.style-3 li .accordion-title h5, .theme-color-tan [class*='bg-gradient'] .accordion.style-3 li .accordion-title h6,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li .accordion-title h1,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li .accordion-title h2,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li .accordion-title h3,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li .accordion-title h4,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li .accordion-title h5,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li.active .accordion-title {
|
||||
background: white;
|
||||
color: #7C7C7C;
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:before, .theme-color-tan [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h1, .theme-color-tan [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h2, .theme-color-tan [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h3, .theme-color-tan [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h4, .theme-color-tan [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h5, .theme-color-tan [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-tan [class*='bg-color'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.theme-color-tan .text-link-2:before,
|
||||
.theme-color-tan .text-link-3:before,
|
||||
.theme-color-tan .text-link-4:before {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .text-link-5:after,
|
||||
.theme-color-tan .text-link-6:after,
|
||||
.theme-color-tan .text-link-7:after {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .text-link-8:before {
|
||||
background: rgba(210, 180, 140, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .text-link-2:before,
|
||||
.theme-color-tan .bg-black .text-link-3:before,
|
||||
.theme-color-tan .bg-black .text-link-4:before,
|
||||
.theme-color-tan [class*='bg-dark'] .text-link-2:before,
|
||||
.theme-color-tan [class*='bg-dark'] .text-link-3:before,
|
||||
.theme-color-tan [class*='bg-dark'] .text-link-4:before {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .text-link-5:after,
|
||||
.theme-color-tan .bg-black .text-link-6:after,
|
||||
.theme-color-tan .bg-black .text-link-7:after,
|
||||
.theme-color-tan [class*='bg-dark'] .text-link-5:after,
|
||||
.theme-color-tan [class*='bg-dark'] .text-link-6:after,
|
||||
.theme-color-tan [class*='bg-dark'] .text-link-7:after {
|
||||
background: #d2b48c;
|
||||
}
|
||||
|
||||
.theme-color-tan .bg-black .text-link-8:before,
|
||||
.theme-color-tan [class*='bg-dark'] .text-link-8:before {
|
||||
background: rgba(210, 180, 140, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] .text-link-2:before, .theme-color-tan [class*='bg-gradient'] .text-link-3:before, .theme-color-tan [class*='bg-gradient'] .text-link-4:before,
|
||||
.theme-color-tan [class*='bg-color'] .text-link-2:before,
|
||||
.theme-color-tan [class*='bg-color'] .text-link-3:before,
|
||||
.theme-color-tan [class*='bg-color'] .text-link-4:before {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] .text-link-5:before, .theme-color-tan [class*='bg-gradient'] .text-link-6:before, .theme-color-tan [class*='bg-gradient'] .text-link-7:before,
|
||||
.theme-color-tan [class*='bg-color'] .text-link-5:before,
|
||||
.theme-color-tan [class*='bg-color'] .text-link-6:before,
|
||||
.theme-color-tan [class*='bg-color'] .text-link-7:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] .text-link-5:after, .theme-color-tan [class*='bg-gradient'] .text-link-6:after, .theme-color-tan [class*='bg-gradient'] .text-link-7:after,
|
||||
.theme-color-tan [class*='bg-color'] .text-link-5:after,
|
||||
.theme-color-tan [class*='bg-color'] .text-link-6:after,
|
||||
.theme-color-tan [class*='bg-color'] .text-link-7:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-tan [class*='bg-gradient'] .text-link-8:before,
|
||||
.theme-color-tan [class*='bg-color'] .text-link-8:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-tan .form-style-2 input:focus, .theme-color-tan .form-style-2 textarea:focus, .theme-color-tan .form-style-2 .custom-select:focus, .theme-color-tan .form-style-2 .form-control:focus,
|
||||
.theme-color-tan .form-style-4 input:focus,
|
||||
.theme-color-tan .form-style-4 textarea:focus,
|
||||
.theme-color-tan .form-style-4 .custom-select:focus,
|
||||
.theme-color-tan .form-style-4 .form-control:focus {
|
||||
border-color: #d2b48c;
|
||||
}
|
||||
@@ -1,412 +0,0 @@
|
||||
/*------------------------------------------------
|
||||
*
|
||||
* Theme Color - turquoise
|
||||
*
|
||||
-------------------------------------------------*/
|
||||
.theme-color-turquoise a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover,
|
||||
.theme-color-turquoise [class*='bg-color'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-turquoise .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):hover, .theme-color-turquoise .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):focus {
|
||||
color: #4cbfa6;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-turquoise .bg-color-theme {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-color-theme-09 {
|
||||
background: rgba(76, 191, 166, 0.9);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-color-theme-08 {
|
||||
background: rgba(76, 191, 166, 0.8);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-color-theme-07 {
|
||||
background: rgba(76, 191, 166, 0.7);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-color-theme-06 {
|
||||
background: rgba(76, 191, 166, 0.6);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-color-theme-05 {
|
||||
background: rgba(76, 191, 166, 0.5);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-color-theme-04 {
|
||||
background: rgba(76, 191, 166, 0.4);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-color-theme-03 {
|
||||
background: rgba(76, 191, 166, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-color-theme-02 {
|
||||
background: rgba(76, 191, 166, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-color-theme-01 {
|
||||
background: rgba(76, 191, 166, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-light-theme {
|
||||
background: #E2F4F0;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-theme {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-outline-theme {
|
||||
border-color: #4cbfa6;
|
||||
color: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-outline-theme:hover, .theme-color-turquoise .button-outline-theme:focus {
|
||||
background: #4cbfa6;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-circle-theme {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-circle-outline-theme {
|
||||
border-color: #4cbfa6;
|
||||
color: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-circle-outline-theme:hover, .theme-color-turquoise .button-circle-outline-theme:focus {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-backdrop-color-theme {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-text-theme.button-text-1, .theme-color-turquoise .button-text-theme.button-text-2, .theme-color-turquoise .button-text-theme.button-text-3 {
|
||||
color: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-text-theme.button-text-1:hover, .theme-color-turquoise .button-text-theme.button-text-2:hover, .theme-color-turquoise .button-text-theme.button-text-3:hover {
|
||||
color: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-text-theme.button-text-1:before {
|
||||
background: rgba(76, 191, 166, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-text-theme.button-text-1:after {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-text-theme.button-text-2:before {
|
||||
background: rgba(76, 191, 166, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-text-theme.button-text-2:after {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-text-theme.button-text-3:before {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .button-text-theme.button-text-3:hover:before {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .button-text-theme.button-text-1, .theme-color-turquoise .bg-black .button-text-theme.button-text-2, .theme-color-turquoise .bg-black .button-text-theme.button-text-3,
|
||||
.theme-color-turquoise [class*='bg-dark'] .button-text-theme.button-text-1,
|
||||
.theme-color-turquoise [class*='bg-dark'] .button-text-theme.button-text-2,
|
||||
.theme-color-turquoise [class*='bg-dark'] .button-text-theme.button-text-3 {
|
||||
color: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .button-text-theme.button-text-1:hover, .theme-color-turquoise .bg-black .button-text-theme.button-text-2:hover, .theme-color-turquoise .bg-black .button-text-theme.button-text-3:hover,
|
||||
.theme-color-turquoise [class*='bg-dark'] .button-text-theme.button-text-1:hover,
|
||||
.theme-color-turquoise [class*='bg-dark'] .button-text-theme.button-text-2:hover,
|
||||
.theme-color-turquoise [class*='bg-dark'] .button-text-theme.button-text-3:hover {
|
||||
color: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .button-text-theme.button-text-1:before,
|
||||
.theme-color-turquoise [class*='bg-dark'] .button-text-theme.button-text-1:before {
|
||||
background: rgba(76, 191, 166, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .button-text-theme.button-text-1:after,
|
||||
.theme-color-turquoise [class*='bg-dark'] .button-text-theme.button-text-1:after {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .button-text-theme.button-text-2:before,
|
||||
.theme-color-turquoise [class*='bg-dark'] .button-text-theme.button-text-2:before {
|
||||
background: rgba(76, 191, 166, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .button-text-theme.button-text-2:after,
|
||||
.theme-color-turquoise [class*='bg-dark'] .button-text-theme.button-text-2:after {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .button-text-theme.button-text-3:before,
|
||||
.theme-color-turquoise [class*='bg-dark'] .button-text-theme.button-text-3:before {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .button-text-theme.button-text-3:hover:before,
|
||||
.theme-color-turquoise [class*='bg-dark'] .button-text-theme.button-text-3:hover:before {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .text-color-theme {
|
||||
color: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .progress-box.progress-theme .animated-progress div {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] .progress-box.progress-theme .animated-progress div,
|
||||
.theme-color-turquoise [class*='bg-color'] .progress-box.progress-theme .animated-progress div {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise.preloader-theme .preloader-1 div .loader-path {
|
||||
stroke: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise.preloader-theme .preloader-2 div span {
|
||||
background: #4cbfa6;
|
||||
background: linear-gradient(to right, #4cbfa6 10%, transparent 40%);
|
||||
}
|
||||
|
||||
.theme-color-turquoise.preloader-theme .preloader-2 div span:before {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise.preloader-theme .preloader-3 div span:before, .theme-color-turquoise.preloader-theme .preloader-3 div span:after {
|
||||
background: rgba(76, 191, 166, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .accordion li .accordion-title {
|
||||
border-color: rgba(76, 191, 166, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .accordion li .accordion-title:before, .theme-color-turquoise .accordion li .accordion-title:after {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .accordion li .accordion-title h1, .theme-color-turquoise .accordion li .accordion-title h2, .theme-color-turquoise .accordion li .accordion-title h3, .theme-color-turquoise .accordion li .accordion-title h4, .theme-color-turquoise .accordion li .accordion-title h5, .theme-color-turquoise .accordion li .accordion-title h6 {
|
||||
color: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .accordion li.active .accordion-title {
|
||||
border-color: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .accordion.style-3 li .accordion-title {
|
||||
background: #E2F4F0;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .accordion.style-3 li.active .accordion-title {
|
||||
background: #4cbfa6;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .accordion.style-3 li.active .accordion-title:before, .theme-color-turquoise .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .accordion.style-3 li.active .accordion-title h1, .theme-color-turquoise .accordion.style-3 li.active .accordion-title h2, .theme-color-turquoise .accordion.style-3 li.active .accordion-title h3, .theme-color-turquoise .accordion.style-3 li.active .accordion-title h4, .theme-color-turquoise .accordion.style-3 li.active .accordion-title h5, .theme-color-turquoise .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .accordion li .accordion-title,
|
||||
.theme-color-turquoise [class*='bg-dark'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .accordion li .accordion-title:before, .theme-color-turquoise .bg-black .accordion li .accordion-title:after,
|
||||
.theme-color-turquoise [class*='bg-dark'] .accordion li .accordion-title:before,
|
||||
.theme-color-turquoise [class*='bg-dark'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .accordion li.active .accordion-title,
|
||||
.theme-color-turquoise [class*='bg-dark'] .accordion li.active .accordion-title {
|
||||
border-color: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .accordion.style-3 li .accordion-title,
|
||||
.theme-color-turquoise [class*='bg-dark'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-turquoise [class*='bg-dark'] .accordion.style-3 li.active .accordion-title {
|
||||
background: #4cbfa6;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .accordion.style-3 li.active .accordion-title:before, .theme-color-turquoise .bg-black .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-turquoise [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-turquoise [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .accordion.style-3 li.active .accordion-title h1, .theme-color-turquoise .bg-black .accordion.style-3 li.active .accordion-title h2, .theme-color-turquoise .bg-black .accordion.style-3 li.active .accordion-title h3, .theme-color-turquoise .bg-black .accordion.style-3 li.active .accordion-title h4, .theme-color-turquoise .bg-black .accordion.style-3 li.active .accordion-title h5, .theme-color-turquoise .bg-black .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-turquoise [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-turquoise [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-turquoise [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-turquoise [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-turquoise [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-turquoise [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] .accordion li .accordion-title,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] .accordion li .accordion-title h1, .theme-color-turquoise [class*='bg-gradient'] .accordion li .accordion-title h2, .theme-color-turquoise [class*='bg-gradient'] .accordion li .accordion-title h3, .theme-color-turquoise [class*='bg-gradient'] .accordion li .accordion-title h4, .theme-color-turquoise [class*='bg-gradient'] .accordion li .accordion-title h5, .theme-color-turquoise [class*='bg-gradient'] .accordion li .accordion-title h6,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion li .accordion-title h1,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion li .accordion-title h2,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion li .accordion-title h3,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion li .accordion-title h4,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion li .accordion-title h5,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] .accordion li .accordion-title:before, .theme-color-turquoise [class*='bg-gradient'] .accordion li .accordion-title:after,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion li .accordion-title:before,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] .accordion li.active .accordion-title,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion li.active .accordion-title {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li .accordion-title,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li .accordion-title h1, .theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li .accordion-title h2, .theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li .accordion-title h3, .theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li .accordion-title h4, .theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li .accordion-title h5, .theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li .accordion-title h6,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li .accordion-title h1,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li .accordion-title h2,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li .accordion-title h3,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li .accordion-title h4,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li .accordion-title h5,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li.active .accordion-title {
|
||||
background: white;
|
||||
color: #7C7C7C;
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:before, .theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h1, .theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h2, .theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h3, .theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h4, .theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h5, .theme-color-turquoise [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-turquoise [class*='bg-color'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .text-link-2:before,
|
||||
.theme-color-turquoise .text-link-3:before,
|
||||
.theme-color-turquoise .text-link-4:before {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .text-link-5:after,
|
||||
.theme-color-turquoise .text-link-6:after,
|
||||
.theme-color-turquoise .text-link-7:after {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .text-link-8:before {
|
||||
background: rgba(76, 191, 166, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .text-link-2:before,
|
||||
.theme-color-turquoise .bg-black .text-link-3:before,
|
||||
.theme-color-turquoise .bg-black .text-link-4:before,
|
||||
.theme-color-turquoise [class*='bg-dark'] .text-link-2:before,
|
||||
.theme-color-turquoise [class*='bg-dark'] .text-link-3:before,
|
||||
.theme-color-turquoise [class*='bg-dark'] .text-link-4:before {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .text-link-5:after,
|
||||
.theme-color-turquoise .bg-black .text-link-6:after,
|
||||
.theme-color-turquoise .bg-black .text-link-7:after,
|
||||
.theme-color-turquoise [class*='bg-dark'] .text-link-5:after,
|
||||
.theme-color-turquoise [class*='bg-dark'] .text-link-6:after,
|
||||
.theme-color-turquoise [class*='bg-dark'] .text-link-7:after {
|
||||
background: #4cbfa6;
|
||||
}
|
||||
|
||||
.theme-color-turquoise .bg-black .text-link-8:before,
|
||||
.theme-color-turquoise [class*='bg-dark'] .text-link-8:before {
|
||||
background: rgba(76, 191, 166, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] .text-link-2:before, .theme-color-turquoise [class*='bg-gradient'] .text-link-3:before, .theme-color-turquoise [class*='bg-gradient'] .text-link-4:before,
|
||||
.theme-color-turquoise [class*='bg-color'] .text-link-2:before,
|
||||
.theme-color-turquoise [class*='bg-color'] .text-link-3:before,
|
||||
.theme-color-turquoise [class*='bg-color'] .text-link-4:before {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] .text-link-5:before, .theme-color-turquoise [class*='bg-gradient'] .text-link-6:before, .theme-color-turquoise [class*='bg-gradient'] .text-link-7:before,
|
||||
.theme-color-turquoise [class*='bg-color'] .text-link-5:before,
|
||||
.theme-color-turquoise [class*='bg-color'] .text-link-6:before,
|
||||
.theme-color-turquoise [class*='bg-color'] .text-link-7:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] .text-link-5:after, .theme-color-turquoise [class*='bg-gradient'] .text-link-6:after, .theme-color-turquoise [class*='bg-gradient'] .text-link-7:after,
|
||||
.theme-color-turquoise [class*='bg-color'] .text-link-5:after,
|
||||
.theme-color-turquoise [class*='bg-color'] .text-link-6:after,
|
||||
.theme-color-turquoise [class*='bg-color'] .text-link-7:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-turquoise [class*='bg-gradient'] .text-link-8:before,
|
||||
.theme-color-turquoise [class*='bg-color'] .text-link-8:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-turquoise .form-style-2 input:focus, .theme-color-turquoise .form-style-2 textarea:focus, .theme-color-turquoise .form-style-2 .custom-select:focus, .theme-color-turquoise .form-style-2 .form-control:focus,
|
||||
.theme-color-turquoise .form-style-4 input:focus,
|
||||
.theme-color-turquoise .form-style-4 textarea:focus,
|
||||
.theme-color-turquoise .form-style-4 .custom-select:focus,
|
||||
.theme-color-turquoise .form-style-4 .form-control:focus {
|
||||
border-color: #4cbfa6;
|
||||
}
|
||||
@@ -1,412 +0,0 @@
|
||||
/*------------------------------------------------
|
||||
*
|
||||
* Theme Color - Very Peri
|
||||
*
|
||||
-------------------------------------------------*/
|
||||
.theme-color-very-peri a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover,
|
||||
.theme-color-very-peri [class*='bg-color'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-very-peri .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):hover, .theme-color-very-peri .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):focus {
|
||||
color: #6667AB;
|
||||
}
|
||||
|
||||
|
||||
.theme-color-very-peri .bg-color-theme {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-color-theme-09 {
|
||||
background: rgba(102, 103, 171, 0.9);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-color-theme-08 {
|
||||
background: rgba(102, 103, 171, 0.8);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-color-theme-07 {
|
||||
background: rgba(102, 103, 171, 0.7);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-color-theme-06 {
|
||||
background: rgba(102, 103, 171, 0.6);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-color-theme-05 {
|
||||
background: rgba(102, 103, 171, 0.5);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-color-theme-04 {
|
||||
background: rgba(102, 103, 171, 0.4);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-color-theme-03 {
|
||||
background: rgba(102, 103, 171, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-color-theme-02 {
|
||||
background: rgba(102, 103, 171, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-color-theme-01 {
|
||||
background: rgba(102, 103, 171, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-light-theme {
|
||||
background: #EDEDF5;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-theme {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-outline-theme {
|
||||
border-color: #6667AB;
|
||||
color: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-outline-theme:hover, .theme-color-very-peri .button-outline-theme:focus {
|
||||
background: #6667AB;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-circle-theme {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-circle-outline-theme {
|
||||
border-color: #6667AB;
|
||||
color: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-circle-outline-theme:hover, .theme-color-very-peri .button-circle-outline-theme:focus {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-backdrop-color-theme {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-text-theme.button-text-1, .theme-color-very-peri .button-text-theme.button-text-2, .theme-color-very-peri .button-text-theme.button-text-3 {
|
||||
color: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-text-theme.button-text-1:hover, .theme-color-very-peri .button-text-theme.button-text-2:hover, .theme-color-very-peri .button-text-theme.button-text-3:hover {
|
||||
color: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-text-theme.button-text-1:before {
|
||||
background: rgba(102, 103, 171, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-text-theme.button-text-1:after {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-text-theme.button-text-2:before {
|
||||
background: rgba(102, 103, 171, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-text-theme.button-text-2:after {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-text-theme.button-text-3:before {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .button-text-theme.button-text-3:hover:before {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .button-text-theme.button-text-1, .theme-color-very-peri .bg-black .button-text-theme.button-text-2, .theme-color-very-peri .bg-black .button-text-theme.button-text-3,
|
||||
.theme-color-very-peri [class*='bg-dark'] .button-text-theme.button-text-1,
|
||||
.theme-color-very-peri [class*='bg-dark'] .button-text-theme.button-text-2,
|
||||
.theme-color-very-peri [class*='bg-dark'] .button-text-theme.button-text-3 {
|
||||
color: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .button-text-theme.button-text-1:hover, .theme-color-very-peri .bg-black .button-text-theme.button-text-2:hover, .theme-color-very-peri .bg-black .button-text-theme.button-text-3:hover,
|
||||
.theme-color-very-peri [class*='bg-dark'] .button-text-theme.button-text-1:hover,
|
||||
.theme-color-very-peri [class*='bg-dark'] .button-text-theme.button-text-2:hover,
|
||||
.theme-color-very-peri [class*='bg-dark'] .button-text-theme.button-text-3:hover {
|
||||
color: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .button-text-theme.button-text-1:before,
|
||||
.theme-color-very-peri [class*='bg-dark'] .button-text-theme.button-text-1:before {
|
||||
background: rgba(102, 103, 171, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .button-text-theme.button-text-1:after,
|
||||
.theme-color-very-peri [class*='bg-dark'] .button-text-theme.button-text-1:after {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .button-text-theme.button-text-2:before,
|
||||
.theme-color-very-peri [class*='bg-dark'] .button-text-theme.button-text-2:before {
|
||||
background: rgba(102, 103, 171, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .button-text-theme.button-text-2:after,
|
||||
.theme-color-very-peri [class*='bg-dark'] .button-text-theme.button-text-2:after {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .button-text-theme.button-text-3:before,
|
||||
.theme-color-very-peri [class*='bg-dark'] .button-text-theme.button-text-3:before {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .button-text-theme.button-text-3:hover:before,
|
||||
.theme-color-very-peri [class*='bg-dark'] .button-text-theme.button-text-3:hover:before {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .text-color-theme {
|
||||
color: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .progress-box.progress-theme .animated-progress div {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] .progress-box.progress-theme .animated-progress div,
|
||||
.theme-color-very-peri [class*='bg-color'] .progress-box.progress-theme .animated-progress div {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri.preloader-theme .preloader-1 div .loader-path {
|
||||
stroke: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri.preloader-theme .preloader-2 div span {
|
||||
background: #6667AB;
|
||||
background: linear-gradient(to right, #6667AB 10%, transparent 40%);
|
||||
}
|
||||
|
||||
.theme-color-very-peri.preloader-theme .preloader-2 div span:before {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri.preloader-theme .preloader-3 div span:before, .theme-color-very-peri.preloader-theme .preloader-3 div span:after {
|
||||
background: rgba(102, 103, 171, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .accordion li .accordion-title {
|
||||
border-color: rgba(102, 103, 171, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .accordion li .accordion-title:before, .theme-color-very-peri .accordion li .accordion-title:after {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .accordion li .accordion-title h1, .theme-color-very-peri .accordion li .accordion-title h2, .theme-color-very-peri .accordion li .accordion-title h3, .theme-color-very-peri .accordion li .accordion-title h4, .theme-color-very-peri .accordion li .accordion-title h5, .theme-color-very-peri .accordion li .accordion-title h6 {
|
||||
color: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .accordion li.active .accordion-title {
|
||||
border-color: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .accordion.style-3 li .accordion-title {
|
||||
background: #EDEDF5;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .accordion.style-3 li.active .accordion-title {
|
||||
background: #6667AB;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .accordion.style-3 li.active .accordion-title:before, .theme-color-very-peri .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .accordion.style-3 li.active .accordion-title h1, .theme-color-very-peri .accordion.style-3 li.active .accordion-title h2, .theme-color-very-peri .accordion.style-3 li.active .accordion-title h3, .theme-color-very-peri .accordion.style-3 li.active .accordion-title h4, .theme-color-very-peri .accordion.style-3 li.active .accordion-title h5, .theme-color-very-peri .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .accordion li .accordion-title,
|
||||
.theme-color-very-peri [class*='bg-dark'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .accordion li .accordion-title:before, .theme-color-very-peri .bg-black .accordion li .accordion-title:after,
|
||||
.theme-color-very-peri [class*='bg-dark'] .accordion li .accordion-title:before,
|
||||
.theme-color-very-peri [class*='bg-dark'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .accordion li.active .accordion-title,
|
||||
.theme-color-very-peri [class*='bg-dark'] .accordion li.active .accordion-title {
|
||||
border-color: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .accordion.style-3 li .accordion-title,
|
||||
.theme-color-very-peri [class*='bg-dark'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-very-peri [class*='bg-dark'] .accordion.style-3 li.active .accordion-title {
|
||||
background: #6667AB;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .accordion.style-3 li.active .accordion-title:before, .theme-color-very-peri .bg-black .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-very-peri [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-very-peri [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .accordion.style-3 li.active .accordion-title h1, .theme-color-very-peri .bg-black .accordion.style-3 li.active .accordion-title h2, .theme-color-very-peri .bg-black .accordion.style-3 li.active .accordion-title h3, .theme-color-very-peri .bg-black .accordion.style-3 li.active .accordion-title h4, .theme-color-very-peri .bg-black .accordion.style-3 li.active .accordion-title h5, .theme-color-very-peri .bg-black .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-very-peri [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-very-peri [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-very-peri [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-very-peri [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-very-peri [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-very-peri [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] .accordion li .accordion-title,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion li .accordion-title {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] .accordion li .accordion-title h1, .theme-color-very-peri [class*='bg-gradient'] .accordion li .accordion-title h2, .theme-color-very-peri [class*='bg-gradient'] .accordion li .accordion-title h3, .theme-color-very-peri [class*='bg-gradient'] .accordion li .accordion-title h4, .theme-color-very-peri [class*='bg-gradient'] .accordion li .accordion-title h5, .theme-color-very-peri [class*='bg-gradient'] .accordion li .accordion-title h6,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion li .accordion-title h1,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion li .accordion-title h2,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion li .accordion-title h3,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion li .accordion-title h4,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion li .accordion-title h5,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] .accordion li .accordion-title:before, .theme-color-very-peri [class*='bg-gradient'] .accordion li .accordion-title:after,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion li .accordion-title:before,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion li .accordion-title:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] .accordion li.active .accordion-title,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion li.active .accordion-title {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li .accordion-title,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li .accordion-title {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li .accordion-title h1, .theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li .accordion-title h2, .theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li .accordion-title h3, .theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li .accordion-title h4, .theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li .accordion-title h5, .theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li .accordion-title h6,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li .accordion-title h1,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li .accordion-title h2,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li .accordion-title h3,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li .accordion-title h4,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li .accordion-title h5,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li .accordion-title h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li.active .accordion-title {
|
||||
background: white;
|
||||
color: #7C7C7C;
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:before, .theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:after,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li.active .accordion-title:before,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li.active .accordion-title:after {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h1, .theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h2, .theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h3, .theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h4, .theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h5, .theme-color-very-peri [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h6,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li.active .accordion-title h1,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li.active .accordion-title h2,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li.active .accordion-title h3,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li.active .accordion-title h4,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li.active .accordion-title h5,
|
||||
.theme-color-very-peri [class*='bg-color'] .accordion.style-3 li.active .accordion-title h6 {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .text-link-2:before,
|
||||
.theme-color-very-peri .text-link-3:before,
|
||||
.theme-color-very-peri .text-link-4:before {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .text-link-5:after,
|
||||
.theme-color-very-peri .text-link-6:after,
|
||||
.theme-color-very-peri .text-link-7:after {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .text-link-8:before {
|
||||
background: rgba(102, 103, 171, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .text-link-2:before,
|
||||
.theme-color-very-peri .bg-black .text-link-3:before,
|
||||
.theme-color-very-peri .bg-black .text-link-4:before,
|
||||
.theme-color-very-peri [class*='bg-dark'] .text-link-2:before,
|
||||
.theme-color-very-peri [class*='bg-dark'] .text-link-3:before,
|
||||
.theme-color-very-peri [class*='bg-dark'] .text-link-4:before {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .text-link-5:after,
|
||||
.theme-color-very-peri .bg-black .text-link-6:after,
|
||||
.theme-color-very-peri .bg-black .text-link-7:after,
|
||||
.theme-color-very-peri [class*='bg-dark'] .text-link-5:after,
|
||||
.theme-color-very-peri [class*='bg-dark'] .text-link-6:after,
|
||||
.theme-color-very-peri [class*='bg-dark'] .text-link-7:after {
|
||||
background: #6667AB;
|
||||
}
|
||||
|
||||
.theme-color-very-peri .bg-black .text-link-8:before,
|
||||
.theme-color-very-peri [class*='bg-dark'] .text-link-8:before {
|
||||
background: rgba(102, 103, 171, 0.1);
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] .text-link-2:before, .theme-color-very-peri [class*='bg-gradient'] .text-link-3:before, .theme-color-very-peri [class*='bg-gradient'] .text-link-4:before,
|
||||
.theme-color-very-peri [class*='bg-color'] .text-link-2:before,
|
||||
.theme-color-very-peri [class*='bg-color'] .text-link-3:before,
|
||||
.theme-color-very-peri [class*='bg-color'] .text-link-4:before {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] .text-link-5:before, .theme-color-very-peri [class*='bg-gradient'] .text-link-6:before, .theme-color-very-peri [class*='bg-gradient'] .text-link-7:before,
|
||||
.theme-color-very-peri [class*='bg-color'] .text-link-5:before,
|
||||
.theme-color-very-peri [class*='bg-color'] .text-link-6:before,
|
||||
.theme-color-very-peri [class*='bg-color'] .text-link-7:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] .text-link-5:after, .theme-color-very-peri [class*='bg-gradient'] .text-link-6:after, .theme-color-very-peri [class*='bg-gradient'] .text-link-7:after,
|
||||
.theme-color-very-peri [class*='bg-color'] .text-link-5:after,
|
||||
.theme-color-very-peri [class*='bg-color'] .text-link-6:after,
|
||||
.theme-color-very-peri [class*='bg-color'] .text-link-7:after {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.theme-color-very-peri [class*='bg-gradient'] .text-link-8:before,
|
||||
.theme-color-very-peri [class*='bg-color'] .text-link-8:before {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.theme-color-very-peri .form-style-2 input:focus, .theme-color-very-peri .form-style-2 textarea:focus, .theme-color-very-peri .form-style-2 .custom-select:focus, .theme-color-very-peri .form-style-2 .form-control:focus,
|
||||
.theme-color-very-peri .form-style-4 input:focus,
|
||||
.theme-color-very-peri .form-style-4 textarea:focus,
|
||||
.theme-color-very-peri .form-style-4 .custom-select:focus,
|
||||
.theme-color-very-peri .form-style-4 .form-control:focus {
|
||||
border-color: #6667AB;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,43 +0,0 @@
|
||||
/*===============================================
|
||||
Cookie Consent
|
||||
===============================================*/
|
||||
const cookieStorage = {
|
||||
getItem: (key) => {
|
||||
const cookies = document.cookie
|
||||
.split(';')
|
||||
.map(cookie => cookie.split('='))
|
||||
.reduce((acc, [key, value]) => ({ ...acc, [key.trim()]: value }), {});
|
||||
return cookies[key];
|
||||
},
|
||||
setItem: (key, value) => {
|
||||
document.cookie = `${key}=${value}`;
|
||||
},
|
||||
};
|
||||
const storageType = cookieStorage;
|
||||
const consentName = 'cookie_consent';
|
||||
const ShowConsent = () => !storageType.getItem(consentName);
|
||||
|
||||
window.onload = () => {
|
||||
const consentPopup = document.getElementById('cookie-consent');
|
||||
const acceptBtn = document.getElementById('accept-consent');
|
||||
|
||||
const acceptFn = event => {
|
||||
date = new Date();
|
||||
date.setTime(date.getTime()+(1000*60*60*24*30)); /* 30 days */
|
||||
expires = date.toGMTString();
|
||||
|
||||
document.cookie = consentName+"=accepted; expires="+expires+"; path=/";
|
||||
|
||||
consentPopup.classList.add('consent-hidden');
|
||||
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
acceptBtn.addEventListener('click', acceptFn);
|
||||
|
||||
if (ShowConsent(storageType)) {
|
||||
setTimeout(() => {
|
||||
consentPopup.classList.remove('consent-hidden');
|
||||
}, 2000); /* 2 seconds */
|
||||
}
|
||||
};
|
||||
@@ -1,829 +0,0 @@
|
||||
/*================================================
|
||||
*
|
||||
* Template name : Mono
|
||||
* Version : 10.0.1
|
||||
* Author : FlaTheme
|
||||
* Author URL : https://themeforest.net/user/flatheme
|
||||
*
|
||||
* Table of Contents :
|
||||
* 1. Preloaders
|
||||
* 2. Scroll Animations
|
||||
* 3. Background Image
|
||||
* 4. Header Menu
|
||||
* 5. Fullscreen Menu
|
||||
* 6. ScrollToTop
|
||||
* 7. Portfolio Masonry
|
||||
* 8. Portfolio Grid
|
||||
* 9. Slider
|
||||
* 10. Blog Masonry
|
||||
* 11. Masonry
|
||||
* 12. Lightbox
|
||||
* 13. Parallax
|
||||
* 14. Countdown
|
||||
* 15. Counter
|
||||
* 16. Accordion
|
||||
* 17. Animated Progress bar
|
||||
* 18. Easy Pie Chart
|
||||
* 19. Google Maps
|
||||
* 20. Contact Form
|
||||
* 21. Cursor
|
||||
* 22. Page Scroll Progress
|
||||
* 23. Swiper
|
||||
*
|
||||
===============================================*/
|
||||
"use strict";
|
||||
|
||||
var body = document.body;
|
||||
var $windowWidth = $(window).width();
|
||||
|
||||
/*===============================================
|
||||
1. Preloaders
|
||||
===============================================*/
|
||||
window.addEventListener("load", function() {
|
||||
document.body.classList.add("loaded");
|
||||
});
|
||||
|
||||
|
||||
var preloaderType = body.getAttribute("data-preloader");
|
||||
|
||||
if (preloaderType === "1") {
|
||||
var preloader1 = document.createElement("div");
|
||||
preloader1.className = "preloader preloader-1";
|
||||
preloader1.innerHTML = "<div><svg class='loader-circular' viewBox='25 25 50 50'><circle class='loader-path' cx='50' cy='50' r='20'></svg></div>";
|
||||
body.appendChild(preloader1);
|
||||
}
|
||||
else if (preloaderType === "2") {
|
||||
var preloader2 = document.createElement("div");
|
||||
preloader2.className = "preloader preloader-2";
|
||||
preloader2.innerHTML = "<div><span></span></div>";
|
||||
body.appendChild(preloader2);
|
||||
}
|
||||
else if (preloaderType === "3") {
|
||||
var preloader3 = document.createElement("div");
|
||||
preloader3.className = "preloader preloader-3";
|
||||
preloader3.innerHTML = "<div><span></span></div>";
|
||||
body.appendChild(preloader3);
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
2. Scroll Animations
|
||||
===============================================*/
|
||||
scrollCue.init();
|
||||
|
||||
|
||||
/*===============================================
|
||||
3. Background Image
|
||||
===============================================*/
|
||||
var bgImages = document.querySelectorAll(".bg-image");
|
||||
|
||||
if (bgImages) {
|
||||
bgImages.forEach(function(bgImage) {
|
||||
var bgData = bgImage.getAttribute("data-bg-src");
|
||||
bgImage.style.backgroundImage = 'url("' + bgData + '")';
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
4. Header Menu
|
||||
===============================================*/
|
||||
var header = document.querySelector(".header");
|
||||
var headerMenu = document.querySelector(".header-menu");
|
||||
var headerToggle = document.querySelector(".header-toggle");
|
||||
var headerSticky = document.querySelector(".header.sticky-autohide");
|
||||
var c, currentScrollTop = 0;
|
||||
|
||||
//
|
||||
// Auto Hide //
|
||||
//
|
||||
if (headerSticky) {
|
||||
window.addEventListener("scroll", function() {
|
||||
var a = window.pageYOffset;
|
||||
currentScrollTop = a;
|
||||
|
||||
if (c < currentScrollTop && a > 210) {
|
||||
if ((!headerMenu || !headerMenu.classList.contains("show"))) {
|
||||
headerSticky.classList.add("hide");
|
||||
}
|
||||
} else if (c > currentScrollTop && !(a <= 210)) {
|
||||
headerSticky.classList.remove("hide");
|
||||
}
|
||||
|
||||
c = currentScrollTop;
|
||||
});
|
||||
}
|
||||
|
||||
if (document.querySelector(".header.sticky-autohide:not(.header-lg, .header-xl, .transparent-light, .transparent-dark, .header-boxed)")) {
|
||||
var headerPlaceholder = document.createElement("div");
|
||||
headerPlaceholder.className = "header-placeholder";
|
||||
document.querySelector(".header.sticky-autohide").insertAdjacentElement("beforebegin", headerPlaceholder);
|
||||
}
|
||||
if (document.querySelector(".header-lg.sticky-autohide:not(.transparent-light, .transparent-dark, .header-boxed)")) {
|
||||
var headerPlaceholderLG = document.createElement("div");
|
||||
headerPlaceholderLG.className = "header-placeholder-lg";
|
||||
document.querySelector(".header-lg.sticky-autohide").insertAdjacentElement("beforebegin", headerPlaceholderLG);
|
||||
}
|
||||
if (document.querySelector(".header-xl.sticky-autohide:not(.transparent-light, .transparent-dark, .header-boxed)")) {
|
||||
var headerPlaceholderXL = document.createElement("div");
|
||||
headerPlaceholderXL.className = "header-placeholder-xl";
|
||||
document.querySelector(".header-xl.sticky-autohide").insertAdjacentElement("beforebegin", headerPlaceholderXL);
|
||||
}
|
||||
|
||||
//
|
||||
// Sticky //
|
||||
//
|
||||
if (document.querySelector(".header.sticky:not(.header-lg, .header-xl, .transparent-light, .transparent-dark, .header-boxed)")) {
|
||||
var headerPlaceholder = document.createElement("div");
|
||||
headerPlaceholder.className = "header-placeholder";
|
||||
document.querySelector(".header.sticky").insertAdjacentElement("beforebegin", headerPlaceholder);
|
||||
}
|
||||
if (document.querySelector(".header-lg.sticky:not(.transparent-light, .transparent-dark, .header-boxed)")) {
|
||||
var headerPlaceholderLG = document.createElement("div");
|
||||
headerPlaceholderLG.className = "header-placeholder-lg";
|
||||
document.querySelector(".header-lg.sticky").insertAdjacentElement("beforebegin", headerPlaceholderLG);
|
||||
}
|
||||
if (document.querySelector(".header-xl.sticky:not(.transparent-light, .transparent-dark, .header-boxed)")) {
|
||||
var headerPlaceholderXL = document.createElement("div");
|
||||
headerPlaceholderXL.className = "header-placeholder-xl";
|
||||
document.querySelector(".header-xl.sticky").insertAdjacentElement("beforebegin", headerPlaceholderXL);
|
||||
}
|
||||
|
||||
//
|
||||
// Transparent //
|
||||
//
|
||||
if (document.querySelector(".transparent-light")) {
|
||||
window.addEventListener("scroll", function() {
|
||||
var headerFixed = document.querySelectorAll(".header.sticky-autohide, .header.sticky");
|
||||
if (window.pageYOffset > 10) {
|
||||
headerFixed.forEach(function(header) {
|
||||
header.classList.remove("transparent-light");
|
||||
});
|
||||
} else {
|
||||
headerFixed.forEach(function(header) {
|
||||
header.classList.add("transparent-light");
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
if (document.querySelector(".transparent-dark")) {
|
||||
window.addEventListener("scroll", function() {
|
||||
var headerFixed = document.querySelectorAll(".header.sticky-autohide, .header.sticky");
|
||||
if (window.pageYOffset > 10) {
|
||||
headerFixed.forEach(function(header) {
|
||||
header.classList.remove("transparent-dark");
|
||||
});
|
||||
} else {
|
||||
headerFixed.forEach(function(header) {
|
||||
header.classList.add("transparent-dark");
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
//
|
||||
// Open/Close Header Menu //
|
||||
//
|
||||
if (headerToggle) {
|
||||
headerToggle.addEventListener("click", function() {
|
||||
if (headerMenu.classList.contains("show")) {
|
||||
headerMenu.classList.remove("show");
|
||||
headerToggle.classList.remove("toggle-close");
|
||||
} else {
|
||||
headerMenu.classList.add("show");
|
||||
headerToggle.classList.add("toggle-close");
|
||||
}
|
||||
});
|
||||
}
|
||||
if (headerMenu) {
|
||||
document.addEventListener("click", function(e) {
|
||||
if (!e.target.closest(".header-menu, .header-toggle")) {
|
||||
if (headerMenu.classList.contains("show")) {
|
||||
headerMenu.classList.remove("show");
|
||||
headerToggle.classList.remove("toggle-close");
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Dropdown Menu //
|
||||
//
|
||||
if (document.querySelector(".nav-dropdown")) {
|
||||
var navDropdowns = document.querySelectorAll(".nav-dropdown");
|
||||
var navSubdropdowns = document.querySelectorAll(".nav-subdropdown");
|
||||
|
||||
navDropdowns.forEach(function(navDropdown) {
|
||||
var parentNavItem = navDropdown.parentNode;
|
||||
var navLink = parentNavItem.querySelector(".nav-link");
|
||||
navLink.classList.add("d-toggle");
|
||||
parentNavItem.insertAdjacentHTML("beforeend", '<a class="nav-dropdown-toggle" href="#"></a>');
|
||||
});
|
||||
|
||||
navSubdropdowns.forEach(function(navSubdropdown) {
|
||||
var parentNavDropdownItem = navSubdropdown.parentNode;
|
||||
var navDropdownLink = parentNavDropdownItem.querySelector(".nav-dropdown-link");
|
||||
navDropdownLink.classList.add("sd-toggle");
|
||||
parentNavDropdownItem.insertAdjacentHTML("beforeend", '<a class="nav-subdropdown-toggle" href="#"></a>');
|
||||
});
|
||||
|
||||
var navDropdownToggles = document.querySelectorAll(".nav-dropdown-toggle");
|
||||
navDropdownToggles.forEach(function(navDropdownToggle) {
|
||||
var parentNavItem = navDropdownToggle.parentNode;
|
||||
var navDropdown = parentNavItem.querySelector(".nav-dropdown");
|
||||
|
||||
navDropdownToggle.addEventListener("click", function(e) {
|
||||
if (navDropdownToggle.classList.contains("active")) {
|
||||
navDropdownToggle.classList.remove("active");
|
||||
navDropdown.classList.remove("show");
|
||||
} else {
|
||||
navDropdownToggle.classList.add("active");
|
||||
navDropdown.classList.add("show");
|
||||
}
|
||||
e.preventDefault();
|
||||
});
|
||||
});
|
||||
|
||||
var navSubdropdownToggles = document.querySelectorAll(".nav-subdropdown-toggle");
|
||||
navSubdropdownToggles.forEach(function(navSubdropdownToggle) {
|
||||
var parentNavDropdownItem = navSubdropdownToggle.parentNode;
|
||||
var navSubdropdown = parentNavDropdownItem.querySelector(".nav-subdropdown");
|
||||
|
||||
navSubdropdownToggle.addEventListener("click", function(e) {
|
||||
if (navSubdropdownToggle.classList.contains("active")) {
|
||||
navSubdropdownToggle.classList.remove("active");
|
||||
navSubdropdown.classList.remove("show");
|
||||
} else {
|
||||
navSubdropdownToggle.classList.add("active");
|
||||
navSubdropdown.classList.add("show");
|
||||
}
|
||||
e.preventDefault();
|
||||
});
|
||||
});
|
||||
|
||||
//
|
||||
// Mega Dropdown //
|
||||
//
|
||||
var navMegaMenu = document.querySelectorAll(".mega-menu-content");
|
||||
navMegaMenu.forEach(function(navMega) {
|
||||
var parentMegaItem = navMega.parentNode;
|
||||
var navMegaLink = parentMegaItem.querySelector(".nav-link");
|
||||
navMegaLink.classList.add("d-toggle");
|
||||
parentMegaItem.insertAdjacentHTML("beforeend", '<a class="nav-dropdown-toggle" href="#"></a>');
|
||||
});
|
||||
|
||||
var megaMenuToggles = document.querySelectorAll(".mega-menu-item .nav-dropdown-toggle");
|
||||
megaMenuToggles.forEach(function(megaMenuToggle) {
|
||||
var parentMegaMenuItem = megaMenuToggle.parentNode;
|
||||
var megaMenu = parentMegaMenuItem.querySelector(".mega-menu-content");
|
||||
|
||||
megaMenuToggle.addEventListener("click", function(e) {
|
||||
if (megaMenuToggle.classList.contains("active")) {
|
||||
megaMenuToggle.classList.remove("active");
|
||||
megaMenu.classList.remove("show");
|
||||
} else {
|
||||
megaMenuToggle.classList.add("active");
|
||||
megaMenu.classList.add("show");
|
||||
}
|
||||
e.preventDefault();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
5. Fullscreen Menu
|
||||
===============================================*/
|
||||
var fm = document.querySelector(".fullscreen-menu");
|
||||
|
||||
if (fm) {
|
||||
var fmToggle = document.querySelector(".fm-toggle");
|
||||
var fmClose = document.querySelector(".fm-close");
|
||||
|
||||
// Open //
|
||||
fmToggle.addEventListener("click", function() {
|
||||
if (fm.classList.contains("fm-show")) {
|
||||
fm.classList.remove("fm-show");
|
||||
} else {
|
||||
fm.classList.add("fm-show");
|
||||
}
|
||||
});
|
||||
|
||||
// Close //
|
||||
fmClose.addEventListener("click", function() {
|
||||
fm.classList.remove("fm-show");
|
||||
fmToggle.classList.remove("fm-toggle-hide");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
6. Scroll To Top
|
||||
===============================================*/
|
||||
var scrollTopBtn = document.querySelector(".scrolltotop");
|
||||
|
||||
if (scrollTopBtn) {
|
||||
// Show/Hide button //
|
||||
window.addEventListener("scroll", function() {
|
||||
if (window.pageYOffset > 700) { // 700px from top
|
||||
scrollTopBtn.classList.add("scrolltotop-show");
|
||||
} else {
|
||||
scrollTopBtn.classList.remove("scrolltotop-show");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
7. Portfolio Masonry
|
||||
===============================================*/
|
||||
var pMasonry = document.querySelector(".portfolio-masonry");
|
||||
|
||||
if (pMasonry) {
|
||||
imagesLoaded(pMasonry, function() {
|
||||
var pWrapper = $(".portfolio-masonry").isotope({
|
||||
itemSelector: ".portfolio-item",
|
||||
transitionDuration: 250 // 0.25 second
|
||||
});
|
||||
var filter = $(".filter ul li");
|
||||
|
||||
// Portfolio Filter //
|
||||
filter.on("click", function() {
|
||||
var filterValue = $(this).attr("data-filter");
|
||||
pWrapper.isotope({ filter: filterValue });
|
||||
|
||||
filter.removeClass("active");
|
||||
$(this).addClass("active");
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
8. Portfolio Grid
|
||||
===============================================*/
|
||||
var pGrid = document.querySelector(".portfolio-grid");
|
||||
|
||||
if (pGrid) {
|
||||
var mixer = mixitup('.portfolio-grid', {
|
||||
selectors: {
|
||||
target: '.portfolio-item'
|
||||
},
|
||||
animation: {
|
||||
duration: 250
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
9. Slider
|
||||
===============================================*/
|
||||
var owlSlider = document.querySelector(".owl-carousel");
|
||||
|
||||
if (owlSlider) {
|
||||
$(".owl-carousel").each( function() {
|
||||
var $carousel = $(this);
|
||||
|
||||
var $defaults = {
|
||||
rewind: true,
|
||||
navText: ["<i class='bi bi-arrow-left-short'></i>","<i class='bi bi-arrow-right-short'></i>"],
|
||||
autoHeight: true,
|
||||
autoplayTimeout: 4000,
|
||||
autoplaySpeed: 400,
|
||||
autoplayHoverPause: true,
|
||||
navSpeed: 300,
|
||||
dotsSpeed: 300
|
||||
}
|
||||
|
||||
var $options = {
|
||||
items: $carousel.data("owl-items"),
|
||||
margin: $carousel.data("owl-margin"),
|
||||
loop: $carousel.data("owl-loop"),
|
||||
center: $carousel.data("owl-center"),
|
||||
nav: $carousel.data("owl-nav"),
|
||||
rewind: $carousel.data("owl-rewind"),
|
||||
dots: $carousel.data("owl-dots"),
|
||||
autoplay: $carousel.data("owl-autoplay")
|
||||
}
|
||||
|
||||
var $responsive = {
|
||||
responsive: {
|
||||
0 : {
|
||||
items: $carousel.data("owl-xs")
|
||||
},
|
||||
576 : {
|
||||
items: $carousel.data("owl-sm")
|
||||
},
|
||||
768 : {
|
||||
items: $carousel.data("owl-md")
|
||||
},
|
||||
992 : {
|
||||
items: $carousel.data("owl-lg")
|
||||
},
|
||||
1200 : {
|
||||
items: $carousel.data("owl-xl")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$carousel.owlCarousel( $.extend( $defaults, $options, $responsive) );
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
10. Blog Masonry
|
||||
===============================================*/
|
||||
var blogMasonry = document.querySelector(".blog-masonry");
|
||||
|
||||
if (blogMasonry) {
|
||||
imagesLoaded(blogMasonry, function() {
|
||||
var $blogMasonry = $(blogMasonry);
|
||||
$blogMasonry.masonry({
|
||||
itemSelector: '.blog-post-box'
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
11. Masonry
|
||||
===============================================*/
|
||||
var masonryGrid = document.querySelector(".masonry");
|
||||
|
||||
if (masonryGrid) {
|
||||
imagesLoaded(masonryGrid, function() {
|
||||
var $masonryGrid = $(masonryGrid);
|
||||
$masonryGrid.masonry({
|
||||
itemSelector: '.masonry-item'
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*===============================================
|
||||
12. Lightbox
|
||||
===============================================*/
|
||||
//
|
||||
// Lightbox - Image //
|
||||
//
|
||||
var $lightboxImage = $(".lightbox-image-link, .lightbox-image-box");
|
||||
|
||||
$lightboxImage.each(function () {
|
||||
var $this = $(this);
|
||||
$this.magnificPopup({
|
||||
type: 'image',
|
||||
fixedContentPos: false,
|
||||
removalDelay: 200,
|
||||
closeOnContentClick: true,
|
||||
image: {
|
||||
titleSrc: 'data-image-title'
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
//
|
||||
// Lightbox - Media //
|
||||
//
|
||||
var $lightboxMedia = $(".lightbox-media-link, .lightbox-media-box");
|
||||
|
||||
$lightboxMedia.each(function() {
|
||||
var $this = $(this);
|
||||
$this.magnificPopup({
|
||||
type: "iframe",
|
||||
fixedContentPos: false,
|
||||
removalDelay: 200,
|
||||
preloader: false,
|
||||
iframe: {
|
||||
patterns: {
|
||||
youtube: {
|
||||
index: 'youtube.com/',
|
||||
id: 'v=',
|
||||
src: '//www.youtube.com/embed/%id%?autoplay=1&rel=0'
|
||||
},
|
||||
vimeo: {
|
||||
index: 'vimeo.com/',
|
||||
id: '/',
|
||||
src: '//player.vimeo.com/video/%id%?autoplay=1'
|
||||
}
|
||||
},
|
||||
srcAction: "iframe_src"
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
//
|
||||
// Lightbox - Gallery //
|
||||
//
|
||||
var $gallery = $(".gallery-wrapper");
|
||||
|
||||
if ($gallery.length) {
|
||||
$gallery.each(function() {
|
||||
var $this = $(this);
|
||||
$this.magnificPopup({
|
||||
delegate: 'a',
|
||||
removalDelay: '200',
|
||||
type: 'image',
|
||||
fixedContentPos: false,
|
||||
gallery: {
|
||||
enabled: true
|
||||
},
|
||||
image: {
|
||||
titleSrc: 'data-gallery-title'
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
13. Parallax
|
||||
===============================================*/
|
||||
if ($windowWidth > 1200) {
|
||||
var parallaxBg = $(".parallax");
|
||||
|
||||
if (parallaxBg.length) {
|
||||
parallaxBg.each(function() {
|
||||
$(this).parallaxie({
|
||||
speed: 0.2
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
14. Countdown
|
||||
===============================================*/
|
||||
$(".countdown").each(function() {
|
||||
var finalDate = $(this).attr('data-countdown');
|
||||
|
||||
$(this).countdown(finalDate, function(event) {
|
||||
$(this).html(event.strftime('%D days %H:%M:%S'));
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
/*===============================================
|
||||
15. Counter
|
||||
===============================================*/
|
||||
$(".counter").appear(function() {
|
||||
|
||||
$(this).each(function () {
|
||||
$(this).prop("Counter",0).animate({
|
||||
Counter: $(this).text()
|
||||
}, {
|
||||
duration: 2500,
|
||||
easing: "swing",
|
||||
step: function (now) {
|
||||
$(this).text(Math.ceil(now));
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
},{accX: 0, accY: -10});
|
||||
|
||||
|
||||
/*===============================================
|
||||
16. Accordion
|
||||
===============================================*/
|
||||
var accordionTitles = document.querySelectorAll(".accordion-title");
|
||||
|
||||
accordionTitles.forEach(function (accordionTitle) {
|
||||
accordionTitle.addEventListener("click", function () {
|
||||
var accordionList = accordionTitle.parentElement;
|
||||
var accordionContent = accordionTitle.nextElementSibling;
|
||||
|
||||
if (accordionList.classList.contains("active")) {
|
||||
accordionList.classList.remove("active");
|
||||
accordionContent.style.maxHeight = null;
|
||||
} else {
|
||||
accordionList.classList.add("active");
|
||||
if (accordionTitle.closest(".accordion").classList.contains("single-open")) {
|
||||
var accordionItems = accordionTitle.closest(".accordion").querySelectorAll("li");
|
||||
accordionItems.forEach(function (item) {
|
||||
item.classList.remove("active");
|
||||
});
|
||||
accordionList.classList.add("active");
|
||||
accordionTitle.closest(".single-open").querySelectorAll(".accordion-content").forEach(function (content) {
|
||||
content.style.maxHeight = "0";
|
||||
});
|
||||
}
|
||||
accordionContent.style.maxHeight = accordionContent.scrollHeight + "px";
|
||||
}
|
||||
});
|
||||
|
||||
//
|
||||
// Give max-height to Accordion's active content //
|
||||
//
|
||||
var accordion = accordionTitle.parentElement.closest(".accordion");
|
||||
if (accordion.querySelector("li.active")) {
|
||||
var accordionActiveContent = accordion.querySelector("li.active .accordion-content");
|
||||
var accordionHeight = accordionActiveContent.scrollHeight;
|
||||
accordionActiveContent.style.maxHeight = accordionHeight + "px";
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
/*===============================================
|
||||
17. Animated Progress bar
|
||||
===============================================*/
|
||||
$(".animated-progress div").each(function () {
|
||||
$(this).appear(function () {
|
||||
$(this).css("width", $(this).attr("data-progress") + "%");
|
||||
},{accX: 0, accY: -10})
|
||||
});
|
||||
|
||||
|
||||
/*===============================================
|
||||
18. Easy Pie Chart
|
||||
===============================================*/
|
||||
$(".pie-chart").appear(function() {
|
||||
|
||||
$(this).each(function() {
|
||||
$(this).easyPieChart({
|
||||
lineCap: 'square',
|
||||
onStep: function(from, to, percent) {
|
||||
$(this.el).find('.percent').text(Math.round(percent));
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
},{accX: 0, accY: -10});
|
||||
|
||||
|
||||
/*===============================================
|
||||
19. Google Maps
|
||||
===============================================*/
|
||||
var mapCanvas = $(".gmap");
|
||||
|
||||
if (mapCanvas.length) {
|
||||
var m,divId,initLatitude, initLongitude, map;
|
||||
|
||||
for (var i = 0; i < mapCanvas.length; i++) {
|
||||
m = mapCanvas[i];
|
||||
|
||||
initLatitude = m.dataset["latitude"];
|
||||
initLongitude = m.dataset["longitude"];
|
||||
divId = "#"+ m["id"];
|
||||
|
||||
map = new GMaps({
|
||||
el: divId,
|
||||
lat: initLatitude,
|
||||
lng: initLongitude,
|
||||
zoom: 16,
|
||||
scrollwheel: false,
|
||||
styles: [
|
||||
/* style your map at https://snazzymaps.com/editor and paste JSON here */
|
||||
]
|
||||
});
|
||||
|
||||
map.addMarker({
|
||||
lat : initLatitude,
|
||||
lng : initLongitude
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
20. Contact Form
|
||||
===============================================*/
|
||||
const contactForm = document.getElementById("contactform");
|
||||
|
||||
if (contactForm) {
|
||||
contactForm.addEventListener("submit", function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
var formData = new FormData(this);
|
||||
|
||||
fetch("assets/php/contact-form.php", {
|
||||
method: "POST",
|
||||
body: formData
|
||||
})
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
if (data.status === "success") {
|
||||
document.getElementById("success").classList.add("show-result"); // Show Success Message
|
||||
contactForm.reset(); // Reset the form
|
||||
} else {
|
||||
document.getElementById("error").classList.add("show-result"); // Show Error Message
|
||||
}
|
||||
})
|
||||
.catch(error => {
|
||||
document.getElementById("error").classList.add("show-result"); // Show Error Message
|
||||
console.error("There was a problem with the fetch operation:", error);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
21. Cursor
|
||||
===============================================*/
|
||||
var customCursor = document.getElementById("cursor");
|
||||
|
||||
if (customCursor) {
|
||||
var cursor = document.getElementById("cursor");
|
||||
document.addEventListener('mousemove', function(e) {
|
||||
cursor.style.left = e.pageX + 'px';
|
||||
cursor.style.top = e.pageY + 'px';
|
||||
});
|
||||
|
||||
var mouseElms = document.querySelectorAll("a, button, input, textarea, .accordion-title, .filter li");
|
||||
|
||||
mouseElms.forEach(function(mouseElm) {
|
||||
mouseElm.addEventListener("mouseenter", function() {
|
||||
cursor.classList.add("scale-cursor");
|
||||
});
|
||||
mouseElm.addEventListener("mouseleave", function() {
|
||||
cursor.classList.remove("scale-cursor");
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
22. Page Scroll Progress
|
||||
===============================================*/
|
||||
var pageProgress = $(".page-progress-container");
|
||||
if (pageProgress.length) {
|
||||
window.onscroll = function() {pageScrollFunction()};
|
||||
function pageScrollFunction() {
|
||||
var winScroll = document.body.scrollTop || document.documentElement.scrollTop;
|
||||
var height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
|
||||
var scrolled = (winScroll / height) * 100;
|
||||
document.getElementById("pageProgress").style.width = scrolled + "%";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*===============================================
|
||||
23. Swiper
|
||||
===============================================*/
|
||||
var swiper = new Swiper(".hero-portfolio-slider", {
|
||||
slidesPerView: 1,
|
||||
spaceBetween: 30,
|
||||
// Responsive breakpoints
|
||||
breakpoints: {
|
||||
// when window width is >= 768px
|
||||
768: {
|
||||
slidesPerView: 2,
|
||||
spaceBetween: 30
|
||||
},
|
||||
// when window width is >= 992px
|
||||
992: {
|
||||
slidesPerView: 2,
|
||||
spaceBetween: 40
|
||||
},
|
||||
// when window width is >= 1200px
|
||||
1200: {
|
||||
slidesPerView: 2,
|
||||
spaceBetween: 50
|
||||
}
|
||||
},
|
||||
centeredSlides: true,
|
||||
grabCursor: true,
|
||||
pagination: {
|
||||
el: ".swiper-pagination",
|
||||
clickable: true,
|
||||
},
|
||||
});
|
||||
|
||||
//
|
||||
// Sliding Text //
|
||||
//
|
||||
var swiper = new Swiper(".sliding-text", {
|
||||
slidesPerView: "auto",
|
||||
spaceBetween: 70,
|
||||
speed: 30000,
|
||||
loop: true,
|
||||
allowTouchMove: false,
|
||||
autoplay: {
|
||||
delay: 0,
|
||||
clickable: false,
|
||||
pauseOnMouseEnter: false,
|
||||
disableOnInteraction: false,
|
||||
},
|
||||
});
|
||||
|
||||
//
|
||||
// Sliding Text - Reverse //
|
||||
//
|
||||
var swiper = new Swiper(".sliding-text-reverse", {
|
||||
slidesPerView: "auto",
|
||||
spaceBetween: 70,
|
||||
speed: 30000,
|
||||
loop: true,
|
||||
allowTouchMove: false,
|
||||
autoplay: {
|
||||
delay: 0,
|
||||
clickable: false,
|
||||
pauseOnMouseEnter: false,
|
||||
disableOnInteraction: false,
|
||||
reverseDirection: true,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user