/*
Theme Name: TCB Classic
Author: TCB
Author URI: http://tcbinc.com/
Version: 1.1
License: GNU General Public License V3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: simplec-lassic
*/

   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {	color: #637588;	background: inherit;}
a:hover { color: #637588; background: inherit; }

h1 { font: normal 2.1em Arial; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; color: #000;font-weight: bold;}
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 8px 0; }

ul { margin: 0; padding : 0; list-style : none; }



.content { 
	margin: 0 auto;
	width: 90%;
	padding: 10px; 
}

.header { 
	height: 150px;
	background-image: url(header1.png);
	background-repeat: no-repeat !important;
	color: #808080;
	margin: 1px 0;
	padding: 10px 0 0 0;
}
.bar { 
	clear: both;
	font-size: 1.1em;
	color: #FFF;
	margin: 0 0 0 0px; 
	background-color: #637588;
}
.bar li { 
	margin: 0; 
	color: #FFEADC;
}
.bar li a { 
	font-weight: bold;
	color: #FFF; 
	background: inherit;
	text-decoration: none;
} 

.bar li a:hover { 
color: #637588; 
background: #fff;

} 


.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}
.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}


.fullsize {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.left {
	line-height:17px;
}

.left h3 {
	clear: both;
	background: #979797;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;

		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 5px 5px; }

.right {
	margin: 0 0 10px 0;
	line-height:17px;
}

.right h3 {
	background: #637588  ;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
	float:left;
	width:calc(100% - 5px);
}

.right_articles {
	background: #f5f5f5;
	color: #414141;
	padding: 8px;	
	margin: 0 0 3px 0;
	float:left;
	width:calc(100% - 16px);
}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}



.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }

div.mobilebutton {
    height: 40px;
    position: absolute;
    top: 55px;
    right: 25px;
    width: 40px;
    z-index: 666;
}
button.menu-toggle {
	background-color: transparent;
	 border:0;
    display: block;
    height: 100%;
    padding: 5px;
    width: 100%;
}

button.menu-toggle, .menu-opener:hover, .menu-opener.active,
.menu-opener-icon, .menu-opener-icon::before, .menu-opener-icon::after {
    transition: 500ms all;
}
.menu-opener-icon.active {
    background: transparent;
}
.menu-opener-icon.active::before {
    transform: translateY(4px) translateX(0px) rotate(-45deg);
}
.menu-opener-icon.active::after {
	transform: translateY(0px) translateX(0px) rotate(45deg);
}
.menu-opener-icon.active::before,
.menu-opener-icon.active::after {
	background-color: red;
}
.menu-opener-icon {
    background-color: blue;
    border-radius: 10px;
    height: 4px;
    width: 100%;
}
.menu-opener-icon::after {
    transform: translateY(6px);
}
.menu-opener-icon::before {
    transform: translateY(-10px);
}
.menu-opener-icon::before, .menu-opener-icon::after {
    background-color: blue;
    border-radius: 10px;
    content: '';
    display: block;
    height: 4px;
    width: 100%;
}

#menu-top{
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    /* Bring the nav above everything else--uncomment if needed.
    position: relative;
    z-index: 5;
    */
}
#menu-top li {
    position: relative;
}
#menu-top a {
    display: block;
    color: #fff;
    text-decoration: none;
	line-height: 40px;
	padding: 0 12px;
}
#menu-top > li > a {
	text-transform: uppercase;	
}

#menu-top a:hover {
    color: #fff;
    background-color: #0033FF;
}

/*--- DROPDOWN ---*/

.widgettitle{
	display:none;
}
.left_box ul{
	list-style:unset !important;
	padding-left:15px;
}
ul.lcp_catlist{
	list-style:inside !important;
}
ul.lcp_catlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.lcp_catlist > li:nth-of-type(odd) {
    background-color: #f5f5f5 ;
}
ul.lcp_catlist > li {
    border-bottom: 1px solid rgb(221,221,221);
    padding: 6px;
}
.featuredimage{
	float:left;
	padding-right:5px;
}
.alignwide img{
	height:auto;
}


@media (max-width: 991px) {
	.active.bar {
	    height: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	}
	.active.bar #menu-top {
		padding: 110px 0 40px 0;
		margin: 0 auto;
		max-width: 290px;
		text-align:center;
	}
	.bar, .bar[aria-expanded="false"] {
	    height: 0;
	    opacity: 0;
	    width: 0;
	    transition: .2s width;
	}
	.bar[aria-expanded="true"] {
	    opacity: 1;
	    overflow: auto;
	    width: 100%;
	    z-index: 444;
	}

}

@media (min-width: 992px) {
	.header { 
	height: 150px;
		background-image: url(header1.png), url(header2.png) !important;
		background-position: left top, right top !important;
	}
	div.mobilebutton {
	    display: none;
	}

	ul#menu-top  {
		display: flex;		
	}
	#menu-top ul {
	    list-style: none;
	    position: absolute;
	    left: -9999px; /* Hide off-screen when not needed (this is more accessible than display: none;) */
		padding-top:5px;
	}
	#menu-top ul.sub-menu {
		background-color: #f5f5f5;
	}
	#menu-top ul.sub-menu a {	
		color: #414141;
	}
	#menu-top ul.sub-menu a:hover {	
		color: #fff;
	}
		
	#menu-top ul li {
	    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	    float: none;
	}
	#menu-top ul a {
	    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	}
	#menu-top li:hover ul { /* Display the dropdown on hover */
	    left: 0; /* Bring back on-screen when needed */
	}
	#menu-top li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	    text-decoration: none;
	}
	#menu-top li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	    text-decoration: none;
	}
	#menu-top li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	}
}


