@charset "UTF-8";
/***!  /templates/et_fishing/css/custom.css  !***/

/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    background-color: #1d2736;
  	color: #fff;
}
#sp-top-bar a {
  	color: #fff;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 60px;
    height: 150px;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    background-color: transparent;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #010937;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background-image: url(https://rr200.de/images/wood-591631_1920.jpg);
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
    color: #000000;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* 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: #000000;
}
.offcanvas-menu > .align-items-center {
    background-image: url(https://rr200.de/images/wood-591631_1920.jpg);
    position: static;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000000;
}

/*** Block Styles ***/
/* Button */
.btn {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 25px;
  color: #010937;
  border: none;
}
.btn:hover {
  	background-color: #010937 !important;
}

/* Title */
.title h3 {
    letter-spacing: 3px;
}
.title h2 {
    font-size: 60px;
    font-weight: 800;
    padding: 20px 0;
}

/* Slider */
#slider {
  	margin-top: -90px !important;
}
.link-slider {
  	display: inline-block;
    line-height: 1;
    background-color: rgba(2, 1, 1, 0);
    font-size: 15px;
  	border: 2px solid;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
  	margin-top: 25px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.link-slider:hover {
  	color: #fff !important;
}
.slider-img img {
  	width: 140px;
}

/* Services */
.services-item img {
    border-radius: 50% 50% 50% 50%;
    box-shadow: 5px -5px 0px 0px #56ecc3;
}
.services-item h3 {
    letter-spacing: 2px;
}

/* Feature */
.feature-colum .sppb-column-overlay {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature-colum:hover .sppb-column-overlay {
  	background-color: rgba(0, 0, 0, 0.82) !important;
}
.feature-item h3 {
    font-size: 33px;
    font-weight: 800;
    padding: 10px 0;
}
.feature-item p {
    font-size: 15px;
    font-weight: 500;
}

/* Fishing */
.fishing-item h3 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.fishing-item a.btn {
    margin-top: 20px;
}
.fishing-item.left img {
  	box-shadow: -30px -30px 0px 0px #56ecc3;
}
.fishing-item.right img {
  	box-shadow: 30px 30px 0px 0px #56ecc3;
}

/* Pricing */
.pricing-item h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0;
}
.pricing-item img {
    box-shadow: 15px 18px 0px 0px #56ecc3;
}
.pricing-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pricing-item ul li {
    padding: 5px 0;
    font-size: 15px;
}
.pricing-item ul li strong {
    display: none;
}
.pricing-item ul li em {
  padding-right: 10px;
  font-size: 13px;
}
.pricing-item a.btn {
    margin-top: 30px;
    display: inline-block;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.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%);
}
.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    width: 31%;
    margin: 1%;
    border: 1px solid #f0f0f0;
    padding: 7px;
    border-radius: 10px;
}

/* Contact Info */
.contact-info h3 {
    font-size: 20px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
  	color: #5e7480;
    text-transform: uppercase;
}
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon {
    padding-top: 20px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #8b8b8b;
    background: transparent;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #8b8b8b;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}
.shrewd_solution_icon ul li a:hover {
    color:#fff!important;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
    width: 100%;
  	border-top: 1px solid #d5d5d5;
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer1 span.sp-copyright > div {
    text-align: center !important;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
  	.social-wrap {
    	display: none !important;
	}
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
#jevents_body .cal_today a.cal_daylink,
#jevents_body .nav-items div.active a, .jev_header2 .active a,
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth,
.page-item.active .page-link, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.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, .link-slider:hover, .shrewd_solution_icon ul li a:hover {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.link-slider, .services-item h3, .feature-item h1, .title h3, .btn:hover, .fishing-item h3, .pricing-item h3, .info-item i,
.info-phone h3 {
  	color: var(--text-color) !important; 
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth,
.link-slider {
  	border-color: var(--text-color) !important;
}

