
.primary {
	background-color:#455b2e;
}

.secondary {
	background-color:#667f4d;	
}

.tertiary {
	background-color:#8aa275;
}

.quatro {
	background-color:#efecc8;
}

.cinco {
	background-color:#ffffff;
}

blockquote {
	background-color:#efecc8;
	border-left: 3px solid #8aa275;
}

.sales {
	background-color: #fbf1c8;	
}

.main {
	background-color:#b8cca7;
}

/*--------------------------------------------------
  Table Title Font
 --------------------------------------------------*/
 
 .divheader { font-family:arial,sans-serif; font-size:18px; color:#f8f5da; font-weight:bold; 
	text-shadow: 1px 1px 2px black, 0 0 25px #545553, 0 0 10px #3f3f38; 
	-moz-text-shadow: 1px 1px 2px black, 0 0 25px #545553, 0 0 10px #3f3f38;  
	-webkit-text-shadow: 1px 1px 2px black, 0 0 25px #545553, 0 0 10px #3f3f38;  
}
//.divheader span:hover { font-size:18px; color:#97b47a; }


/*--------------------------------------------------
  Den colors for the Wolf listing
 --------------------------------------------------*/

.wolfinfo {
	background-color:#b0c69d;
}

.wolfheader {
	background-color:#f8f5da;
}

.pgbg {
	background-color: #fbf1c8;
}

.imgcustom {
	/* background-color:#ffffff; */
}

/*--------------------------------------------------
  From tabs.css - This is the oval tab bar
 --------------------------------------------------*/

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #8aa275;
 }
  
.tab button:hover {
  background-color: #b7c9a7; 
  color:#000;
}

/*--------------------------------------------------
  Nav Bar - Mobile Friendly 
 --------------------------------------------------*/
 
 .icon-color {
	color: #f8f5da !important; //hamburger
}

 .showicon{
	color: #c8b665 !important; 
}

.dropdown-item {
    color: black !important;
}
	
.dropdown-item:hover {
   color: #5b3914 !important;
   background-color:#c0d4af !important;
}
	
.nav-link:hover {
	background-color:#8aa275 !important;
	color:#f8f5da !important;
}
	
.nav-link:visited, .nav-link:link {  //Game Menu tab letter color
	background-color:#8aa275 !important;
	color:#f8f5da !important;
}	
.navbar {
	background-color:#455b2e;
	padding: 0px;
}

/*--------------------------------------------------
  From tabber.css
  --------------------------------------------------*/
  
ul.tabbernav li a {
 	background: #92a882;
}

.tabberlive .tabbertab {
 	background-color:#fff;
 }
 
ul.tabbernav li a:hover {
 	background:#b8c5ac;
}

ul.tabbernav li.tabberactive a {
 	background-color:#fff;
}

ul.tabbernav li.tabberactive a:hover {
 	background-color:#b8c5ac;
}

.iclass {
	background-color:#cdd8c2; 
	color:#000000;
	-moz-border-radius: 7px;
	border-radius: 7px; border-width:1px;}
	
.sidebartext { font-family:arial,sans-serif;  color:#dfdcbd !important;}
.sidebartext a { text-decoration:none;}
.sidebartext a:visited { font-family:arial,sans-serif;  color:#dfdcbd;}
.sidebartext a:link { font-family:arial,sans-serif;  color:#dfdcbd !important;}
.sidebartext a:hover { font-family:arial,sans-serif;  color:#bdb570;}


/* override ONLY buttons */
.mainlineblack .wpbutton a:link,
.mainlineblack .wpbutton a:visited {
    color: #fcf0bd;
}

.mainlineblack .wpbutton a:hover {
    color: #f9f5e5;
}

.veryblack { font-family:arial,sans-serif;  color:#000; }
.veryblack a:visited { font-family:arial,sans-serif;  color:#000;}
.veryblack a:link { font-family:arial,sans-serif;  color:#000;}
.veryblack a:hover { font-family:arial,sans-serif;  color:#a6bc93;}

.forums span { font-family:arial,sans-serif;  color:#000; }


.forums font { font-family:arial,sans-serif;  color:#000; }

/*--------------------------------------------------
  Set the color and font of the button text
 --------------------------------------------------*/
 
.wpbutton,
.wpbutton:link,
.wpbutton:visited {
    font-family: arial, sans-serif;
    color: #fcf0bd;
    background-color: #455b2e;
    padding: 4px 8px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 0;
    text-decoration: none;
}

.wpbutton:hover {
    color: #fff;
    background-color: #5e7c3e;
    text-decoration: none;
}

.errormsg {
	background-color:#f3d1cc;
}

.validmsg {
	background-color:#cce0c6;
}

/*--------------------------------------------------
  Set the color and font of the menu bar text
 --------------------------------------------------*/

.navbar a {
	color:#f8f5da;
}

.dropdown .dropbtn {
        color:#f8f5da;
}

.dropdown-content a {
     color:#000;
}


/*--------------------------------------------------
   Page Name text
 --------------------------------------------------*/

.headline { 
	color:#263408; 
}

/*--------------------------------------------------
  Settings for the Select/Search dropdown menu
 --------------------------------------------------*/
 
 .select2-container--default .select2-selection--single { /* Dropdown Color */
  background-color:#cdd8c2;
 }
 
 .select2-dropdown {
  background-color: #f9f4e1; /* Dropdown List background color */
  font-family:arial,sans-serif;
  color:#000;
 }
  
.select2-container--default .select2-results__option--selected { /* Selected option in list */
  background-color: #f9f4e1;
	color: black;
 }
 
 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color:#cdd8c2;  /* Highlighted option in list */
  color: black; }
 