/** Custom CSS 
-------------------------*/
/* use em to maintain responsiveness */

/** Color Palatte **/
/*
Silver Sand (gray) #C5C5C5	197, 197, 197      
Tenne (burnt orng) #d45c00	212, 92,0       	HEADERS 
			w link       bb5201
Bud green 				#83ae57	131,174,87          Logo
Teal Blue					#33658A 	51, 101, 138 	   	LINKS, META
Wine							#6A3937   106, 57, 55
Dk Gray	 					#606060  										CONTENT 				
*/

/** TOP 
-------------------------*/
/******.logo { padding: .1em !important;}****/
/**#nav-primary {
  float: right !important;
} **/

.primary-menu > li > a {
    color: #333;
    display: block;
    padding: 0 1.5EM;
    font-weight: 500;
    margin-bottom: .1em;
}

/* HOME PG - CHANGE THE LINE SPACING IN THE HEADLINE UNDER THE IMAGE 
-------------------------*/
.so-widget-sow-headline-default-7c7f98182a20 .sow-headline-container h2.sow-headline {
  line-height: 1.2em;}

/******CATEGORY PAGES - SIDE BAR 
-------------------------*/
/***Category pages and other archives have a sidebar by design in Bento, add this custom CSS snippet:
-------------------------*/
.category .content { width: 100% !important; } 
.category .sidebar { display: none !important; }

/** CONTENT 
-------------------------*/
/******* Why did I hide the h2s *******/
/* I could hide .archive-header .archive-title {
    margin: 0; */
/* .site-content h2 {display: none !important;}**/

/******* Content 
-------------------------*/
/******* To mange the title on the category pages, chng the position *******/
.archive-header .archive-title {
    font-size: 1em;
    line-height: 1em;
    margin-left: 3.25em;
		}

/******* To hide the Post title on the category pages 
.archive.category .site-content h2 {
    display: none !important;}  ****/
/******* *******/
h1 {font-weight: 500 !important;}
h3 {font-size: 1em;
		font-weight: 500 !important;}
h4 {font-size: 1.4em !important;
		font-weight: 500 !important;}

/** CATEGORY PAGES -  title 
-------------------------*/
.archive.category .site-content h2 {
    font-size: 1em;
  	line-height: 1em;
  	text-align: left !important;
}

/** CATEGORY PAGES 
.archive-header .archive-title {
  text-align: left !important;
  margin-left: 10em !important!;}
.site-content h1 {
  text-align: left !important;
	margin-left: .25em !important!;}-  title */

/** TOP MENU 

.topmenu li a {
  color: #689155;
  font-weight: normal;}

.topmenu {
  float: right !important;}

#branding img {
  padding-top: 25px;}

**********/

/** POST TITLES
-------------------------*/
.content h2 {
    color: #d45c00 !important;
    font-size: 2em;
		font-weight: 300;
    text-decoration: none;}

.content h2 a {
    color: #bb5201 !important;
    font-size: 2em;
		font-weight: 300;
    text-decoration: !important! none;}

.content h1.entry-title {
    color: #556c8b;
    font-size: 2.6em;}

/** POST TITLES in Category Page
-------------------------*/
.site-content h2 {
  	font-size: 2em;
    font-weight: 500;
    line-height: .5em;}
/** Space below POST TITLES in Category Page ********/

/**tagcloud 
-------------------------*/
/* #tag_cloud-3 */
widget-container widget_tag_cloud {
color: #96a08c;}

/**POSTS
-------------------------*/

.entry-meta {
  display: none;}

.post-day {display:none}
.post-month {display:none}
.post-year {display:none}
.entry-footer {display:none} /** the info at the bottom of all the posts, categories, etc.***/

/** OTHER  
-------------------------*/

/*  SPACE ON HOME PAGE UNDER HEADLINE, ABOVE TEXT  */
.so-widget-sow-headline-default-ae7c65228130 .sow-headline-container .decoration {
    line-height: 0em;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1px;
}
.so-widget-sow-headline-default-7c7f98182a20 .sow-headline-container .decoration {
    line-height: 0em;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1px;
}

/** LINKS  
-------------------------*/
.a.more-link {
  color: #1e2346;}

/** SIDEBAR ****
#sidebar h3 {
    color: #777a61;
  font-size: 16px;}

#sidebar ul ul {
  line-height: 24px;}

#sidebar div {
  line-height: 24px;}*********/


