/*Logo*/
.navbar-brand.logo-control img.logo-img {
  max-height: none !important;
  width: 40%;
}

.t4-header .header-block {
  margin-top: 20px;
}

/*Fonts*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

/*Navigation*/
div.t4-col.megamenu.col-12.col-md-8 {
    justify-items: right;
    align-self: center;
}

.moduletable {
    border: 0px solid rgba(52, 58, 64, 0.12) !important;
    padding: 1.25rem;
    border-radius: 0.25rem;
    margin: 0rem auto;
}

th {
    text-align: inherit;
    font-weight: 500 !important;
    padding-top: 10px;
}

.moduletable {
    border-top: 1px solid rgba(52, 58, 64, 0.12) !important;
}

#dj-megamenu204 li ul.dj-submenu > li > a:hover, #dj-megamenu204 li ul.dj-submenu > li > a.active, #dj-megamenu204 li ul.dj-submenu > li.hover:not(.subtree) > a {
    border-radius: 5px;
}

.dj-megamenu-clean li ul.dj-submenu {
    margin: 12px !important;
 }

 #dj-megamenu204 li ul.dj-submenu > li > a {
    margin-bottom: 6px !important;
}

.dj-megamenu-clean li div.dj-subwrap .dj-subwrap-in {
    border-radius: 10px;
}

/*topbar*/

div#t4-topbar.t4-section.t4-topbar {
    background: #3F883F;
    background: linear-gradient(317deg,rgba(63, 136, 63, 1) 0%, rgba(28, 94, 28, 1) 100%);
}

div.t4-col.topbar-LEFT.col-sm {
    align-self: center;
}

/* Main Body*/ 
#t4-main-body {
margin-top: 20px;
}

.t4-masthead .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sppb-row-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.sppb-btn-default.focus, .sppb-btn-default:focus {
  color: white !important;
}

.mx-auto {
  margin-right: 0px !important;
}

.sppb-btn-default {
  background-color: #2e2e2e;
  color: #efefef;
}


a.notext {
	font-size: 0 !important;
}

a.notext::before {
	font-size: 20px;
	font-family: "FontAwesome";
  	color: #1a61ab;
}

.sppb-btn {
    border-radius: 10px;
}

/*Footer*/

div#t4-footer.t4-section.t4-footer {
    background: #242b33;
    background: linear-gradient(320deg, rgb(26 30 35) 0%, rgba(36, 36, 36, 1) 100%);
}

div#t4-sub-footer.t4-section.t4-sub-footer {
    background: #161616;
}

div#t4-bottombar.t4-section.t4-bottombar {
    background: #3f8840;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*.icon-menu:before {
    content: "f";
}*/

.page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
  font-size: 40px;
  text-transform: none;
}

.t4-col.logo.col-12.col-md-4 {
  padding-top: 10px;
}

.navbar-brand.logo-image.logo-control {
  float: right;
}

/*Form Styling*/

.form-control, .inputbox {
    max-width: -webkit-fill-available;
}

.btn.btn-primary {
    width: -webkit-fill-available !important;
    background-color: #3f8840 !important;
    border-color: #3f8840 !important;
}

@media (max-width: 1000px) {
  
  .dj-megamenu-offcanvas-light .dj-mobile-open-btn {
    background: transparent !important;
  }
  
    span.dj-mobile-open-label {
    color: white;
  }
  
  .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before {
    color: white;
  }
  
  div#dj-megamenu204mobile {
    text-align: center;
    margin-top: 20px;
    background-color: #2e2e2e;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  
  .border-bottom {
    border-bottom: 0px solid transparent !important;
  }
  
  img.logo-img-sm.d-block.d-sm-none {
        margin-left: auto;
   	    margin-right: auto;
  }
  
  .navbar-brand.logo-image.logo-control {
    width:100%;
    margin-right: 0px;
  }
	
	.t4-header .header-block {
		margin-bottom: 25px;
	}
}
  

@media (max-width: 767px) {
  
  span.dj-mobile-open-label {
    color: white;
  }
  
  .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before {
    color: white;
  }
  
  div#dj-megamenu204mobile {
    text-align: center;
    margin-top: 20px;
    background-color: #2e2e2e;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  
  .border-bottom {
    border-bottom: 0px solid transparent !important;
  }
  
  img.logo-img-sm.d-block.d-sm-none {
        margin-left: auto;
   	    margin-right: auto;
  }
  
  .navbar-brand.logo-image.logo-control {
    width:100%;
    margin-right: 0px;
  }
	
	.t4-header .header-block {
		margin-bottom: 25px;
	}
	
  a.notext::before {
	font-size: 20px;
	font-family: "FontAwesome";
}
  
  .t4-col.logo.col-12.col-sm.col-xl-4.col-md-4 {
    text-align: center;
	}
  
  div#dj-megamenu148mobileWrap {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .dj-mobile-open-btn {
    font-size: 22px !important;
    background: transparent !important;
  }