/*  

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:#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:#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:#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:#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:#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:#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:#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:#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:#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:#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:#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:#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:#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:#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:#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%;
}

.txt_description { float:left; width:50%; margin-left:20px; color:#CCCCCC; font-size:16px;}
