.bottom-footer {display: none !important;}
#primary .gallery-wrap .post-thumbnail { display:none; }

#gallery_section .gallery-wrap .text-holder:hover {cursor: pointer;}
#gallery_section .gallery-wrap .text-holder:hover .hover_it_green a {
  color: #05d584;
  text-decoration: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  opacity: 1;
}

#content .gallery-wrap .text-holder:hover {cursor: pointer;}
#content .gallery-wrap .text-holder:hover .hover_it_green a {
  color: #05d584;
  text-decoration: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  opacity: 1;
}

#search-6.widget.widget_search #search-form.searchform {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;}

.menu-search #search-form.searchform{
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
max-width: 75%;
}
.rtc-itw-holder{
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
@keyframes fadein {
    from {
        margin-top: 100%;
        opacity:0;
    }
    to {margin-top: 0%;
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
margin-top: 100%;        
opacity:0;
    }
    to {
 margin-top: 0%;
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
 margin-top: 100%;        
opacity:0;
    }
    to {
 margin-top: 0%;
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
 margin-top: 100%;
        opacity:0;
    }
    to {
 margin-top: 0%;
        opacity: 1;
    }
}

.gallery-wrap .text-holder{
border-radius: 10px;
}

@media screen and (max-width: 1024px){
.gallery-wrap .text-holder{
border-radius: 0px;
}
}
  
.additional-posts .block .post-thumbnail img {
	border: 3px solid #FFFFFF;
}

.additional-posts .block .post-thumbnail a:hover img {
	border: 3px solid #25cf7e;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
  