/*Fonts*/

.t3-megamenu .nav > .dropdown > .dropdown-toggle {
   
    font-family: 'Fredoka One';
}

li.mega-align-left {
    font-family: 'Fredoka One';
}

.thick {
  font-weight: 700 !important;
}

/** Button Class **/

.idd-button {
  
  border:solid;
  border-color: #01AA2A;
  border-radius: 10px;
  background-color: #01aa2a;
  padding: 20px;
  font-size: 17px;
  font-weight: 800;
  
}

@media only screen and (max-width: 600px) {
  .idd-button {
    border: solid;
    border-color: #01AA2A;
    border-radius: 5px;
    background-color: #01aa2a;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}
}

.idd-button:hover{
  
  border:solid;
  border-color: #E60E1A;
  border-radius: 10px;
  background-color: #01aa2a;
  padding: 24px;
  font-size: 17px;
  font-weight: 800;
  
}

/** Article Images **/

.item-page img {
  
    width: auto;
}

/** Row Article Images **/

.article-content img {
   
    display: inline;
}


/** Topbar **/

.t3-topbar {
  
    background-color: #01AA2A;
 	color: #fff;
   
}

.t3-topbar .info-list a {
  
    color: #fff;
}

/** NavBar **/

/*.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
   
    padding: 22px 0;
    
}*/

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
    color: #01AA2A;
   
}

/** OffCanvas **/

.t3-off-canvas .t3-off-canvas-header {
  
    background: #01AA2A;
 
}

.t3-off-canvas .close {
  
    background: #E60E1A;
   
}

/** Masthead **/

	.t3-masthead .ja-masthead {
  
    background-color: #01AA2A;
      
}

DISABLE IF BACKGROUND NEEDED IN MASTHEAD 

	.t3-masthead .ja-masthead:after {     
  
    background-image: none;
}


/** Section Wrap **/

.t3-section-wrap .mod-bg-secondary {
  
    background-color: #01AA2A;
    
}

div#Section141 {
    padding-top: 5px;
}


/** Badge **/

.ext-badge {
  
    background: #E60E1A;
    
}

/** Footer **/

.t3-footer .footer-inner {
  
    background-color: #1B4E2B;
    
}

.t3-footer #back-to-top::after {
    
        filter: invert(43%) sepia(100%) saturate(100%) hue-rotate(90deg) brightness(40%) contrast(100%);
    
}

.t3-footnav .t3-module .module-inner {

    padding: 15px;
 	text-align: left;
}

.t3-footnav .t3-module .module-title:after {
   
    left: 15%;
    
}

/** Footer Hover White BG Sub Menu**/

.t3-footnav .t3-module ul > li > a:hover, .t3-footnav .t3-module ul > li > a:active, .t3-footnav .t3-module ul > li > a:focus {
    color: #ffa500;
}

/* Footer Hover Link Mail, Phone */

.t3-footer .footer-inner a {
    color: #ffa500;
}


/** Minitek **/

.mnwall-item-outer-cont {
    
    border-radius: 15px;
}



/** Column **/

.wf-columns .wf-column {
    
  margin: 50px
    
  /*  border: inset;
    border-bottom-style: outset;
    border-color: #000;
    border-right-style: inset;
    border-radius: initial;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    ;
    background-color: #ccc;*/
}