/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
.post .wp-post-image {
	display: none;
}

div.simple-pagination {
	background-color: #fff;
}

.navbar-nav {
    background-color: #000000;

}


/*
GET STARTEDの右のボタンだけ消したり
スライダーの矢印を消したり
*/


div.get-strated-left.right{
	display: none;
}

div.arrows{
	display: none;
}


/*
ギャラリーのカテゴリリストを表示するための色々
*/


li.customlist2{
  display: inline-block;
}

ul.catlist-table{
	  margin: 0;
  width: 100%;
  display: inline-block;
 background-color: #000000;
	  text-align: center;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	  border-left: 5px solid #000;
	  border-right: 5px solid #000;
	  border-bottom: 5px solid #000;




}

li.catlist-cell{
  float: left;
	    list-style:none;
  display: table-cell;
	vertical-align:bottom;

  padding-top	: 10px;
  padding-left	: 5px;
  padding-right	: 5px;
  border-bottom: 1px solid #666;

}


li.catlist-cell img{
	  width: 100%;
  margin: 0;
  text-align: center;


}
div.gallcatlistthumb
{
  overflow: hidden;
  text-align: center;
	position: relative;

 }

div.gallcatlistthumb img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 }

h4.catlist-custom{
	color: #bc964f;
  margin-top: 0;
  margin-bottom: 0;

}


h4.catlist-custom a{
	color: #bc964f;
  margin: 0;

}
h4.catlist-custom a:hover{
	color: #efb64c;
  margin: 0;

}
@media screen and (min-width: 901px) {
		li.catlist-cell{
  width: 25%;
	    list-style:none;
		}

div.gallcatlistthumb
{
	  max-height: 170px;
			min-height: 140px;

 }


}


@media screen and (max-width: 900px) and (min-width: 651px) {
		li.catlist-cell{
  width: 33.333%;
	    list-style:none;
		}

div.gallcatlistthumb
{
	  height: 120px;
 }


}



@media screen and (max-width: 650px) and (min-width: 451px) {
		li.catlist-cell{
  width: 50%;
	    list-style:none;
		}

div.gallcatlistthumb
{
		min-height: 120px;
		max-height: 180px;
 }

}
@media screen and (max-width: 450px) {

	li.catlist-cell{
  width: 100%;
	    list-style:none;
		}

div.gallcatlistthumb
{
		min-height: 210px;
		max-height: 250px;

  text-align: center;
 }


}
