
:root{
--color-primary:#2da852;
--color-secondary:#22222c;
--color-success:#28a745;
--color-info:#17a2b8;
--color-warning:#ffc107;
--color-danger:#dc3545;
--color-light:#f8f9fa;
--color-dark:#22222c;
--color-white:#ffffff;
--color-black:#000000;
--body-bg-color:#14141c;
--body-text-color:#94949c;
--body-link-color:#28a745;
--body-link-hover-color:#28a745;
--mainnav-text-color:#212529;
--mainnav-link-color:#212529;
--mainnav-link-hover-color:#007bff;
--mainnav-link-active-color:#007bff;
--footer-bg-color:#212529;
--footer-text-color:#6c757d;
--footer-link-color:#6c757d;
--footer-link-hover-color:#fff;
}
/* Pattern: Mainnav */

.t4-palette-mainnav .nav > .dropdown.show > .dropdown-toggle .item-caret,
.t4-palette-mainnav .nav > .dropdown.active > .dropdown-toggle .item-caret {
	border-top: 4px solid #2da852;
}
/*MAIN NAV*/

/* Section: Header */
#t4-header {
	position: -webkit-sticky !important;
	position: sticky;
	top: 0;
	z-index: 10;
}
#t4-header .bg-overlay {
	opacity: 0.5;
}
#t4-header .bg-overlay-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
}

/* Section: Hero */

#t4-hero .bg-overlay {
	opacity: 1;
}
#t4-hero .bg-overlay-image {
	background-image: url(/images/joomlart/hero/item-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 100%;
	background-attachment: inherit;
}

/* Section: section-1 */

#t4-section-1 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-2 */

#t4-section-2 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-3 */

#t4-section-3 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-4 */

#t4-section-4 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-5 */

#t4-section-5 .bg-overlay {
	opacity: 0.5;
}
#t4-section-5 .bg-overlay-image {
	background-image: url(/images/demo/misc/wm-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* Section: section-6 */

#t4-section-6 .bg-overlay {
	opacity: 0.5;
}

/* Section: footer */

#t4-footer .bg-overlay {
	opacity: 0.5;
}
/**
 *------------------------------------------------------------------------------
 * @package       T4_Blank - Free Template for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2019 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt
 *------------------------------------------------------------------------------
**/
:root {
  --primary: #2da852;
  --secondary: #22222c;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #22222c;
}
/* for megamenu animation duration */
.t4-megamenu.animate .dropdown.animating > .dropdown-menu {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms; 
}
body {
  color: #94949c;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal; 
}
.t4-content {
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-color: #14141c; 
}
a {
  color: #28a745; 
}
a:hover {
  color: #28a745; 
}
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal; 
}
h1, .h1 {
  font-size: 40px; 
}
h2, .h2 {
  font-size: 36px; 
}
h3, .h3 {
  font-size: 28px; 
}
h4, .h4 {
  font-size: 16px; 
}
h5, .h5 {
  font-size: 14px; 
}
h6, .h6 {
  font-size: 12px; 
}
/* COLORS
--------------------------------------- */
/* Backgrounds Colors */
.bg-primary {
  background-color: #2da852 !important; 
}
.bg-secondary {
  background-color: #22222c !important; 
}
.bg-success {
  background-color: #28a745 !important; 
}
.bg-info {
  background-color: #17a2b8 !important; 
}
.bg-warning {
  background-color: #ffc107 !important; 
}
.bg-danger {
  background-color: #dc3545 !important; 
}
.bg-light {
  background-color: #f8f9fa !important; 
}
.bg-dark {
  background-color: #22222c !important; 
}
/* Buttons Colors */
.btn.btn-primary {
  background-color: #2da852 !important;
  border-color: #2da852 !important; 
}
.btn.btn-primary:hover {
  opacity: 0.85; 
}
.btn.btn-secondary {
  background-color: #22222c !important;
  border-color: #22222c !important; 
}
.btn.btn-secondary:hover {
  opacity: 0.85; 
}
.btn.btn-success {
  background-color: #28a745 !important;
  border-color: #28a745 !important; 
}
.btn.btn-success:hover {
  opacity: 0.85; 
}
.btn.btn-info {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important; 
}
.btn.btn-info:hover {
  opacity: 0.85; 
}
.btn.btn-warning {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important; 
}
.btn.btn-warning:hover {
  opacity: 0.85; 
}
.btn.btn-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important; 
}
.btn.btn-danger:hover {
  opacity: 0.85; 
}
.btn.btn-light {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important; 
}
.btn.btn-light:hover {
  opacity: 0.85; 
}
.btn.btn-dark {
  background-color: #22222c !important;
  border-color: #22222c !important; 
}
.btn.btn-dark:hover {
  opacity: 0.85; 
}
/* Text Colors */
.text-primary {
  color: #2da852 !important; 
}
.text-secondary {
  color: #22222c !important; 
}
.text-success {
  color: #28a745 !important; 
}
.text-info {
  color: #17a2b8 !important; 
}
.text-warning {
  color: #ffc107 !important; 
}
.text-danger {
  color: #dc3545 !important; 
}
.text-light {
  color: #f8f9fa !important; 
}
.text-dark {
  color: #22222c !important; 
}
/* Badage Colors */
.badge-primary {
  background-color: #2da852; 
}
.badge-secondary {
  background-color: #22222c; 
}
.badge-success {
  background-color: #28a745; 
}
.badge-info {
  background-color: #17a2b8; 
}
.badge-warning {
  background-color: #ffc107; 
}
.badge-danger {
  background-color: #dc3545; 
}
.badge-light {
  background-color: #f8f9fa; 
}
.badge-dark {
  background-color: #22222c; 
}
/*MAIN NAV*/
#t4-header .nav > .dropdown.show > .dropdown-toggle .item-caret,
#t4-header .nav > .dropdown.active > .dropdown-toggle .item-caret {
  border-top: 4px solid #2da852; 
}
.t4-megamenu .navbar-nav > li.active > a,
.t4-megamenu .navbar-nav > li.active > .nav-link,
.t4-megamenu .navbar-nav > li.show > a,
.t4-megamenu .navbar-nav > li.show > .nav-link,
.t4-megamenu .navbar-nav > li:hover > a,
.t4-megamenu .navbar-nav > li:hover > .nav-link,
.t4-megamenu .dropdown-menu ul > .active > a.nav-link,
.t4-megamenu .dropdown-menu ul > .active > a.dropdown-item,
.t4-megamenu .dropdown-menu ul > li > a.nav-link:hover,
.t4-megamenu .dropdown-menu ul > li > a.dropdown-item:hover,
.t4-megamenu .dropdown-menu .mega-nav > li > a.nav-link:hover,
.t4-megamenu .dropdown-menu .mega-nav > li > a.dropdown-item:hover,
.t4-megamenu .dropdown-menu .mega-nav > .active a.nav-link,
.t4-megamenu .dropdown-menu .mega-nav > .active a.dropdown-item {
  color: #2da852; 
}
/*MAIN NAV*/
.page-item.active .page-link {
  background: #2da852;
  border-color: #2da852; 
}
#audio-player-wrap .jp-type-single .jp-progress .jp-seek-bar .jp-play-bar {
  background: #2da852; 
}
div.t4-offcanvas div.t4-off-canvas-body .navbar .active > a,
div.t4-offcanvas div.t4-off-canvas-body .navbar .active > span,
#audio-player-wrap .jp-state-playing .jp-type-single .jp-left,
#audio-player-wrap .jp-state-playing .jp-play .fa::before {
  color: #2da852; 
}
h2.item-title a:hover, h2.item-title a:focus, h2.item-title a:active,
.item-title h2 a:hover,
.item-title h2 a:focus,
.item-title h2 a:active,
.category-name a:hover,
.category-name a:focus,
.category-name a:active,
.page-header h2 a:hover,
.page-header h2 a:focus,
.page-header h2 a:active,
.categories-list h2 a:hover,
.categories-list h2 a:focus,
.categories-list h2 a:active,
.items-more .nav-tabs > li > a:hover,
.items-more .nav-tabs > li > a:focus,
.items-more .nav-tabs > li > a:active,
#audio-player-wrap .jp-type-single .jp-right .social-music > a:hover,
#audio-player-wrap .jp-type-single .jp-right .social-music > a:focus,
#audio-player-wrap .jp-type-single .jp-right .social-music > a:active,
.contact .contact-links ul.nav li a:hover,
.contact .contact-links ul.nav li a:focus,
.contact .contact-links ul.nav li a:active,
.owl-article .mod-articles-category-title a:hover,
.owl-article .mod-articles-category-title a:focus,
.owl-article .mod-articles-category-title a:active,
.owl-article .mod-articles-category-readmore a:hover,
.owl-article .mod-articles-category-readmore a:focus,
.owl-article .mod-articles-category-readmore a:active,
.owl-article .mod-articles-category-category a:hover,
.owl-article .mod-articles-category-category a:focus,
.owl-article .mod-articles-category-category a:active,
div.t4-offcanvas div.t4-off-canvas-body .navbar .nav-link:hover,
div.t4-offcanvas div.t4-off-canvas-body .navbar .nav-link:focus,
div.t4-offcanvas div.t4-off-canvas-body .navbar .nav-link:active,
div.t4-offcanvas div.t4-off-canvas-body .navbar .separator:hover,
div.t4-offcanvas div.t4-off-canvas-body .navbar .separator:focus,
div.t4-offcanvas div.t4-off-canvas-body .navbar .separator:active,
div.acm-gallery .gallery-action a:hover,
div.acm-gallery .gallery-action a:focus,
div.acm-gallery .gallery-action a:active,
#audio-player-wrap .jp-type-single .jp-left .jp-play:hover,
#audio-player-wrap .jp-type-single .jp-left .jp-play:focus,
#audio-player-wrap .jp-type-single .jp-left .jp-play:active {
  color: #2da852;
  text-decoration: none; 
}
.ja-video-list.video-playing .video-mask {
  border-color: #2da852; 
}
.search .btn-toolbar .btn {
  background: #2da852 !important;
  border-color: #2da852 !important; 
}
  .search .btn-toolbar .btn:hover, .search .btn-toolbar .btn:focus, .search .btn-toolbar .btn:active {
    background: #2da852 !important;
    border-color: #2da852 !important;
    opacity: 0.9; 
}
.btn.btn-secondary {
  color: #94949c; 
}
div.acm-hero h1,
div.ja-masthead .ja-masthead-detail .ja-masthead-title {
  font-family: Seaweed Script; 
}