/*  

You cannot edit main style.css file.

All your custom style settings and tweaks can be placed here.

Backup this file before theme update - so after update can be restored!
 
*/




/* menu - hover colors */

#sec-nav>li>a:hover{ background:#D94A3A; color:#fff;}
#sec-nav>li.current-menu-item>a,
#sec-nav>li.current_page_item>a{ color:#fff !important;}

#sec-nav>li:nth-child(2)>a:hover,
#sec-nav>li:nth-child(2).current-menu-item>a,
#sec-nav>li:nth-child(2).current_page_item>a{ background:#501f7c /*#7BCE23*/;}

#sec-nav>li:nth-child(3)>a:hover,
#sec-nav>li:nth-child(3).current-menu-item>a,
#sec-nav>li:nth-child(3).current_page_item>a{ background:#501f7c /*#EA2798*/;}

#sec-nav>li:nth-child(4)>a:hover,
#sec-nav>li:nth-child(4).current-menu-item>a,
#sec-nav>li:nth-child(4).current_page_item>a{ background:#501f7c /*#30ADE0*/;}

#sec-nav>li:nth-child(5)>a:hover,
#sec-nav>li:nth-child(5).current-menu-item>a,
#sec-nav>li:nth-child(5).current_page_item>a{ background:#501f7c /*#93A0A9*/;}

#sec-nav>li:nth-child(6)>a:hover,
#sec-nav>li:nth-child(6).current-menu-item>a,
#sec-nav>li:nth-child(6).current_page_item>a{ background:#501f7c /*#D61B4C*/;}

#sec-nav>li:nth-child(7)>a:hover,
#sec-nav>li:nth-child(7).current-menu-item>a,
#sec-nav>li:nth-child(7).current_page_item>a{ background:#501f7c /*#61C1D1*/;}

#sec-nav>li:nth-child(8)>a:hover,
#sec-nav>li:nth-child(8).current-menu-item>a,
#sec-nav>li:nth-child(8).current_page_item>a{ background:#501f7c /*#1A92BD*/;}


#sec-nav>li:nth-child(9)>a:hover,
#sec-nav>li:nth-child(9).current-menu-item>a,
#sec-nav>li:nth-child(9).current_page_item>a{ background:#501f7c /*#7BCE23*/;}

#sec-nav>li:nth-child(10)>a:hover,
#sec-nav>li:nth-child(10).current-menu-item>a,
#sec-nav>li:nth-child(10).current_page_item>a{ background:#501f7c /*#D94A3A*/;}

#sec-nav>li:nth-child(11)>a:hover,
#sec-nav>li:nth-child(11).current-menu-item>a,
#sec-nav>li:nth-child(11).current_page_item>a{ background:#501f7c /*#EA2798*/;}

#sec-nav>li:nth-child(12)>a:hover,
#sec-nav>li:nth-child(12).current-menu-item>a,
#sec-nav>li:nth-child(12).current_page_item>a{ background:#501f7c /*#30ADE0*/;}

#sec-nav>li:nth-child(13)>a:hover,
#sec-nav>li:nth-child(13).current-menu-item>a,
#sec-nav>li:nth-child(13).current_page_item>a{ background:#501f7c /*#93A0A9*/;}

#sec-nav>li:nth-child(14)>a:hover,
#sec-nav>li:nth-child(14).current-menu-item>a,
#sec-nav>li:nth-child(14).current_page_item>a{ background:#501f7c /*#D61B4C*/;}

#sec-nav>li:nth-child(15)>a:hover,
#sec-nav>li:nth-child(15).current-menu-item>a,
#sec-nav>li:nth-child(15).current_page_item>a{ background:#501f7c /*#61C1D1*/;}

#sec-nav>li:nth-child(16)>a:hover,
#sec-nav>li:nth-child(16).current-menu-item>a,
#sec-nav>li:nth-child(16).current_page_item>a{ background:#501f7c /*#1A92BD*/;}



/* portfolio post - columns */

.item_entry p {
	   -moz-column-count: 2;
       -moz-column-gap:40px;
       -webkit-column-count: 2;
       -webkit-column-gap:40px;
	   margin-bottom:25px;
	   overflow:hidden;
	   font-size:110%;
}


h1{font-size:32px;
line-height:1;
}
h1 span{
	display:block;
	font-weight:normal;
	font-size:18px;
	color:#bda7db;
}
#header h1{
	float:none;
	width:auto;
}
#homecontent h2{
	color:#bda7db;
	background:none!important;
}
#homecontent b{
	color:#ff7200;
}
#footer a, #portfolio-filter li a, .wp-caption {
	color:#e6def1;}
	
#portfolio-filter li a {
	font-size:14px;
}
#cats {
	width:auto;
	float:none;
	margin:0;
	padding:0;
}
	
}