/*
//Flaming Text 
text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; 


//Flaming Box
-webkit-box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 0px 0px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 0px 0px 15px 5px rgb(0 0 0 / 0%);
	
	
//Purple Text Glow
color:#ffffff;
text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 30px, #ff2d95 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;

 

//Box Drop Shadow
 -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
	
	
//Side Bar BG Gradient
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);

	
//Text Drop Shadow
text-shadow: 3px 0px 5px #000000, 1px 0px 2px rgb(206 89 55 / 0%);


//3D Hero Text
text-shadow: #ccc 0 1px 0, #c9c9c9 0 2px 0, #bbb 0 3px 0, #b9b9b9 0 4px 0, #aaa 0 5px 0, rgb(0 0 0 / 10%) 0 6px 1px, rgb(0 0 0 / 10%) 0 0 5px, rgb(0 0 0 / 30%) 0 1px 3px, rgb(0 0 0 / 15%) 0 3px 5px, rgb(0 0 0 / 20%) 0 5px 10px, rgb(0 0 0 / 20%) 0 10px 10px, rgb(0 0 0 / 10%) 0 20px 20px;


//Custom Font
 font-family: breathe_fireregular !important;
 
 @font-face {
    font-family: 'breathe_fireregular';
    src: url('../fonts/breathefire-65pg-webfont.woff2') format('woff2'),
         url('../fonts/breathefire-65pg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
 
//Gold Bar BTN
background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    border-top: 1px solid #5d4a1f;
    border-right: 1px solid #5d4a1f;
    border-bottom: 1px solid #5d4a1f;
    border-left: 1px solid #5d4a1f;
 */
 

@font-face {
    font-family: 'breathe_fireregular';
    src: url('../fonts/breathefire-65pg-webfont.woff2') format('woff2'),
         url('../fonts/breathefire-65pg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
H2,H1,H3,H4, {
    font-family: breathe_fireregular !important;
}
body h3, body .h3 {
    line-height: 1.333;
    font-weight: 500;
    /*text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;*/
}
body {
    background-color: #000000;
}
:root {
    --color-primary: #1ac190;
    --color-secondary: #240e50;
    --color-success: #28a745;
    --color-info: #17a2b8;
    --color-warning: #ffc107;
    --color-danger: #dc3545;
    --color-light: #f8f9fa;
    --color-dark: #333333;
    --color-white: #ffffff;
    --color-black: #000000;
    --body-bg-color: rgba(0,0,0,0.0); 
    --body-text-color: #585858;
    --body-link-color: #1ac190;
    --body-link-hover-color: #1ea684;
    --gray_bg: #ffffff;
    --hightlight_bg: #1ac190;
    --primary_light: #eafff8;
    --button_color: rgba(117, 32, 227, 0.05);
    --purple: #8327f3;
}
/* main page top from bottom*/
.t4-main-body {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

body h4, body .h4 {
    line-height: 1.77;
    font-size: 30px;
    font-weight: 700;
    font-family: breathe_fireregular !important;
    text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;
    opacity: 100%;
    color: #ffffff;
}

/* H2 Heading shit */
.sub-heading.h2, h2.sub-heading {
    font-weight: 400;
    text-transform: capitalize;
    color: #513918;
	font-family: breathe_fireregular !important;
	text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; 
	opacity:100%;
	letter-spacing: .1rem;

}
/*module title box*/
.section-title.style-2 span {
    background: #fff;
    -webkit-box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #49ff18, 0 0 30px #49ff18, 0 0 40px #49ff18, 0 0 55px #49ff18, 0 0 75px #49ff18;
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #49ff18, 0 0 30px #49ff18, 0 0 40px #49ff18, 0 0 55px #49ff18, 0 0 75px #49ff18;
	opacity:80%;
}

/*hover frontpage selection module*/
.acm-container-tabs .nav-tabs .nav-link.active, .acm-container-tabs .nav-tabs .nav-link:hover, .acm-container-tabs .nav-tabs .nav-link:focus, .acm-container-tabs .nav-tabs .nav-link:active {
    background: #1d003a63;
    /*border-right: 3px solid #e300ff;
    border-left: 3px solid #e300ff;*/
    color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 60%);
}
.acm-container-tabs .nav-tabs .nav-link {
    background: transparent;
    border-radius: 4px;
    border: 3px solid #00000000;
    color: #ffffff;
    padding: 4px 16px;
    margin: 2px 4px;
    -webkit-transition: 400ms all;
    -o-transition: 400ms all;
    transition: 400ms all;
    font-size: 24px;
    font-family: breathe_fireregular !important;
    text-shadow: 3px 4px 5px #000000, 1px 1px 2px rgb(206 89 55 / 0%);
}


/*Mega Drop Down Menu*/
.t4-megamenu.animate.slide .dropdown > .dropdown-menu {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -30%;
    /* border-radius: 15px; */
    /* background-image: url(../../../images/rwrapperbg.jpg); */
    background-color: #240e50;
    /* border-top: 2px solid #ffb200d9; */
    border-right: 2px solid #ffb200d9;
    /* border-bottom: 2px solid #ffb200d9; */
    border-left: 2px solid #ffb200d9;
    border-radius: 10px;
    font-family: breathe_fireregular !important;
    /* background: linear-gradient(0deg, rgb(206 0 255 / 63%) 0%, rgb(174 0 255 / 85%) 25%, rgb(102 0 199 / 78%) 51%, rgb(141 0 144 / 85%) 75%, rgb(255 168 3 / 58%) 100%); */
    /* text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 30px, #ff2d95 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; */
    list-style: none;
    background-color: #000000bd;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
    padding-left: 5%;
    text-shadow: 2px 2px 0 #000000, 2px -2px 0 #000000, -2px 2px 0 #000000, -2px -2px 0 #000000, 2px 0px 0 #000000, 0px 2px 0 #000000, -2px 0px 0 #000000, 0px -2px 0 #000000;
    border-radius: 25px;
    border-right: 3px solid #ef00ff;
    border-left: 3px solid #ef00ff;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
}

/* mega menu hover */
.t4-megamenu .dropdown-menu li > a:hover, .t4-megamenu .dropdown-menu li > a:focus, .t4-megamenu .dropdown-menu li > a:active,
.t4-megamenu .dropdown-menu li > .nav-link:hover,
.t4-megamenu .dropdown-menu li > .nav-link:focus,
.t4-megamenu .dropdown-menu li > .nav-link:active,
.t4-megamenu .dropdown-menu li .dropdown-item:hover,
.t4-megamenu .dropdown-menu li .dropdown-item:focus,
.t4-megamenu .dropdown-menu li .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 30px, #ff2d95 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;
}
.t4-palette-mainnav .t4-navbar .navbar-nav > li > a .item-caret {
    border-top-color: #ff00f9!important;
    text-shadow: 3px 0px 5px #000000,
}
.t4-megamenu .nav > .dropdown > .nav-link .item-caret, .t4-megamenu .nav > .dropdown > .dropdown-toggle .item-caret {
    display: inline-block;
    border-top: 6px solid #333;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: 0.3125rem;
    vertical-align: middle;
}
.nav-item default current active,{
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #49ff18, 0 0 30px #49ff18, 0 0 40px #49ff18, 0 0 55px #49ff18, 0 0 75px #49ff18;
}



.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
   color: rgb(255 255 255);
    padding: 0.625rem 0.625rem;
    white-space: normal;
    font-size: 18px;
	font-weight: bold;
}
.dropdown-menu:a{
    font-family:Verdana;
    font-size:22px;
    color:red;
}
/* hero subtext*/
.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
    font-size: 20px;
	color:#ffffff;
	text-shadow: 1px 0px 5px #000000, 1px 0px 2px rgb(206 89 55 / 0%);
}
/*main nav size*/
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 8rem;
}
/*right nav button*/
.t4-right-header .navbar-nav > li a {
    font-weight: 600;
    font-size: 20px;
	font-family: breathe_fireregular !important;

}
/* Hero Header Text*/
.acm-features.style-1 .features-content-wrap h1 {
    margin-bottom: 0;
    text-shadow: #ccc 0 1px 0, #c9c9c9 0 2px 0, #bbb 0 3px 0, #b9b9b9 0 4px 0, #aaa 0 5px 0, rgb(0 0 0 / 10%) 0 6px 1px, rgb(0 0 0 / 10%) 0 0 5px, rgb(0 0 0 / 30%) 0 1px 3px, rgb(0 0 0 / 15%) 0 3px 5px, rgb(0 0 0 / 20%) 0 5px 10px, rgb(0 0 0 / 20%) 0 10px 10px, rgb(0 0 0 / 10%) 0 20px 20px;

}
/* Hero subtext */
.acm-features.style-1 .features-list li {
    color: #fff;
}
.acm-features.style-1 {
    background-image: url(../images/decor/mask-1.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
}
.section-border-top:before {
    background: #F4F4F4;
    content: "";
    height: 0px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
}
/* acm hero image*/.acm-features.style-1 .features-image {
  bottom: 0;
  position: absolute;
  right: 0%;
  max-width: 70%;
}
.acm-features.style-2 .features-image img {
    width: 100%;
    border-radius: 200px;
    border-RIGHT: 4px solid #ef00ff;
    border-LEFT: 4px solid #ef00ff;
}

/* hero bg image*/
.t4-hero {
  
		background-image: url("../../../images/stonebg.jpg");
    background-repeat: no-repeat;
	 background-position: left top;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

/*HERO BG*/
.bg-secondary {
 background: transparent !important;
}

/*hero 3 part text*/
.features-list {
    list-style: none;
    background-color: #0000009e;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
    padding-left: 5%;
    text-shadow: 2px 2px 0 #000000, 2px -2px 0 #000000, -2px 2px 0 #000000, -2px -2px 0 #000000, 2px 0px 0 #000000, 0px 2px 0 #000000, -2px 0px 0 #000000, 0px -2px 0 #000000;
    border-radius: 50px;
    border-right: 3px solid #ef00ff;
    border-left: 3px solid #ef00ff;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
}

.features-list:hover {
	-webkit-box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 30px, #ff2d95 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;
    box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 30px, #ff2d95 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;
	 border-right: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}

/*hero padding*/
.acm-features.style-1 .acm-features-inner {
    padding-top: 100px;
    padding-bottom: 172px;
}



.acm-features.style-1 .features-image img, .acm-features.style-1 .features-image { 
width:100%

}

/*@media (max-width: 991.98px) {
  .acm-features.style-1 .features-image {
    display: none;
  }
}*/
.acm-features.style-1 .features-content-wrap {
  position: relative;
  z-index: 3;
}
.acm-features {
	background:transparent;
}


/* Masthead */
.t4-masthead .ja-masthead:before {
    opacity: 0.75;
    /*border-bottom: 3px solid #e900ff;*/
}
#t4-header + #t4-masthead .ja-masthead {
	
    padding-top: 130px;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
}
#t4-header + #t4-hero > div {
    padding-right: 0px;
    padding-top: 130px;
    padding-left: 0px;
}
.acm-features.style-1 .features-image {
    right: 0%;

}

.ja-masthead:before {
    background-color: #000;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    z-index: 3;
	/*drop shadow*/
      -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
}
/*GLOWING MASTHEAD TITLE*/
.t4-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
    color: #fff;
    max-width: 600px;
    font-size: 36px;
    font-weight: 300;
    margin: 0;
    text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 30px, #ff2d95 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;
	 font-family: breathe_fireregular !important;
}
/* MAIN MENU ACTIVE LINK GLOW*/
.t4-palette-mainnav .t4-navbar .navbar-nav > li.active > a, .t4-palette-mainnav .t4-navbar .navbar-nav > li.show > a, .t4-palette-mainnav .t4-navbar .navbar-nav > li > a:hover, .t4-palette-mainnav .t4-navbar .navbar-nav > li > a:focus, .t4-palette-mainnav .t4-navbar .navbar-nav > li > a:active {
    color: #FFFFFF!important;
	 font-family: breathe_fireregular !important;
    text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 30px, #ff2d95 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;
	
}
.navbar-nav .nav-link.fa:hover {
    color: white;
    text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 30px, #ff2d95 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;
}
.t4-navbar {
    position: relative;
    padding-left: 20px;
}
.t4-palette-mainnav .t4-navbar .navbar-nav > li > a {
    color: #ffffff!important;
    font-family: breathe_fireregular !important;
	text-shadow: 3px 3px 5px #000000, 1px 0px 2px rgb(206 89 55 / 0%);
}
#t4-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px;
    position: relative;
    z-index: 100;

}

/*off canvas*/
.t4-offcanvas .t4-off-canvas-header {
    background: transparent;
}
/* off canvas bg*/
.t4-offcanvas {
    background: #00000096;
}

/* off canvas exit*/
.t4-offcanvas .t4-off-canvas-header .close span {
    color: #c73c3c;
    display: block;
    height: 32px;
    font-size: 30px;
    line-height: 28px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    width: 32px;
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator {
    background: none;
    color: #ffffff;
}
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link {
    color: #e900ff;
    padding: 0.75rem 0;
    width: auto;
}

/*admin stats input box*/
td .form-control {
  display: inline-block;
width:auto; 
}





/* card display image*/
.item-image img {
    border-radius: 8px 0px 0px 0px;
}

.item column-1 {
	background-image: url("../../../images/rwrapperbg.jpg");
    background-repeat: no-repeat;
	 background-position: right bottom;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.pull-left.item-image, .item-image.pull-left {
    margin-right: 1.25rem;
    padding: 20px;
    
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/* card on profile*/
.view-course-details .course-sidebar h2 {
    font-size: 24px;
}
/* align course tags */
.view-course-details #courseTabContent ul li + li {
    margin-top: 0rem;
}
/* card profile image */
.pull-left item-image {
	border-radius:20px;
}
.com-content-article item-page .item-image img {
    /* border-radius: 8px 0px 0px 0px; */
    border-radius: 20px;
    border: 3px solid #ff9200;
}
.pagenavigation .pagination .page-item > a {
    background-color: #e9ecef91;
    border-radius: 10px;
    border: 0;
    font-weight: normal;
    height: auto;
    padding: 0.5rem 1rem;
    width: auto;
}
.view-course-details .course-sidebar .course-info {
    background: #ffffff;
    border: 0px solid #F4F4F4;
    padding: 36px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* border-top-right-radius: 10px; */
    /* border-top-left-radius: 10px; */
}
/* strains view card catalog */
.view-courses .items-row .item {
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
    transition: 500ms all;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
}

.course-sidebar {
	  -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}




/* footer */
.t4-footnav {
    background-color: #000;
    color: #000000;
  border-bottom: 0px solid #000000;
}
.t4-spotlight-1 {
    
}


/* copyright */
.t4-copyright {
 
    padding: 4px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
	background-color:#000000;
	
	/*background-color:#000000;*/
	/*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
	background-size: 400% 400%;
opacity:80%;
}

.t4-section-7:before {
color:red;
}
.t4-section-7 {
	color:#ffffff;
background: rgb(53,0,97);
background: linear-gradient(0deg, rgba(53,0,97,0) 0%, rgba(255,149,0,0.5690651260504201) 25%, rgba(145,10,142,0.7819502801120448) 51%, rgba(63,6,102,0.8183648459383753) 75%, rgba(164,124,0,0) 100%);
/*
background: rgb(79,40,29);
background: linear-gradient(0deg, rgba(79,40,29,0) 0%, rgba(79,40,29,1) 50%, rgba(79,40,29,0) 100%);
*/
}

/*T4 Wrapper*/
.t4-wrapper {
    border-left: 0px solid #F4F4F4;
    border-right: 0px solid #F4F4F4;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    max-width: 1920px;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-image: url("../../../images/rwrapperbg.jpg");
    background-repeat: no-repeat;
	 background-position: right bottom;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   background-attachment: fixed;

}
#t4-section-5 {
border-radius:150px;
background-color: #00000042;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-osx-font-smoothing: grayscale;

    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url(../../../images/stonebg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
border-top: 4px solid #a31b9e;
    border-bottom: 4px solid #7945ed;
    -webkit-box-shadow: inset 0px 0px 25px 5px #ff00fa;
    box-shadow: inset 0px 0px 25px 5px #b900ff;
}
/* course boxes */
/*mainbox*/
.view-course-details #courseTabContent {
    border: 1px solid #F4F4F4;
    margin: 0;
    padding: 36px;
    background-color: #ffffff;
	  -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
	    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.view-course-details #accordion .card .card-header a, .view-course-details #accordion .contentpane .well .card-header a, .contentpane .view-course-details #accordion .well .card-header a {
    color: #333333 !important;
    display: flex;
    align-items: center;
    font-weight: 500;
}
/* profile details card unselected tabs*/
.nav-tabs .nav-link {
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    padding: 18px 36px;
    font-weight: 600;
    text-align: center;
}
.view-course-details #courseTab > li > a.active {
    border-color: #F4F4F4;
    border-radius: 10px 10px 0px 0px;
    border-bottom-color: #fff;
}
/* FRONT PAGE CARD */
.view-courses .items-row .item .item-content {
    position: relative;
    height: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*background-color: #ffffff;*/ /*temp*/
}
/* CARDS CATEGORIZED */
.view-courses .items-row .item .item-content {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
   border-radius:10px;
}
.items-row .item .item-content {
    padding: 36px;
    border-radius: 25px;
}
/*Front page misc1*/
.nav-tabs {
    border-bottom: 0px solid #000000; 
    margin-bottom: 36px;
}
.t4-palette-gray:after, .t4-palette-purple:after {
    border-radius: 50%;
    content: "";
    border: 140px solid #681FDF;
    height: 650px;
    width: 650px;
    position: absolute;
    top: -250px;
    right: -350px;
    opacity: 0.0;
}

.t4-palette-gray:before, .t4-palette-purple:before {
    background: #681FDF;
    border-radius: 50%;
    bottom: -140px;
    left: -135px;
    content: "";
    position: absolute;
    height: 366px;
    width: 366px;
    opacity: 0.0;
}

/*card continue button*/
.category-grid-view.view-courses .article-bottom .btn {
    display: block!important;
}



/* contact page */
.contact legend {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 1rem;
}
/* input titles */
.contact #contact-form .control-label {
    float: none;
    z-index: 100;
    color: #ffffff;
    font-size: 18px;
}
/* contact info text */
.contact .contact-address dd, .contact .contact-position dd {
    margin-bottom: 12px;
    color: #ffffff;
}
.contact #contact-form input[type=email], .contact #contact-form input[type=text], .contact #contact-form #jform_contact_message {
    width: 100%;
    max-width: 100%;
    border: 0px;
    /* -webkit-box-shadow: 0px 0px 22px 5px #ff2d95; */
    /* box-shadow: 0px 0px 22px 5px #ff2d95; */
    opacity: 80%;
    /*background-image: url(../../../images/wrapperbg.jpg);*/ /*invisibility*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    color: #000000;
    border-radius: 10px;
	border: 1px #000000;
	    -webkit-box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; 
    box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; 
}
.contact .plain-style .contact-title h2 {

    margin: 0 0 18px 0;
    color: #333333;
    letter-spacing: -0.02em;
    /* text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 30px, #ff2d95 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; */
    color: #000000;
    /* background: #232323; */
 text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;
 font-family: breathe_fireregular !important;
}

/* contact form labels*/
fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 0px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
	color:#ffffff;

}

/*input label */
label {
    color: #ffffff;
    opacity: 80%;
    display: inline-block;
    margin-bottom: 0rem;
    font-size: 18px;
    font-family: breathe_fireregular !important;
    text-shadow: 3px 0px 5px #000000, 1px 0px 2px rgb(206 89 55 / 0%);
}
.popover-body, .control-label .form-control-feedback {
    padding: 0.5rem 0.75rem;
    color: #ffffff;
    background-color: #da3320;
}
.control-label .form-control-feedback:after {
    bottom: -7px;
    border-top-color: #f00;
}

.text-muted {
    color: #fdd835 !important;
}






/* front page seed card BG*/
.t4-palette-gray {
    background-color: rgba(0, 0, 0, 0.0); /* LAST NUMBER IS OPACITY*/
    color: #585858;
}


/* Support Module */
.t4-section-2 {
    /* margin: 10px; */
    padding-top: 20px !important;
	padding-bottom: 20px !important;
    /* background-color: rgba(0, 0, 0, 0.3); */
    border: 0px, 0px, 0px, 0px;
    background: linear-gradient(-45deg, #ee7752ba, #e73c7ec7, #23a6d5d4, #23d5abd1);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    -webkit-box-shadow: inset 0px 0px 100px 5px #ffffff;
    box-shadow: inset 0px 0px 100px 5px #ffffff;
    -webkit-box-shadow: 0px 0px 20px 20px rgb(255 255 255);
    box-shadow: 0px 5px 10px 10px rgb(0 0 0 / 46%);
    border-top: 5px solid #ef00ff;
    border-bottom: 5px solid #ef00ff;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.t4-section-2 .sub-heading.h2, h2.sub-heading {
    color: #ffffff;
    text-shadow: #fff 0px 0px 5px, #ffffff 0px 0px 10px, #fff 0px 0px 15px, #cb2dff 0px 0px 20px, #cb2dff 0px 0px 30px, #cb2dff 0px 0px 40px, #cb2dff 0px 0px 50px, #cb2dff 0px 0px 75px;
}






.acm-features.style-2 .features-image img:hover {

	

}
.com-content-article .item-page {
	background-color: #ffffff;
}

/* FRONT PAGE ARTICLES AT BOTTOM */
div[id*=t4-section-], div[id^=t4-section-], div[id*=t4-spotlight-], div[id^=t4-spotlight-] {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.category-grid-view .articles-introtext{
	color:#ffffff;
	text-shadow: -1px -1px 1px rgb(255 255 255 / 27%), 1px 1px 1px rgb(0 0 0);
}


/*back to top*/
#back-to-top {
    background: #323183;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    display: none !important;
    position: fixed;
    right: 2.5rem;
    bottom: 1.25rem;
    height: 54px;
    text-align: center;
    width: 54px;
    z-index: 100;
	  opacity: 0.8;
	  background-image: url(../../../images/crystalball.png);
	-webkit-box-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18;
box-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18;

}
#back-to-top:hover, #back-to-top:focus, #back-to-top:active {
 
background-image: url(../../../images/crystalball.png);
/*-webkit-box-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, #ff8000 0 -10px 20px, red 0 -18px 40px, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 5px 5px 15px 5px rgba(0,0,0,0);*/

-webkit-box-shadow: 0px 0px 22px 5px #FF2D95; 
box-shadow: 0px 0px 22px 5px #FF2D95;
}

.top-away.not-at-top #back-to-top {
    /* display: block !important; */
	display: none !important;
}

/* actual article page main*/
.com-content-article {
	
	padding:20px;
	border-radius:25px;
	/*opacity:80%; affects entire article*/
}

.com-content-article view-course-details item-page {
	background-color: transparent !important;
}


/*button*/.btn.btn-primary {
    /* background-color: var(--color-primary); */
     display: inline-block;
    outline: none;
    box-sizing: border-box;
    border: none;
    border-radius: 0.3em;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -2px 5px 1px rgb(139 66 8), inset 0 -1px 1px 3px rgb(250 227 133);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: rgb(120,50,5);
    text-shadow: 0 2px 2px rgb(250 227 133);
    background-size: 100% 100%;
    background-position: center;


  
}
/*button hover*/
.btn-primary:hover, .search .btn-toolbar .btn:hover {
     box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),
                inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
  color: rgba(120,50,5,.8);
  -webkit-box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 0px 0px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 0px 0px 15px 5px rgb(0 0 0 / 0%);
}
.btn-danger {
  color: #fff;
  background-color: #d038a2;
  border-color: #d22e1c;
}
.btn.btn-danger {
    background-color: #ff4449;
    border-color: var(--color-danger);
}
.btn-danger:hover {
  color: #fff;
  background-color: #ffab61;
  border-color: #ea1c0d;
 -webkit-box-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18;
box-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18;
}

/* login page*/
.login-wrap {
    background: transparent;
    border-radius: 4px;
    border: 0px solid #F4F4F4;
    margin: 0 auto;
    max-width: 100%;
    padding: 3.4rem;
    width: 460px;
    /* opacity: 0%; */
}
/* login forgot links */
.login-wrap .other-links ul li a {
    font-size: .98rem;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.login-wrap input {
    max-width: 100%;
    opacity: 80%;
	border: 2, #000000;
}
.login-wrap .form-control, .login-wrap .inputbox {
    max-width: 100%;
    font-family: breathe_fireregular !important;
    font-size: 22px;
    letter-spacing: 3px;
}
/* registration */
.registration {
    background: transparent;
    border-radius: 4px;
    border: 0px solid #F4F4F4;
    padding: 3.4rem;
    margin: 0 auto;
    max-width: 100%;
    width: 500px;

}
form:not(.form-no-margin) .control-group .control-label {
    float: left;
    width: auto;
    padding-top: 0px;
    padding-right: 5px;
    text-align: left;
}
.registration fieldset legend {
    background-color: transparent;
    display: inline-block;
    font-size: 40px;
	opacity:80%;
    font-weight: 700;
    margin-bottom: 24px;
    padding-right: 6px;
    position: absolute;
    top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    z-index: 20;
	font-family: breathe_fireregular !important;
	text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;

}
.registration .control-group .form-control, .registration .control-group .inputbox {
    max-width: 100%;
    opacity: 80%;
}

/* profile */
.profile {
    background: transparent;
    border-radius: 4px;
    border: 0px solid #F4F4F4;
    padding: 3.4rem;
    margin: auto;
    max-width: 100%;
    width: 900px;
}
.btn.disabled, .btn:disabled {
    opacity: 100%;
}


/*blog shit*/
.blog .item-content, .blog-featured .item-content {
    padding: 36px;
    background-color: #ffffff;
 
}
.blog .item, .blog-featured .item {
    border: 1px solid #F4F4F4;
    border-radius: 10px;
    padding: 0;
    height: 100%;
    margin-bottom: 0;
    background-color: #ffffff;
 
}
.pull-left.item-image, .item-image.pull-left {
    margin-right: 1.25rem;
    padding: 20px;
    background-color: #ffffff;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
 
}
.blog .item-content, .blog-featured .item-content {
    padding: 36px;
    background-color: #fff;
}
.blog .item, .blog-featured .item {
    border: 1px solid #F4F4F4;
    border-radius: 10px;
    padding: 0;
    height: 100%;
    margin-bottom: 0;
    background-color: #ffffff;
}
.category-grid-view .article-top-meta > div { /*front page date*/
    margin-right: 6px;
    color: #000000;
}
/*news cards*/
.category-grid-view .item-inner {
    margin-bottom: 36px;
    padding-bottom: 20px;
    border-radius: 25px;
    background-color: #b506ff63;
    /* opacity: 80%; */
}

.category-grid-view .item-inner:hover {
	     margin-bottom: 36px;
    padding-bottom: 20px;
    border-radius: 25px;
    background-color: #ff06ab63;
      box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 75%);
    /* opacity: 80%; */
}


/*front page articles*/
.category-grid-view .articles-readmore {
    margin-top: 1.25rem;
    font-weight: 600;
  /*  border: 5px #000000;
    background-color: #a0b148;
    width: 150px;
    padding: 10px 10px 10px 20px;
    
    margin-left: 20px;
    border-radius: 10px;*/
	color: #ffffff;
	 -webkit-text-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    text-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
}
.articles-readmore {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: #ffffff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.articles-readmore:before {
  content: "";
  background: linear-gradient( 271deg, #ff00fa, #8300ff, #0068ff, #00cdff, #00ffd5, #f9ff00, #ffbc00, #ff0000, #ee00ff );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
  color:#ffffff;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.articles-readmore, a.heading-link {
	color:#ffffff !important;
	text-align: center;
}
.articles-readmore, a.heading-link:hover {
	color:#db00ff !important;
	text-align: center;
	
}
a.mod-articles-category-title.heading-link {
    color: #000000 !important;
}
.articles-readmore:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
      background: #222222f5;
  left: 0;
  top: 0;
  border-radius: 10px;
  color:#ffffff;
}
/* article frontpage readmore link 
.articles-readmore:hover {
	  color: #c01a66;



	width:120px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:10px;
	
}
.articles-readmore {
	 color: #fff;

border-top: inset 1px solid #5d4a1f;
border-right: 2px solid #5d4a1f;
border-bottom: inset 1px solid #5d4a1f;
border-left: 2px solid #5d4a1f;
width:120px;
padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:10px;
	
}*/
.category-grid-view .articles-readmore:hover {
   /* margin-top: 1.25rem;
    font-weight: 600;
    border: 5px #000000;
    background-color: #dab338;
    width: 150px;
    padding: 10px 10px 10px 20px;
    color: #ffffff;
    margin-left: 20px;
    border-radius: 10px;
	box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; */
}







/*card image main page*/
.category-grid-view.view-courses .intro-image img {
  border-radius: 25px 25px 0 0;
  
}
.item-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 25px important!;
    /* box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; */
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 75%);
    border-right: 3px solid #ef00ff63;
    border-left: 3px solid #ef00ff63;
}


.category-grid-view.view-courses .item-inner {
   
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 36px;
    margin-bottom: 0;
    height: 100%;
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
    transition: 500ms all;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
}
/* main page category view float hover effect */
.category-grid-view.view-courses .item-inner:hover {
	border-left: 3px SOLID  #ffffff;
	border-right: 3px SOLID #ffffff;
  -webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
  -ms-transform: translateY(-15px);
      transform: translateY(-15px);
  -webkit-transform: translateY(-12px);
  -webkit-box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; 
box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; 
}
/* sub page category view float n glow*/
.view-courses .items-row .item:hover {
	border: 2px #ffffff;
  -webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
  -ms-transform: translateY(-12px);
      transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  -webkit-box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; 
box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; 


}


/* sidebar */
.sidebar-r {
    border: 3px solid #ff9200;
    margin-left: 18px;
    padding-left: 36px;
    /* background-color: #b506ff63; */
    background: linear-gradient(0deg, rgb(206 0 255 / 63%) 0%, rgb(255 149 0 / 85%) 25%, rgba(145,10,142,0.7819502801120448) 51%, rgb(63 6 102 / 85%) 75%, rgb(255 3 219 / 58%) 100%);
    /* background-color: #ffffff; */
    opacity: 80%;
    border-radius: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
}
#login-form ul.mod-login__options li a {
    color: #ffffff;
    font-size: 0.875rem;
	text-shadow: 3px 0px 5px #000000, 1px 0px 2px rgb(206 89 55 / 0%);
}
.module-title span {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
    letter-spacing: -0.02em;
    color: #ffffff;
    font-family: breathe_fireregular !important;
    font-size: 30px;
    letter-spacing: .1rem;
}

/* admin panel formbox input*/
td .form-control {
    display: inline-block;
    width: auto;
}
ul.latestnews li a {
    color: #ffffff;
    padding-left: 1rem;
    text-shadow: 3px 0px 5px #000000, 1px 0px 2px rgb(206 89 55 / 0%);
}

/*front page blog subtext */
.category-grid-view .desc-category {
    font-size: 18px;
    text-align: center;
    margin-bottom: 54px;
    color: #ffffff;
}
/* front page blog dates color */
.category-grid-view .article-top-meta > div {
    margin-right: 6px;
    color: #ffc200;
}



/* testimonial bottom block*/
.acm-stats.style-1 .stats-list .stats-asset {
    background: #7c2d4e6b;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px;
    height: 100%;
    margin-right: 36px;
    margin-bottom: 18px;
    min-width: 132px;
    min-height: 144px;
}
.acm-stats.style-1 .stats-list .stats-asset:hover {
    background: #f500666b;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px;
    height: 100%;
    margin-right: 36px;
    margin-bottom: 18px;
    min-width: 132px;
    min-height: 144px;
}
/* testimonial bg*/
.t4-palette-purple {
    background-color: transparent;
    color: #ffffff;
}

/* H2 of testimonials */
.text-white {
    color: #ffffff !important;
}

element.style {
}
.acm-testimonial.style-1 .owl-nav button:hover, .acm-testimonial.style-1 .owl-nav button:focus, .acm-testimonial.style-1 .owl-nav button:active {
    background: #f500666b;
    border-color: #1ac190;
    color: #fff;
}

.t4-spotlight-1 {
	background-color:#000000;
	opacity:80%;
	padding:20px;
}


/*search settings*/
.com-finder {
    color: #ffffff;
    margin: auto;
    border-radius: 20px;
    /* background: #fff; */
    /* border-width: 4px; */
    border-style: solid;
    /* border-image: linear-gradient(to bottom, #ff5c00, darkorchid) 5; */
    border: 3px solid #ff9200;
    padding: 3.4rem;
    /* background: linear-gradient(0deg, rgba(53,0,97,0) 0%, rgba(255,149,0,0.5690651260504201) 25%, rgba(145,10,142,0.7819502801120448) 51%, rgba(63,6,102,0.8183648459383753) 75%, rgba(164,124,0,0) 100%); */
    background: linear-gradient(0deg, rgb(206 0 255 / 63%) 0%, rgb(255 149 0 / 85%) 25%, rgba(145,10,142,0.7819502801120448) 51%, rgb(63 6 102 / 85%) 75%, rgb(255 3 219 / 58%) 100%);
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%);
}
.com-finder fieldset {
    display: block;
    margin-inline-start: 0px; 
    margin-inline-end: 0px;
   padding-block-start: 0em; 
    padding-inline-start: 0em; 
    padding-inline-end: 0em; 
    padding-block-end: 0em; 
    min-inline-size: min-content;
    border-width: 0px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
    color: #ffffff;
}


.com-finder:hover {
	
 -webkit-box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; 
    box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; 
border:3px solid #ffffff;
}
.com-finder .form-inline .input-group .input-group-append .btn, .com-finder .form-inline .input-group .input-group-addon .btn {
    border-radius: 4px !important;
    margin: 0 0.3125rem;
    z-index: 100;
}
.com-finder .form-inline .input-group .input-group-append, .com-finder .form-inline .input-group .input-group-addon {
    justify-content: center;
    margin-top: 38px;
}

.com-finder .form-inline label {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 1.25rem;
    letter-spacing: 0.0em;
    /* text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; */
    font-family: breathe_fireregular !important;
}
.com-content-article.item-page {
    background-color: #ffffff;
    /* background: linear-gradient(0deg, rgb(206 0 255 / 63%) 0%, rgb(255 149 0 / 70%) 25%, rgba(145,10,142,0.7819502801120448) 51%, rgb(63 6 102 / 85%) 75%, rgb(255 3 219 / 58%) 100%) !important; */
   /* -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%) !important;*/
    /*box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 60%) !important;*/
    /* border: 3px solid #ff8e2d; */
}
.com-content-article.item-page h2, .h2 {
	padding-left:10px;
}
.com-content-article.view-course-details.item-page {
    background-color: transparent !important;
}
.result-title {
	 color: #000000;
  
    font-weight: 600;
    margin-bottom: .5rem;
    letter-spacing: -0.02em;
    text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;
    font-family: breathe_fireregular !important;
}
.com-finder #search-results .badge {
    border-radius: 4px;
    background: rgb(130 191 119);
    color: #ffeb00;
    font-weight: 200;
    padding: 0.5rem;
    font-size: 14px;
}


.com-finder #search-results .badge:hover {
    -webkit-box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; 
    box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; 
}


.com-finder .form-inline .input-group .form-control, .com-finder .form-inline .input-group .inputbox:hover {
    -webkit-box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; 
    box-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;
}


.tab-content > .active {
    display: block;
    color: #585858;
}
.category-grid-view.view-courses .article-bottom .course-action {
    border-top: 2px solid #000000;
    padding-top: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 18px;
}

.t4-palette-gray:after, .t4-palette-purple:after {
    border-radius: 50%;
    content: "";
    border: 140px solid #681FDF;
    height: 650px;
    width: 650px;
    position: absolute;
    top: -250px;
    right: -350px;
    opacity: 0.0;
	display:none;
}



/* ------------INDICA FRONT PAGE CARDS .mod-130------------*/
/* ------------INDICA FRONT PAGE CARDS .mod-130------------*/
/* ------------INDICA FRONT PAGE CARDS .mod-130------------*/
/* ------------INDICA FRONT PAGE CARDS .mod-130------------*/

.mod-130 .view-courses .course-info {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

/*indica purple category bg change*/
.mod-130 .category-grid-view.view-courses .item-inner {
    /*background-color: #b506ff63;*/
	background: linear-gradient(180deg, rgba(255,0,198,0.4066001400560224) 0%, rgba(129,0,143,0.5802696078431373) 49%, rgba(54,0,101,1) 100%);
	/*background-image: url("../../../images/cards/purple.jpg");
    background-repeat: no-repeat;
	 background-position: center center;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  OPACITY:90%;
} 

/*intro text color*/
.mod-130 .category-grid-view.view-courses .item-inner {
	color:#ffffff;
	text-shadow: -1px -1px 1px rgb(255 255 255 / 27%), 1px 1px 1px rgb(0 0 0);
}
/*slashed price color*/
.mod-130 .category-grid-view.view-courses .item-inner .extra-price > div.has-price-off {
	color: #ff0000;
}
/*main title text color*/
.mod-130 .heading-link {
    
	line-height: 1.77;
    font-size: 30px;
    font-weight: 700;
    /*font-family: breathe_fireregular !important;*/
    /* text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; */
    text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 30px, #ff2d95 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;
    opacity: 100%;
    
}
.mod-130 a.heading-link:hover {
color: #9d0065 !important;
}

.mod-130 .category-grid-view.view-courses .item-inner .view-courses .course-info > div {
	color: #000000!important;
}
.mod-130 .category-grid-view.view-courses .item-inner > div.has-price-off {
    color: red;
    text-shadow: 1px 1px 0 #000000;
}
.mod-130 .category-grid-view.view-courses .article-bottom .extra-price > div {
    /* color: #ffffff; */
    font-weight: 700;
    font-size: 21px;
    margin-right: 0.625rem;
    color: #ffffff;
    /* background: #b8b8b8; */
    text-shadow: 2px 1px 0 #000000;
}
/* category mod edit*/
.mod-130 .category-grid-view .article-top-meta .category a {
	color:#400058;
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
	text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 30px, #FF2D95 0px 0px 40px, #FF2D95 0px 0px 50px, #FF2D95 0px 0px 75px;
}
.mod-130 .btn-default {
    border: 1px solid #F4F4F4;
    color: #ffde00;
}
.mod-130 .category-grid-view.view-courses .article-bottom .btn {
    display: block!important;
outline: none;
    box-sizing: border-box;
outline: none;
    box-sizing: border-box;
    border: none;
    border-radius: 0.3em;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -2px 5px 1px rgb(139 66 8), inset 0 -1px 1px 3px rgb(250 227 133);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: rgb(120,50,5);
    text-shadow: 0 2px 2px rgb(250 227 133);
    background-size: 100% 100%;
    background-position: center;
}
.mod-130 .category-grid-view.view-courses .article-bottom .btn:hover {
	background-color: #0c83e2;
    border-color: #ffffff;
    -webkit-box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 0px 0px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 0px 0px 15px 5px rgb(0 0 0 / 0%);
}


/* ------------INDICA HYBRID FRONT PAGE CARDS ------------*/
/* ------------INDICA HYBRID FRONT PAGE CARDS ------------*/
/* ------------INDICA HYBRID FRONT PAGE CARDS ------------*/
/* ------------INDICA HYBRID FRONT PAGE CARDS ------------*/

.mod-158 .view-courses .course-info {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

/*indica hybrid purple category bg change*/
.mod-158 .category-grid-view.view-courses .item-inner {
     /*background: #002dff85;*/
background: linear-gradient(180deg, rgba(0,176,255,0.29175420168067223) 0%, rgba(0,151,255,0.6054796918767507) 43%, rgba(0,2,115,0.8827906162464986) 100%);
	/*background-image: url("../../../images/cards/blue.jpg");
    background-repeat: no-repeat;
	 background-position: center center;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  OPACITY:90%;
} 
/*intro text color*/
.mod-158 .category-grid-view.view-courses .item-inner {
	color:#ffffff;
	text-shadow: -1px -1px 1px rgb(255 255 255 / 27%), 1px 1px 1px rgb(0 0 0);
}
/*slashed price color*/
.mod-158 .category-grid-view.view-courses .item-inner .extra-price > div.has-price-off {
	color: #ff0000;
}
/*main title text color*/
.mod-158 .heading-link {
    
	line-height: 1.77;
    font-size: 30px;
    font-weight: 700;
    /*font-family: breathe_fireregular !important;*/
    /* text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; */
   text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #008cff 0px 0px 20px, #008cff 0px 0px 30px, #008cff 0px 0px 40px, #008cff 0px 0px 50px, #008cff 0px 0px 75px;
    opacity: 100%;
    
}
.mod-158 a.heading-link:hover {
color: #008cff !important;
}

.mod-158 .category-grid-view.view-courses .item-inner .view-courses .course-info > div {
	color: #000000!important;
}
.mod-158 .category-grid-view.view-courses .item-inner > div.has-price-off {
    color: red;
    text-shadow: 1px 1px 0 #000000;
}
.mod-158 .category-grid-view.view-courses .article-bottom .extra-price > div {
    /* color: #ffffff; */
    font-weight: 700;
    font-size: 21px;
    margin-right: 0.625rem;
    color: #ffffff;
    /* background: #b8b8b8; */
    text-shadow: 2px 1px 0 #000000;
}
/* category mod edit*/
.mod-158 .category-grid-view .article-top-meta .category a {
	color:#400058;
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
	text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #008cff 0px 0px 20px, #008cff 0px 0px 30px, #008cff 0px 0px 40px, #008cff 0px 0px 50px, #008cff 0px 0px 75px;
}
.mod-158 .btn-default {
    border: 1px solid #F4F4F4;
    color: #ffde00;
}
.mod-158 .category-grid-view.view-courses .article-bottom .btn {
    display: block!important;
 outline: none;
    box-sizing: border-box;
    border: none;
    border-radius: 0.3em;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -2px 5px 1px rgb(139 66 8), inset 0 -1px 1px 3px rgb(250 227 133);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: rgb(120,50,5);
    text-shadow: 0 2px 2px rgb(250 227 133);
    background-size: 100% 100%;
    background-position: center;
}
.mod-158 .category-grid-view.view-courses .article-bottom .btn:hover {
	background-color: #0c83e2;
    border-color: #ffffff;
    -webkit-box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 0px 0px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 0px 0px 15px 5px rgb(0 0 0 / 0%);
}


/* ------------SATIVA FRONT PAGE CARDS .mod-131------------*/
/* ------------SATIVA FRONT PAGE CARDS .mod-131------------*/
/* ------------SATIVA FRONT PAGE CARDS .mod-131------------*/
/* ------------SATIVA FRONT PAGE CARDS .mod-131------------*/
	
.mod-131 .view-courses .course-info {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

/*sativa purple category bg change*/
.mod-131 .category-grid-view.view-courses .item-inner {
  /* background: #ff000054; */
background: linear-gradient(180deg, rgba(255,0,0,0.29175420168067223) 0%, rgba(255,99,202,0.6671043417366946) 29%, rgba(255,29,0,0.7483368347338936) 73%, rgb(33 0 102 / 85%) 100%);
	/*background-image: url("../../../images/cards/red.jpg");
    background-repeat: no-repeat;
	 background-position: center center;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  OPACITY:90%;
} 
/*intro text color*/
.mod-131 .category-grid-view.view-courses .item-inner {
	color:#ffffff;
	text-shadow: -1px -1px 1px rgb(255 255 255 / 27%), 1px 1px 1px rgb(0 0 0);
}
/*slashed price color*/
.mod-131 .category-grid-view.view-courses .item-inner .extra-price > div.has-price-off {
	color: #ff0000;
}
/*main title text color*/
.mod-131 .heading-link {
    
	line-height: 1.77;
    font-size: 30px;
    font-weight: 700;
    /*font-family: breathe_fireregular !important;*/
    /* text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; */
    text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ff6666 0px 0px 20px, #ff0000 0px 0px 30px, #ff0000 0px 0px 40px, #f00 0px 0px 50px, #ff0000 0px 0px 75px;
    opacity: 100%;
    
}
.mod-131 a.heading-link:hover {
color: #ff0000 !important;
}

.mod-131 .category-grid-view.view-courses .item-inner .view-courses .course-info > div {
	color: #000000!important;
}
.mod-131 .category-grid-view.view-courses .item-inner > div.has-price-off {
    color: red;
    text-shadow: 1px 1px 0 #000000;
}
.mod-131 .category-grid-view.view-courses .article-bottom .extra-price > div {
    /* color: #ffffff; */
    font-weight: 700;
    font-size: 21px;
    margin-right: 0.625rem;
    color: #ffffff;
    /* background: #b8b8b8; */
    text-shadow: 2px 1px 0 #000000;
}
/* category mod edit*/
.mod-131 .category-grid-view .article-top-meta .category a {
	color:#400058;
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ff6666 0px 0px 20px, #ff0000 0px 0px 30px, #ff0000 0px 0px 40px, #f00 0px 0px 50px, #ff0000 0px 0px 75px;
}
.mod-131 .btn-default {
    border: 1px solid #F4F4F4;
    color: #ffde00;
}
.mod-131 .category-grid-view.view-courses .article-bottom .btn {
    display: block!important;
  outline: none;
    box-sizing: border-box;
    border: none;
    border-radius: 0.3em;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -2px 5px 1px rgb(139 66 8), inset 0 -1px 1px 3px rgb(250 227 133);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: rgb(120,50,5);
    text-shadow: 0 2px 2px rgb(250 227 133);
    background-size: 100% 100%;
    background-position: center;
}
.mod-131 .category-grid-view.view-courses .article-bottom .btn:hover {
	background-color: #0c83e2;
    border-color: #ffffff;
    -webkit-box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 0px 0px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 0px 0px 15px 5px rgb(0 0 0 / 0%);
}


/* ------------SATIVA HYBRID FRONT PAGE CARDS .mod-131------------*/
/* ------------SATIVA HYBRID FRONT PAGE CARDS .mod-131------------*/
/* ------------SATIVA HYBRID FRONT PAGE CARDS .mod-131------------*/
/* ------------SATIVA HYBRID FRONT PAGE CARDS .mod-131------------*/
	
.mod-132 .view-courses .course-info {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

/*sativa hybrid category bg change*/
.mod-132 .category-grid-view.view-courses .item-inner {
   /*background: #ffc20069;*/
background: linear-gradient(180deg, rgba(218,0,255,0.29175420168067223) 0%, rgb(249 255 0 / 41%) 35%, rgb(226 145 23 / 85%) 73%, rgba(108,0,115,0.8827906162464986) 100%);
	/*background-image: url("../../../images/cards/orange.jpg");
    background-repeat: no-repeat;
	 background-position: center center;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  OPACITY:90%;
} 
/*intro text color*/
.mod-132 .category-grid-view.view-courses .item-inner {
	color:#ffffff;
	text-shadow: -1px -1px 1px rgb(255 255 255 / 27%), 1px 1px 1px rgb(0 0 0);
}
/*slashed price color*/
.mod-132 .category-grid-view.view-courses .item-inner .extra-price > div.has-price-off {
	color: #ff0000;
}
/*main title text color*/
.mod-132 .heading-link {
    
	line-height: 1.77;
    font-size: 30px;
    font-weight: 700;
    /*font-family: breathe_fireregular !important;*/
    /* text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; */
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffae00 0px 0px 20px, #ffae00 0px 0px 30px, #ffae00 0px 0px 40px, #ffae00 0px 0px 50px, #ffae00 0px 0px 75px;
    opacity: 100%;
    
}
.mod-132 a.heading-link:hover {
color: #ffa300 !important;
}

.mod-132 .category-grid-view.view-courses .item-inner .view-courses .course-info > div {
	color: #000000!important;
}
.mod-132 .category-grid-view.view-courses .item-inner > div.has-price-off {
    color: red;
    text-shadow: 1px 1px 0 #000000;
}
.mod-132 .category-grid-view.view-courses .article-bottom .extra-price > div {
    /* color: #ffffff; */
    font-weight: 700;
    font-size: 21px;
    margin-right: 0.625rem;
    color: #ffffff;
    /* background: #b8b8b8; */
    text-shadow: 2px 1px 0 #000000;
}
/* category mod edit*/
.mod-132 .category-grid-view .article-top-meta .category a {
	color:#400058;
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
	text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffae00 0px 0px 20px, #ffae00 0px 0px 30px, #ffae00 0px 0px 40px, #ffae00 0px 0px 50px, #ffae00 0px 0px 75px;
}
.mod-132 .btn-default {
    border: 1px solid #F4F4F4;
    color: #ffde00;
}
.mod-132 .category-grid-view.view-courses .article-bottom .btn {
    display: block!important;
outline: none;
    box-sizing: border-box;
    border: none;
    border-radius: 0.3em;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -2px 5px 1px rgb(139 66 8), inset 0 -1px 1px 3px rgb(250 227 133);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: rgb(120,50,5);
    text-shadow: 0 2px 2px rgb(250 227 133);
    background-size: 100% 100%;
    background-position: center;
}
.mod-132 .category-grid-view.view-courses .article-bottom .btn:hover {
	background-color: #0c83e2;
    border-color: #ffffff;
    -webkit-box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 0px 0px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 0px 0px 15px 5px rgb(0 0 0 / 0%);
}





/* ------------AUTO FLOWER FRONT PAGE CARDS .mod-131------------*/
/* ------------AUTO FLOWER FRONT PAGE CARDS .mod-131------------*/
/* ------------AUTO FLOWER FRONT PAGE CARDS .mod-131------------*/
/* ------------AUTO FLOWER FRONT PAGE CARDS .mod-131------------*/
	
.mod-153 .view-courses .course-info {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

/*AUTO FLOWER category bg change*/
.mod-153 .category-grid-view.view-courses .item-inner {
   /* background: #26ff0054;*/
background: linear-gradient(180deg, rgba(218,0,255,0.29175420168067223) 0%, rgba(185,255,0,0.6054796918767507) 29%, rgb(34 184 0 / 62%) 73%, rgba(108,0,115,0.8519782913165266) 100%);
	*/background-image: url("../../../images/cards/green.jpg");
    background-repeat: no-repeat;
	 background-position: center center;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  OPACITY:90%;
} 
/*intro text color*/
.mod-153 .category-grid-view.view-courses .item-inner {
	color:#ffffff;
	text-shadow: -1px -1px 1px rgb(255 255 255 / 27%), 1px 1px 1px rgb(0 0 0);
}
/*slashed price color*/
.mod-153 .category-grid-view.view-courses .item-inner .extra-price > div.has-price-off {
	color: #ff0000;
}
/*main title text color*/
.mod-153 .heading-link {
    
	line-height: 1.77;
    font-size: 30px;
    font-weight: 700;
    /*font-family: breathe_fireregular !important;*/
    /* text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #ffe32d 0px 0px 20px, #ffe32d 0px 0px 30px, #ffe32d 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px; */
    text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #70ff00 0px 0px 20px, #70ff00 0px 0px 30px, #70ff00 0px 0px 40px, #70ff00 0px 0px 50px, #70ff00 0px 0px 75px;
    opacity: 100%;
    
}
.mod-153 a.heading-link:hover {
color: #449c00 !important;
}

.mod-153 .category-grid-view.view-courses .item-inner .view-courses .course-info > div {
	color: #000000!important;
}
.mod-153 .category-grid-view.view-courses .item-inner > div.has-price-off {
    color: red;
    text-shadow: 1px 1px 0 #000000;
}
.mod-153 .category-grid-view.view-courses .article-bottom .extra-price > div {
    /* color: #ffffff; */
    font-weight: 700;
    font-size: 21px;
    margin-right: 0.625rem;
    color: #ffffff;
    /* background: #b8b8b8; */
    text-shadow: 2px 1px 0 #000000;
}
/* category mod edit*/
.mod-153 .category-grid-view .article-top-meta .category a {
	color:#400058;
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
	text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #70ff00 0px 0px 20px, #70ff00 0px 0px 30px, #70ff00 0px 0px 40px, #70ff00 0px 0px 50px, #70ff00 0px 0px 75px;
}
.mod-153 .btn-default {
    border: 1px solid #F4F4F4;
    color: #ffde00;
}
.mod-153 .category-grid-view.view-courses .article-bottom .btn {
    display: block!important;
outline: none;
    box-sizing: border-box;
    border: none;
    border-radius: 0.3em;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -2px 5px 1px rgb(139 66 8), inset 0 -1px 1px 3px rgb(250 227 133);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: rgb(120,50,5);
    text-shadow: 0 2px 2px rgb(250 227 133);
    background-size: 100% 100%;
    background-position: center;
}
.mod-153 .category-grid-view.view-courses .article-bottom .btn:hover {
	background-color: #0c83e2;
    border-color: #ffffff;
    -webkit-box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 0px 0px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 0px 0px 15px 5px rgb(0 0 0 / 0%);
}


/*##############||| SOCIAL MEDIA |||####################*/
.joms-subnav--desktop>ul>li>a, .joms-toolbar--desktop>ul>li>a, .joms-toolbar--mobile>ul>li>a {
    font-size: 18px;
    text-decoration: none;
    color: #424242;
    position: relative;
}