/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** ElectricFarm Modification ***/
/* Breadcrumb */

.breadcrumb{background:none;padding:0;margin:2px 0 0 0}.sp-page-title .breadcrumb>.active{color:rgba(255, 255, 255, 0.8)}.sp-page-title .breadcrumb>span,.sp-page-title .breadcrumb>li,.sp-page-title .breadcrumb>li+li:before,.sp-page-title .breadcrumb>li>a{color:#fff}.breadcrumb{padding:0rem 0rem;background-color:#e9ecef;border-radius:0.25rem}

/*** ElectricFarm Modification ***/
/* Padding between the main area and the next element above - original was 100px*/
#sp-main-body {
  padding: 30px 0;
}

/* Fixes to improve forum panel bottom margin and radius */

.forabg {
  margin-bottom: 14px!important;
  padding: 5px;
  clear: both;
  border-radius: 0px!important;
} 
.phpbb .navbar {
  padding: 3px 0px!important;
  padding-top: 0px!important;
  padding-right: 0px!important;
  padding-bottom: 10px!important;
  padding-left: 0px!important;
  border-radius: 0!important;
  background-color: #ffffff!important;
}
.forumbg {
  margin-bottom: 4px;
  padding: 5px;
  clear: both;
  border-radius: 0!important;
}

.phpbb_announcement {
  font-size: 0.85rem;
  background-color: #ecd5d8;
  border-radius: 7px;
  margin: 10px 0;
  padding: 10px;
    padding-top: 0px!important;
    padding-right: 0px!important;
    padding-bottom: 0px!important;
    padding-left: 0px!important;
}

li.header dl.row-item dt .list-inner {
  padding-left: 10px!important;
  padding-right: 50px;
}
  
/*** ElectricFarm Modification ***/
/* Turns off the zoom button in the SP Simple Portfolio used for th case studies on home page */
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns a.btn-zoom
{
display: none;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}
body:not(.home) #sp-top-bar {
  	border-bottom: 1px solid rgb(255 255 255 / 36%);
}

/*** ElectricFarm Modification ***/
/* Changing the spacing between lines in the Kingpin Essentials footer menu */
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 0px;
}

/* Fix fonts in footer module on forum pages */

body {
  font-family: Poppins;
  color: inherit;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
    max-width: 1320px;
    margin: 0 auto;
    border-radius: 5px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  	max-width: 100%;
  	border-radius: 0px;
}
body:not(.home) #sp-header {
    position: static;
  	max-width: 100%;
  	border-radius: 0px;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent > li > span {
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-contact-info span {
    height: 43px;
    width: 43px;
    line-height: 43px;
    border-radius: 50%;
    background: #24A7DF;
    text-align: center;
  	color: #fff;
}
#sp-top1 {
    padding-top: 8px;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #000;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn.no-bg, .btn.no-bg:hover {
    background: transparent;
    border: 2px solid;
}
.btn:hover {
    transform: scale(1.05);
}

/* Slider */
#slider {
    margin-top: -40px !important;
}

/* Services */
.services-item {
    position: relative;
    z-index: 1;
}
.services-item:before {
    content: '';
    background-color: #152644;
    opacity: .9;
    width: 100%;
    height: 0;
    border-top: 0px solid #21C0AC;
    display: inline-block;
    left: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.services-item .sppb-addon-content {
    position: relative;
    bottom: -50px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.services-item:hover .sppb-addon-content {
    bottom: 0;
    opacity: 1;
}
.services-item a {
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
	display: inline-block;
	font-size: 14px;
}
.services-column:hover .services-item:before {
    height: 100%;
    border-top: 3px solid #21C0AC;
}

/* Counter */
#counter:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-image: linear-gradient(90deg, #00c6be 83%, rgba(242, 41, 91, 0) 52%);
}
.counter-item h1 {
    font-size: 85px;
}
.counter-item h5 {
    letter-spacing: 5px;
    font-weight: 400;
}

/* Intro */
.intro-item i {
    height: 120px !important;
    width: 120px !important;
    line-height: 120px !important;
    border-radius: 50%;
}
.intro {
    margin-top: -60px !important;
}

/* Team */
.team-item .social-links li {
    position: relative;
    display: inline-block !important;
    margin-right: 5px;
}
.team-item .social-links li a {
    position: relative;
    display: inline-block;
    color: #fff;
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    z-index: 1;
}
.team-item strong {
    display: none;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-text {
    padding: 20px;
    border-radius: 0px 0px 0px 0px;
    background: #f5f5f5;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    padding: 13px 20px;
}
button.btn.btn-primary.validate:hover {
    color: #fff !important;
}
#sp-position1 {
	padding: 0;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
	line-height: 30px;
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}
#sp-bottom .sp-module .sp-module-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #fff;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom1 .social-links li {
    position: relative;
    display: inline-block !important;
    margin-right: 5px;
}
#sp-bottom1 .social-links li a {
    position: relative;
    display: inline-block;
    color: #fff;
    width: 34px;
    height: 34px;
    font-size: 20px;
    line-height: 34px;
    z-index: 1;
}
#sp-bottom1 strong {
    display: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255,255,255,0.1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (min-width: 992px) {
  	div#sp-top1 {
    	width: 30%;
	}
  	div#sp-top2 {
    	width: 70%;
	}
}

/* Mobile Standard Layout */
@media (max-width: 910px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay, .btn,
.sp-contact-info span, .services-item a, .intro-item i, #sp-bottom .sp-module .sp-module-title:before {
 	background-color: var(--background-color: currentColor);
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.slider-title h1, .services-item h3, .services-bottom i, .services-bottom h2, .counter-item h1, .feature-column i,
.testimonials-item .sppb-addon-content, #sp-bottom1 a, .intro-item h3, .title h3 {
  	color: var(--text-color);
}

/* Fix navigation bar */
#kunena.layout .knavbar {
  min-height: 50px;
}
/* Fix from AltBrains support to fix image display */

.phpbb label img { display: inline; }


