/**
 * COMMON
 */

body{
/*  font-family: 'Avenir Next' !important;
*/
}
.entry-header h1.entry-title{
	margin-bottom: 0.7em;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
/**
 * YARPP
 */
.yarpp-related{
	border: 1px solid rgb(60,60,60);
	padding: 5px;
    background-color: rgb(60,60,60);
}
.yarpp-related h3{
	margin: 0 0 5px 0 !important;
	padding: 0 5px !important;
    background-color: rgb(70,70,70);
}
.yarpp-thumbnails-horizontal{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: space-between;
    justify-content: space-between;	
}
.yarpp-thumbnail-block{
    position: relative;
    margin: 3px;
}
.yarpp-thumbnail-detail{
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width:100%;
    padding: 3px;
}
.yarpp-thumbnail-date{
	font-size: 0.7em;
	color: #ffffff;
	font-weight: normal;
}
.yarpp-thumbnail-title{
	  width:100%;
	  color: #ffffff;
}

/**
 * comments-area
 */
.single main .comments-area{
	background-color: rgb(90,90,90);
	padding: 10px !important;
}

/**
 * HEADER
 */
nav#site-navigation{
  transition: .3s;
  
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}
BODY.admin-bar .is-fixed {
    top: 32px;
}
.is-hide {
  transform: translateY(-100%);
}

/**
 * #primary-menu
 */
#primary-menu a:hover{
  background-color:  rgb(200,200,200);
  border: none;
}

/**
 * NAVIGATION
 */
#site-navigation{
	width: 100%;
}
.main-navigation {
  font-weight: 700;
  text-transform: uppercase;
}
.main-navigation a{
  padding: .4em !important;
}
.main-navigation > ul > li {
  background-color: #333333;
}
.main-navigation > ul > li.current-menu-item,
.main-navigation > ul > li.current-menu-parent,
.main-navigation > ul > li.current-menu-ancestor
{
	background-color: rgba(184, 200, 240, 1);
}
.main-navigation > ul > li.current-menu-item > a,
.main-navigation > ul > li.current-menu-parent > a,
.main-navigation > ul > li.current-menu-ancestor > a
{
	color: #ffffff;
}

/**
 * SIGLE PAGE
 */

.single main .post-thumbnail {
	display: none;
}

/**
 * breadcrumbs
 */
.breadcrumbs{
    background-color: #000;
    padding: 10px 15px 5px 15px;
}


/* .breadcrumbs span:first-child a  {
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
   padding-left: 10px;
}
.breadcrumbs span:first-child a::before   {
   display: none;
}
.breadcrumbs span:last-child a   {
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
}
.breadcrumbs span:last-child a::after  {
   display: none;
} */


/* .breadcrumbs > span::after, 
  .breadcrumbs > span > *::after {
    
        li > *::after is the colored triangle after each item
        li::after is the white separator between two items
   
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    48px is the height of the <a> element
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .breadcrumbs > span::after {
    this is the white separator between two items
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    reset style
    margin: 0;
  }
  .breadcrumbs > span > *::after {
    this is the colored triangle after each element
    z-index: 2;
    border-left-color: inherit;
  }
  .breadcrumbs > span:last-of-type::after, 
  .breadcrumbs > span:last-of-type > *::after {
    hide the triangle after the last step
    display: none;
  } */
  
/**
 * CATEGORY
 */
.category-description{
    font-size: 0.8em;
    padding: 10px 2em 10px 2em;
    margin-bottom: 10px;
}
.categories_list{
    width: 100%;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;

    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.categories_list li.cat-item{
    font-weight: 700;
    text-transform: uppercase;
    list-style-type: none;
    padding: 10px;
    margin:5px;
    background-color: rgba(28, 28, 28, 0.92);
}
.categories_list > li.cat-item {
    flex-grow: 1;
    width: 10em;
	margin-right: 5px;
    border: 3px solid #000;
    background-color: #333;
}
.categories_list .children .children > li.cat-item{
    background-color: #0c0c0c;
}
.categories_list li a{
	display: block;
	color: #d4cbcb;
	padding: 5px;
    margin-bottom: 5px;
}
.categories_list .artlife3_list_categories_description{
    text-transform: none;
    font-size: 0.8em;
    color: #808080;
    font-weight:normal;
    padding: 0 5px 0 5px;
    margin-top:0.5em;
    margin-bottom: 0.8em;    
}
/*
@media screen and (min-width: 25em) {
}
@media screen and (min-width: 40em) {
}
*/
@media screen and (min-width: 60em) {
	#primary-menu{
	    display: -webkit-box;
	    display: -moz-box;
	    display: -webkit-flexbox;
	    display: -moz-flexbox;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: flex;
	
	    -ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	
	}
	#primary-menu > .menu-item{
	    flex-grow: 1;
	    text-align: center;
	}
	#primary-menu .menu-item .sub-menu{
	   text-align: left;
	}
	#primary-menu > li.menu-item +li{
	  border-left: 1px solid #555;
	}
}
 
/**
 *  fancybox
 */
.fancybox.image img{
	border: 4px solid #999;
}

/**
 * 
 */
.post-thumbnail{
    border: 2px solid #eee;
    box-shadow: 3px 3px 2px 1px #9e8d84;
}
.menu-item a{
/*     border:5px solid red !important; */

}

.cat-links a{
    box-shadow: 1px 1px 1px 1px rgba(140, 158, 107, 0.99);
    text-shadow: -3px -2px 3px #111 !important;
	padding: 3px 10px 3px !important;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
/* 	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6); */
	cursor: pointer;
}

body.board-view-set{
  font-size: 9px important!;
}
