    
/* wphometop hook */
body#index .wp-top-banner {padding-top: 20px;}
.wp-top-banner .add-blocks .wp-add {
    position: relative;
    display: block; 
   -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s
}

.wp-top-banner .add-blocks .wp-add .test {
position: relative;
overflow: hidden;
display: block;
}

.wp-top-banner .add-blocks .wp-add .test::before {
    border: 2px solid #000;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
    z-index: 2;
}

.wp-top-banner .add-blocks .wp-add .test:hover::before {
padding: 8px;
    opacity: 1;
}


span.wp-title {
  margin: 20% 0 10px;
}

.home-blocks {margin-top: 40px;}
.home-blocks .item-img, .wp-top-banner .item-img { transform: rotate(0deg);}

.wp-top-banner .add-blocks .wp-add a.item-link { display: block;}

.wp-top-banner .add-blocks .wp-add {
padding: 0 10px;
}

/* Home hook CSS */

.home-blocks .wp-home a.item-link { display: block; position: relative;}


/* Top hook CSS */
  #htmlcontent_top {
    float: right;
    width: 33%;
    max-width: 391px;
    padding-left: 5px;
}
  @media (max-width: 767px) {
    #htmlcontent_top {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-top: 0px; } }
  @media (max-width: 767px) {
    #htmlcontent_top ul {
      margin: 0 -5px; } }
  #htmlcontent_top ul li {
    width: 100%;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      #htmlcontent_top ul li {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        width: 50%; } }
    #htmlcontent_top ul li:last-child {
      margin-bottom: 0; }
    #htmlcontent_top ul li img {
      max-width: 100%;
      height: auto; }

/* Left hook CSS */

/* Footer hook CSS */

/* Effect */


figure {
	position: relative;
	float: left;
	overflow: hidden;		
	height: auto;	
	text-align: center;
	cursor: pointer;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.add-blocks figcaption {
font-size: 18px;
text-transform: uppercase;
}

figure figcaption, figure figcaption > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 20px;
	right: 30px;
	bottom: 25px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming .wp-title {
	margin: 30% 0 10px 0;
  background: #000;
  color: #fff;
  padding: 10px 20px;  
  display: inline-block;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
  text-transform: uppercase;
}

 
.wp-home.effect-ming .wp-title {font-size: 16px; padding: 5px 10px; margin-top: 28%; text-transform: uppercase;} 
 
figure.effect-ming:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

/*
figure.effect-ming:hover img {
	opacity: 0.8;
}
*/
